Sorry, I'm not sure I'm understanding what you mean.
The power supply is a separate component from the main board. Here is a link to the product page on SparkFun for the AAA power supply:
http://www.sparkfun.com/commerce/product_info.php?products_id=8466
and here is the main board:
http://www.sparkfun.com/commerce/product_info.php?products_id=9266
Do you mean a control or feedback pin on the main LilyPad board? Or on the power supply board?
I tested the LilyPad's + and - petals (where the traces from the power supply would come in). I set up my own 5 volt power supply by hooking a 9 volt battery to a 5 volt voltage regulator. The output was testing at 5.01 volts. I connected the output to the LilyPad's + and - petals with alligator clips. My circuit worked fine that way. So doesn't that mean that the input pins on the main board where the + and - are connected are okay? If one or both of those were damaged, then I should get the same behavior with my substitute 5-volt supply, right?
It also runs fine when connected to the computer.
The only time it won't operate properly is when this little power supply is connected to it and running.
The 4.71 volt output I am reading is when I have the power supply isolated and connected to my multimeter via alligator clips:
=======
| |
| mm |
| |
A little while ago, I turned it on, and nothing happened. (Usually, a little red LED comes on to indicate that it is alive and kicking.) So, I gently pressed down on the battery. When I did that, the board flexed a little, and it came on, and put out 4.98 volts. But when I connected it to the LilyPad with alligator clips, the same error occurs.
I have a circuit with a 3 x 3 LED matrix, connected just like the commercial LED matrix displays. They are all connected in parallel, with the LEDs in each column sharing a common power and the LEDs in each row sharing a common ground. (This way, the nine LEDs are individually controllable with only six wires---at pins 7 through 12.) This was working just great.
Then, I got cocky and decided to add some things. (Not sure if you have ever seen the instructable for the "soundie" (hoodie with lights and sound), but I copied parts of that. I added two circular pieces of conductive fabric and a LilyPad buzzer. One piece of fabric at a0 and another attached to ground, which I have set up at pin 4. The buzzer I connected at pin 5 (which I set up as +5v) and, as I said earlier, I decided to tap into the ground for the power supply for its ground. Everything was working fine. I had set up traces made out of conductive fabric to decrease the amount of resistivity, as some of my traces would otherwise have been pretty long. It was working fine with everything sewn but a little one inch gap connecting the buzzer's ground to ps ground.
And when I did that, I got the problems I described above.
I am reading the sensor value at a0 first thing in my loop, and if the value is > 1020 (somebody touching the conductive fabric), then I do some stuff with sound, but otherwise I just do display patterns with the LEDs. When connected to the computer or when running with my jury-rigged 5-volt power supply, the matrix LED displays run fine. When I connect the power supply and turn it on, though, it goes immediately into the routine for the sensor + sound stuff (I can tell because I do random light patterns in there, as opposed to the regular ones). The other weird thing is that the buzzer doesn't make any sound.
The sensor reading is a value from 0 to 1023 representing 0 to 5 volts, and it drops when someone is touching the two circles. It works fine, as I said before, when connected to the computer or when running with my jury-rigged power supply. But when I power it with the power supply it immediately goes into the subroutine that is supposed to be activated only when somebody is touching the fabric. (Which means the voltage has dropped at a0.) I was running this off battery power before, and it was running just fine. The first thing I tested was the battery, and I even put in a brand new one (after testing it). Very odd. Because the power supply no longer reliably comes on though, I am thinking that there must be something going on with that powered up.
Your thoughts?