Skip to main content

Replies sorted oldest to newest

I'd be curious to have a look at the table of contents.  If there was working code for several dozen projects, it might be worth the money to someone that can not write their own code.  Especially the way folks throw money around on things like socketed relays and specialized signaling options.  

On the other hand, learning how to use Arduino is pretty simple, and there are examples of working code for free everywhere.  If there is something you can't figure out the tech forum are also very helpful, but honestly 90% of the things someone might want to do for trains are really simplistic.  

I wouldn't completely knock the idea of this book, however, After all everyone here is nuts for a book that sounds like everything in it can be learned for free by looking online, or in the instruction manuals that come with the products that book addresses.  Sometimes a handy reference in a single book might be useful for some people at any cost.  

JGL 

Sean007 posted:

If you go to the arduino website they have a forum that seems pretty helpful. Lots of free information for the novice or pro.

http://forum.arduino.cc/

Looks interesting.

Sean

Yes, I have found a lot of useful information on the arduino forum. 

Dennis posted:

Well now that I have been insulted by an electronics wizard, I still don't know what it is after reading the Website you linked me to.  I am not a programmer either. 

Dennis

Dennis, Arduino is a microprocessor that can be used with electronics to interact with the physical enviroment. People use them for sensors and a lot of other different things. A lot of model RR people use them to create custom accessories, sensors, or even to send commands to the Lionel Legacy base. Unfortunately the main thing to use these is the code. 

cjack posted:

I'm wanting to buy it just to see...

I hear you there. 

Chris 

I was going to answer but I thought the website would. It's an Italian (original source) micro computer on a small PCB that you can program to do almost any function you want. The simplest is to program it to operate two LEDs wig wag for a crossing. The programming is done with an app on your computer with the PCB board plugged into the computers USB port, and the language used is generally a programming language called c+ for one. It's kind of like a recipe...do this, then do that...if this happens...do the other thing, etc. There are also apps that will facilitate programming using block functions. Like say for example click on a block that will turn on an LED and automatically it will write the code necessary to turn on an LED. 

The book mentioned above is probably at the novice level and might be good, but if you browse the bookstore, you might get some better choices.

Dennis posted:

Well now that I have been insulted by an electronics wizard, I still don't know what it is after reading the Website you linked me to.  I am not a programmer either. 

Dennis

If you hang around here long enough, you get a handle on when a poster is smiling or not. That post you referred to had to have a smile, but it's so hard to show that with text. That's why emoticons were invented, but even then, they barely help some times without a friendly arm around your shoulders.

Dennis, as others mentioned, Arduino is a small, easy to use, micro-controller.  

There are other similar devices as well, but the Arduino is currently the most well known, and in my experience, the easiest to work with.  

One thing that wasn't mentioned is that the entire Arduino project is open source.  This means that the board schematics and boot code are free for anyone to use and modify.  This has led to insanely inexpensive boards (as little as $1.50) that have the power to do any number of tasks.

For model trains what this means is you can program the board with some fairly simple code to  take input, and give output based on whatever conditions you set.  

As an example you could program it to say "if an insulated rail is triggered, then turn on a red led"  

The standard Arduino is best suited for fairly small programs and simple tasks, Because it is designed to do different things it is hard to compare it to other devices, but it is somewhere along the lines of an IBM 286 in power level.  Not bad for a couple bucks.  

If you need a lot more computing power there is also the Raspberry Pi micro-controller.  this is a fully function PC computer that is half the size of a Cab1 remote.  

Here is a simple task accomplished with Arduino:  Flash a pair of LEDs and have them fade on and off.  total parts: one Arduino, 2 resistors, 2 LEDs.  The code was about 10 lines.  

And here was a much, much more complex task, Reading TMCC data and translating it into a form LionChief engines could use:  

The bridge program is the most complex thing I've done with Arduino, and it takes up about half of the memory, and uses about half of the Input/Output pins on a standard Arduino.  

If you really want to learn the basics of Arduino I can not recommend enough that you watch the tutorial by Jeremy Blum on youTube.  Part one of the 15 part series can be found here: https://www.youtube.com/watch?v=fCxzA9_kg6s

There are several folks here on the forum that can help with Arduino projects, and I'm happy to write code for simple things when I have the time.  The Arduino forums are also very useful for questions from beginning through super advanced and are regularly visited by the developers of the Arduino project.  

JGL

Add Reply

Post

OGR Publishing, Inc., 1310 Eastside Centre Ct, Ste 6, Mountain Home, AR 72653
800-980-OGRR (6477)
www.ogaugerr.com

×
×
×
×
Link copied to your clipboard.
×
×