Olá pessoal,

Tenho uma fonte universal aqui em casa faz muito tempo. Quero usar como alimentação externa pro meu Arduino...

Especificações de saída:

-  tensão: 1,5; 3; 4,5; 6; 7,5; 9 ou 12V

- corrente: 500mA 9W

 

Ajustei pra 9V, mas a minha dúvida é sobre a polaridade. Devo ajustar para Centro positivo ou Centro Negativo?

Outra coisa: essa corrente de saída é suficiente? encontrei em alguns lugares que precisa-se de no mínimo 600mA, é verdade?!

 

Desde já agradeço!

Exibições: 26758

Responder esta

Respostas a este tópico

Wagner , 

o servo tem 3 pinos ; GND 5V e Controle.

a corrente que alimenta o servo sai dos 5V que " NÃO PASSA PELO MICROCONTROLADOR " e portanto não vai sobrecarrega-lo.

O que sai do microcontrolador é só o sinal de controle , com corrente muito pequena , quase zero , por isso ele não queimou ( estou assumindo que vc ligou servos ao Arduino ).

Segue artigo sobre USB Power.( não é bem 500mA )

Abração.

A USB device specifies its power consumption expressed in 2mA units in the configuration descriptor which we will examine in detail later. A device cannot increase its power consumption, greater than what it specifies during enumeration, even if it looses external power. There are three classes of USB functions,

  • Low-power bus powered functions
  • High-power bus powered functions
  • Self-powered functions

Low power bus powered functions draw all its power from the VBUS and cannot draw any more than one unit load. The USB specification defines a unit load as 100mA. Low power bus powered functions must also be designed to work down to a VBUSvoltage of 4.40V and up to a maximum voltage of 5.25V measured at the upsteam plug of the device. For many 3.3V devices, LDO regulators are mandatory.

High power bus powered functions will draw all its power from the bus and cannot draw more than one unit load until it has been configured, after which it can then drain 5 unit loads (500mA Max) provided it asked for this in its descriptor. High power bus functions must be able to be detected and enumerated at a minimum 4.40V. When operating at a full unit load, a minimum VBUS of 4.75 V is specified with a maximum of 5.25V. Once again, these measurements are taken at the upstream plug.

Self power functions may draw up to 1 unit load from the bus and derive the rest of it’s power from an external source. Should this external source fail, it must have provisions in place to draw no more than 1 unit load from the bus. Self powered functions are easier to design to specification as there is not so much of an issue with power consumption. The 1 unit bus powered load allows the detection and enumeration of devices without mains/secondary power applied.

No USB device, whether bus powered or self powered can drive the VBUS on its upstream facing port. If VBUS is lost, the device has a lengthy 10 seconds to remove power from the D+/D- pull-up resistors used for speed identification.

Other VBUS considerations are the Inrush current which must be limited. This is outlined in the USB specification paragraph 7.2.4.1 and is commonly overlooked. Inrush current is contributed to the amount of capacitance on your device between VBUSand ground. The spec therefore specifies that the maximum decoupling capacitance you can have on your device is 10uF. When you disconnect the device after current is flowing through the inductive USB cable, a large flyback voltage can occur on the open end of the cable. To prevent this, a 1uF minimum VBUS decoupling capacitance is specified.

For the typical bus powered device, it can not drain any more than 500mA which is not unreasonable. 

 


Wagner Felix

Pereira de Souza disse:

usb 2.0, em teoria(pela convenção do padrao) oferece 500mA, é o que as IOs usb dos pcs devem fornecer

 

sobre a limitaçao do arduino global em 200mA, eu nao sabia... pior que ja liguei uns motores que drenavam mais que isso direto nos pinos digitais, tive sorte de nao sobrecarregar o bichinho, hahahahhaha

 

ps: e o exemplo que vi de varios servos no brick shield era sem fonte externa mesmo, cabo alimentando o arduino, no shield apenas conectados os servos... por isso chamei a atençao... como agora sei que existe essa limitaçao, só posso crer que o cara tenha "travado" via software pra acionar 1 servo de cada vez pra nao exceder a corrente

Cuidado gente !

não é bem 500mA , a corrente depende do valor reportado pelo "configuration descriptor" no momento da enumeração do dispositivo USB. vide artigo abaixo:

USB electrical spec : 

A USB device specifies its power consumption expressed in 2mA units in the configuration descriptor which we will examine in detail later. A device cannot increase its power consumption, greater than what it specifies during enumeration, even if it looses external power. There are three classes of USB functions,

  • Low-power bus powered functions
  • High-power bus powered functions
  • Self-powered functions

