I have the battery charger product https://www.adafruit.com/product/2124 and a teensy 4.0, that I would like to use to power it. what, if any pin would I connect from bat, to the teensy? Its my understanding that the Lion backpack is a voltage regulator, and thats it. it takes Vin, ground, and Vout. I understand the 5v output goes to the 5volt pin of the teensy. the gnd goes to gnd. should Vin go someplace? Or should I leave it off? Please assist.
1 Answers
The output voltage of the charger board is marked with BAT. You should connect it to the Vin pin of the Teensy, which then will convert the batteries 3.7-4.2V down to 3.3V.
Of course you need to connect the grounds of the charger board and the Teensy (on the charger board ground is marked with G).
The 5V pin on the charger board is no output. The board does not give you 5V. This is actually the pin for the charging voltage, which is 5V. Here it depends on how you want to charge the battery. If you use an external source, you can simply connect it's 5V to the board. If you want to use the USB jack of the Teensy, you can connect the boards 5V to the Teensys 5V. But: Be sure to cut the little trace between Vin and VUSB/5V at the back of the Teensy. You don't want to connect the battery voltage with an USB power source.
- 16,622
- 2
- 18
- 27