p-v-o-s / sky-sweep

2 stars 0 forks source link

Version 2.0 #11

Open Fastie opened 9 years ago

Fastie commented 9 years ago

Six SkySweep PCBs arrived in the mail today from OSH Park, simultaneously with DIP switches from Digi-Key. I had to plant the final 50 vegetable starts this afternoon, but after dinner I started soldering.

skysweep2-635-4 Doesn't look very pretty without the colorful LEDs, and I tried to make the ground header pins black with a sharpie, and strengthen the camera headers with hot glue. But it works. Mode 7 is selected.

Coding the DIP switch is much easier than the tactile button and LEDs -- seven lines of code instead of 40. Everything worked the first time the new sketch was loaded.

Question: I assume there is no reverse polarity protection on the SkyShield. Should there be? (Yes). In the previous version, the tall capacitor prevented the battery connector from being plugged in wrong. In this version it is quite easy to connect the battery backwards. Is that easy to fix with a diode somewhere?

A warm, gentle rain is caressing my tiny Brussels sprouts and leeks.

dwblair commented 9 years ago

NICE!

Should we put some LEDs back on the board as optional indicators?

Reverse polarity does indeed sound like a good idea. Does seem like we can do this with a simple diode ... will look into it ...

On Sun, Jun 21, 2015 at 12:47 AM, Fastie notifications@github.com wrote:

Six SkySweep PCBs arrived in the mail today from OSH Park, simultaneously with DIP switches from Digi-Key. I had to plant the final 50 vegetable starts this afternoon, but after dinner I started soldering.

[image: skysweep2-635-4] https://cloud.githubusercontent.com/assets/1805899/8270351/c6309b4c-17aa-11e5-9479-b1a725dba677.jpg Doesn't look very pretty without the colorful LEDs, and I tried to make the ground header pins black with a sharpie, and strengthen the camera headers with hot glue. But it works. Mode 7 is selected.

Coding the DIP switch is much easier than the tactile button and LEDs -- seven lines of code instead of 40. Everything worked the first time the new sketch was loaded.

Question: I assume there is no reverse polarity protection on the SkyShield. Should there be? (Yes). In the previous version, the tall capacitor prevented the battery connector from being plugged in wrong. In this version it is quite easy to connect the battery backwards. Is that easy to fix with a diode somewhere?

A warm, gentle rain is caressing my tiny Brussels sprouts and leeks.

— Reply to this email directly or view it on GitHub https://github.com/p-v-o-s/sky-sweep/issues/11.

Fastie commented 9 years ago

LEDs are nice, but my fascination with blinking lights will wear off soon.

A diode will lower the current some, so I guess there is a cost. We are starting with 6V (four alkaline AAA), and the servos need at least 4.8V and would rather have 6V. But if people can fry the Nano by plugging the battery connector in wrong, we should have a diode.

bgamari commented 9 years ago

@Fastie strictly speaking it will drop the voltage a bit. What you want is a Schottky diode, which has a very low forward voltage drop.

Fastie commented 9 years ago

Hooray for Schottky. Something like this? http://www.digikey.com/product-detail/en/SR203-TP/SR203-TPCT-ND/950551 Thanks Ben.

bgamari commented 9 years ago

Fastie notifications@github.com writes:

Hooray for Schottky. Something like this? http://www.digikey.com/product-detail/en/SR203-TP/SR203-TPCT-ND/950551 Thanks Ben.

Yep.