power on the propeller project board
dr hydra
Posts: 212
I am so confused about the power on the project board...if I use the power input and used a regulated 5V source...then the VIN header will be 5V regardless... if the board is plugged into the USB port? Also, I can still program the board through the USB port while it is getting power through the power input (VIN)..is that correct(therefore, two power sources)? The reason I am asking is because I need to use a microcontroller that is 5V with my propeller and I need to make sure that I can power both chips safely. Or is it possible to power both chips (5V and 3.3V) from the USB power? The 5V microcontroller is a ATMEGA1284.
Comments
Per the user manual (Ver 2.0)
The Project board does not have a 5V regulator, so if you provide a regulated power supply to VIN, you could also power the other uController from VIN.
If the USB connector is connected to a computer, you need to make sure the circuits on the PPB USB will not draw more than 500mA total (3.3v + 5v). If you are using the USB connector with a 5v USB charger/wall wart, you just need to make sure that your total power usage does not exceed the rating of the charger/wall wart
(This means If your total circuit uses more than 500mA, you would need to program the PROP via the computer USB cable before you add the rest of the >500mA circuit, which could be problematic. I would only use this setup for circuits that use less than 500mA total, OR have some way to disconnect the additional 5v load if/when you need to update the PROP programming) .
If you need more details, let me know.
Nate
Nate