Show Posts
|
|
Pages: 1 [2] 3 4
|
|
17
|
Using Arduino / Installation & Troubleshooting / Re: Redfly shield: request for advice and a general question
|
on: April 28, 2012, 04:04:15 am
|
Moin James, ("moin" is is a usual greeting in the northern part of germany and means "good day"  ) I like to put the header pins into a breadboard and then put the board on top of that. Solder a single pin to orient the board and pins to 90°. After that I solder every other pin taking 10-15 seconds between pin to allow them to cool and keep the breadboard from getting too much heat.
This way is not possible here, because the pins have to be put through the shield and soldered on the other side - so this way I had to solder between breadboard and shield. Meanwhile I did it (with trembling fingers  ) and it worked quite well. I will post the pictures of the result this evening in my little blog. Exactly what I looked for! Thanks for link! best regards Andreas
|
|
|
|
|
18
|
International / Deutsch / Re: Gpsdaten auf Sd karte loggen
|
on: April 27, 2012, 06:37:48 am
|
|
Nur so'n Schuss ins Blaue: versorgst Du das Ganze nur über USB mit Strom, oder hast Du 'ne externe Stromversorgung? Ich hatte so einen Effekt mal, weil das ganze angeschlossen Zeugs zu viel Strom gezogen hat, und dann die Spannung zusammengebrochen ist. USB liefert nicht sooo viel.
viele Grüße Andreas
|
|
|
|
|
19
|
Using Arduino / Installation & Troubleshooting / Redfly shield: request for advice and a general question
|
on: April 27, 2012, 04:31:35 am
|
Hi Arduinoiers, hope this is the correct sub-forum, but this deals roughly about installation (I hope). I've just got a Watterott Redfly shield, and I'm eager to start with it. But before I have to solder the pins. Do you have any advice how to do this, so that the shield fits afterwards onto the arduino? I'm a little afraid of askew pins (big hands, smoker, coffee  ). And the general question is: what do you do, if you use shields with pin conflicts? E.g. PWM/3 seems to be a popular pin on many shields. So do you change shields with knife and soldering iron? Or is there any other magic? Cordialità/best regards/cordialement/viele Grüße Andreas
|
|
|
|
|
21
|
Using Arduino / Project Guidance / Re: Finally made a glowing candle :) (RGB one!) (With Video?)
|
on: April 24, 2012, 04:25:24 am
|
your thoughts  OK - here are my two cent: If it works for you and you are satisfied, then it's OK. It's (mostly  ) well formatted - this helps to understand the program. I have only two remarks: 1. the for loops for (n=255; n>0;) are a little bit unusual. Why did you put the n-- into the loop and not into the for statement? 2. I think the part "if (firstcycle==false)" may go into the setup function (without the "if"). Then you can spare a boolean (not really necessary here, but memory on µC is tight  ). Thumbs up! best regards Andreas
|
|
|
|
|
23
|
Using Arduino / Networking, Protocols, and Devices / Using two TCP Ports?
|
on: April 19, 2012, 02:25:50 am
|
Hi *, before I spend money on a wrong idea, I want to ask: is it possible to let the arduino listen to two TCP ports? Preferably with wifi, or perhaps with the ethernet shield. The (not very finished) idea is to send commands via a sort of telnet (or perhaps UPD) and get some immediate feedback there, but have additionally a small web server to display (e.g.) the values on the analogue ports. The alternative solution would be the web server via ethernet and the "telnet" communication with xbees, but this is (for the moment) a little bit expensive (I have to convince my beloved "secretary of finances  ). best regards Andreas
|
|
|
|
|
24
|
Using Arduino / Project Guidance / Re: Start/Stop Arduino
|
on: April 18, 2012, 01:53:46 am
|
... Is there a way to capture the contents of the serial monitor window in a text file? ...
You can use another program instead of the serial monitor. If I have to save things in a text file I use putty. best regards Andreas
|
|
|
|
|
26
|
Community / Exhibition / Gallery / Re: Simple Evil Spider
|
on: April 15, 2012, 08:28:46 am
|
Thanks! What's next ? I have some ideas: First replace the 5mm LED in the hollow spider head with two 3mm LEDS (or smaller) directly in the eyes. I think the eyes will glow more clearly. Then use a servo and more distance sensors, so that the spider turns in direction of a colleague passing by ]  . I wanted this first do with a velociraptor head, and if I find an adequate on, I will do it. An own shield with a row of LEDs. The sketch is ready and works for LEDs on my breadboard. Then I want to connect an Arduino with my RP6 robot, perhaps with Wifi or bluetooth. And in the farther future: a LED cube, something like these interactive lightflowers by ullala, a weather station, ... And additionally I have to earn some money for life  best regards Andreas
|
|
|
|
|
27
|
Community / Exhibition / Gallery / Simple Evil Spider
|
on: April 15, 2012, 03:23:42 am
|
|
Hi all,
this is nothing compared to the other things here; but it's my first project off the breadboard. If someone approaches this spider, the ultra sonic sensor gets the distance and the eyes will begin to glow via PWM.
best regards Andreas
|
|
|
|
|