3

I have two JST sockets that I want to connect together.

First is on this: https://www.sparkfun.com/products/8786 second is on this: https://www.sparkfun.com/products/10161

Is it possible to connect these together via cable made of two of these put together? https://www.sparkfun.com/products/8670

Would black to black or red to black be the right way to do this. Is this safe? Is this common?

Doug Miller
  • 131
  • 1

1 Answers1

1

Connecting these two circuits is likely not what you want to do. The USB li-poly charger is designed to take 5VDC from the USB and provide charging current at a voltage appropriate for recharging a li-poly battery. The lily pad supply is meant to take a li-poly cell and step its voltage output up to 5V with a switching regulator for use in wearable computing circuits.

So first of all, it looks like you're taking 5V and ultimately converting it to 5V which is unnecessary.

Second, the USB charge controller isn't designed to provide a fixed voltage output, which is what the Lilypad converter expects. The USB charge controller is going to treat the Lilypad board as if it is a lithium polymer battery, attempting to charge it in stages by providing different voltages and currents based on characteristics of the load. Not the ideal supply for your simple switching power supply.

Ryan
  • 376
  • 1
  • 6
  • I asked about this type of set up due to constraints on positions and access to parts once the lilypad is in place. I was hoping to be able to have a system where I just plug the final piece into USB (on the charger) and it gets charged and can than supplies power when unplugged from USB with minimal as possible connecting/disconnecting and moving connections around. Is there a way that would work like that? – Doug Miller Sep 13 '12 at 12:21