Low power bus powered functions draw all its power from the VBUS and cannot draw any more than one unit load. The USB specification defines a unit load as 100mA. Low power bus powered functions must also be designed to work down to a VBUSvoltage of 4.40V and up to a maximum voltage of 5.25V measured at the upsteam plug of the device. For many 3.3V devices, LDO regulators are mandatory.

High power bus powered functions will draw all its power from the bus and cannot draw more than one unit load until it has been configured, after which it can then drain 5 unit loads (500mA Max) provided it asked for this in its descriptor. High power bus functions must be able to be detected and enumerated at a minimum 4.40V. When operating at a full unit load, a minimum VBUS of 4.75 V is specified with a maximum of 5.25V. Once again, these measurements are taken at the upstream plug.

Self power functions may draw up to 1 unit load from the bus and derive the rest of it’s power from an external source. Should this external source fail, it must have provisions in place to draw no more than 1 unit load from the bus. Self powered functions are easier to design to specification as there is not so much of an issue with power consumption. The 1 unit bus powered load allows the detection and enumeration of devices without mains/secondary power applied.

No USB device, whether bus powered or self powered can drive the VBUS on its upstream facing port. If VBUS is lost, the device has a lengthy 10 seconds to remove power from the D+/D- pull-up resistors used for speed identification.

Other VBUS considerations are the Inrush current which must be limited. This is outlined in the USB specification paragraph 7.2.4.1 and is commonly overlooked. Inrush current is contributed to the amount of capacitance on your device between VBUSand ground. The spec therefore specifies that the maximum decoupling capacitance you can have on your device is 10uF. When you disconnect the device after current is flowing through the inductive USB cable, a large flyback voltage can occur on the open end of the cable. To prevent this, a 1uF minimum VBUS decoupling capacitance is specified.

For the typical bus powered device, it can not drain any more than 500mA which is not unreasonable.

Ainda ficou a duvida, para fazer um adaptador de alimentação externa para Arduino usando uma Bateria de 9V e o plug de alimentação da fonte universal.

Referente ao Plug , o pino do centro, temos que colocar o Negativo ou o Positivo da Bateria ?

Felipe

Recentemente postei no meu blog um tutorial de como montar o adaptador. Da uma olhada.

http://robomaniablog.blogspot.com.br/2012/07/arduino-tutorial-3-ada...

Abs

Celso Melero

Ta escrito na primeira resposta desse tópico...

Centro positivo.

blz

 

Felipe,

Medi a saída da minha fonte, dá uma olhada nos resultados:

 

-Fonte AC/DC Universal Coby:

O interruptor diz que as divisões são(V):  1,5 ;   3      ; 4,5   ; 6      ; 7,5   ; 9      ;   12

Valores medidos no Multímetro(V):          5,2 ;   7,1   ; 10,1 ; 12,8  ; 15,7 ; 18,8  ;  24,7

 

Cara, fiquei assustado com os valores!! o.O

Ja tinha ligado com "7,5V" (15,7V) no arduino algumas vezes, mas não tive nenhum problema. Agora só vou ligar na marcação de 4,5v pra ser mais seguro.

 Valeu a dica aí...

 

Abraços do Marcelo!

Marcelo ,

meça a tensão com carga e sem carga , deve dar uma boa diferença.
( os valores estão muito estranhos , teste o seu multimetro , medindo a tensão de uma ou mais pilha(s) nova(s) ).
abração.

Fonte xing-ling são todas assim. Tenho uma dessas e é a mesma coisa. E outra, não suportam nada. Liga duas coisinhas bobas nelas, e não funciona direito. Também, paguei 5 cruzeiros numa fonte dessas. É só mesmo pra quebrar um galho. :)

Abraços!!

Olá pessoa tudo certo.
Deixa eu tirar uma duvida aproveitando o assunto.
se eu usar uma fonte externa de corrente alta, posso queimar o microcontrolador do arduino.
EXEMPLO uma fonte de 12v / 30A?

Agradeço
 

Olá, 

A fonte irá fornecer a corrente que o circuito puxar.

A lei de OHM explica: 

I=V/R  onde:

I - corrente fornecida pela fonte;

V - tensão da fonte;

R - Resistência ou impedância da carga (circuito alimentado).

Opa muito obrigado!




RSS

© 2024   Criado por Marcelo Rodrigues.   Ativado por

Badges  |  Relatar um incidente  |  Termos de serviço