curious how you’ve made out … or has the arduino been thrown at the wall?
I did a quickie to checkout my scratch built diorama crossing signals.
https://drive.google.com/file/d/1K9swL2KWEslU978JuSvFSGMnX0m_-hMX/view?usp=sharing
I wanted to see what they look like in operation. The SMT 1206 LEDs can be a bit too bright. These are operating at 5 volts from a Arduino NANO.
Mel
My Model Railroad
http://melvineperry.blogspot.com/
Bakersfield, California
Hi Greg,
I was very tempted to throw the thing at the wall but I managed to contain myself. It is on the back burner for now but I will go back at it sometime soon. I have another Arduino starter kit somewhere so I think the first thing I will do is see if there is an Arduino board that I can substitute for the one I have been working with. Failing that, I will order another set of boards to see if that solves the problem.
I have looked at the first boards with my Optivisor and I can’t see any stray bits of solder or fried traces so I don’t know whether the boards are defective or if I’m not using the correct software. I have studied the help sections in detail but I have to confess that I don’t understand a lot of the language or how to sort through the different programs.
Very frustrating.
In the interim I have multiple other projects to work on.
Dave
I think they look good Mel! Dimming them a bit should be easy.
Dave
[quote user=“RR_Mel”]
I did a quickie to checkout my scratch built diorama crossing signals.
https://drive.google.com/file/d/1K9swL2KWEslU978JuSvFSGMnX0m_-hMX/view?usp=sharing
I wanted to see what they look like in operation. The SMT 1206 LEDs can be a bit too bright. These are operating at 5 volts from a Arduino NANO.
Mel
My Model Railroad
http://melvineperry.blogspot.com/
Bakersfield
I have the same problem. Plus…how do you find out actually using your Aduino, like railroad signals, lights. etc. I have followed 3 different tutorials and no one tells you how to use the aduino in an application. I am sick of programming…I would like to see some results
I use the Arduinos for several things on my layout.
Arduino Tower Light:
https://melvineperry.blogspot.com/2019/01/january-21-2019-arduino-nano-tower.html
Multiple flashing lights:
https://melvineperry.blogspot.com/2019/01/january-16-2019-arduino-multasking.html
Arduino Crossing Gate with servos:
https://melvineperry.blogspot.com/p/blog-page_97.html
Arduino signal controller:
https://melvineperry.blogspot.com/2017/02/february-3-2017-arduino-mega-signal.html
Interesting thought - one of the driving points of Arduino is that if you follow the examples, you start right off making something happen, like flash an LED. Which for some is used as a point of derision, as in it’s such a simple thing that all it does is flash an LED.
–Randy
It does more? [swg]
Rich
Absolutely not true!
all you need to understand is basic C programming. You dont’ even need to understand structures or pointers
message me if you’d like some help