Not sure what the costs of having these made would be, but the layout is pretty much identical to the ones I bought for $1.40 each:
https://www.amazon.com/gp/product/B01J1KM3RM/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
You'd need to have those in Gerber format to be able to send to a PC house to be made.
--Randy
Modeling the Reading Railroad in the 1950's
Visit my web site at www.readingeastpenn.com for construction updates, DCC Info, and more.
Thanks for posting that, Mel.
For someone interested in picking up Arduino to tinker with, it looks like the only difference between the Starter Kit and the Basic Kit is the projects book? And with the Basic Kit it looks like it's available online rather than in bound-form.
I have some basic electronics training so I'm not exactly a novice. It would be fun to go through the elemental tutorial projects - even as a refresher. I'm just trying to determine what would be the best entry-level kit for me and one that I could quickly expand upon.
Tom
https://tstage9.wixsite.com/nyc-modeling
Time...It marches on...without ever turning around to see if anyone is even keeping in step.
There are large varieties of starter kits, the main difference is usually the variety of parts you get in each one. The thing is - everything Arduino is open source, hardware AND software (that's why you can buy clone Arduinos for $6 and the real ones are $30). The examples that are in any of those books or online are also already included in the Arduino IDE when you install that. There are also the component kits sold seperately - The one I got had the Arduino and a decent selection of components, then I bought another component pack that partly duplicated what I had (never can have too many LEDs and resistors though) plus had other parts which allowed me to do some of the other projects.
These would be good:
https://www.amazon.com/Osoyoo-Board-Projects-Starter-Arduino/dp/B00U11ES8I/ref=sr_1_139?ie=UTF8&qid=1478200643&sr=8-139&keywords=arduino+uno+starter+kit
https://www.amazon.com/Arduino-Kuman-Project-Starter-Tutorial/dp/B018SBO652/ref=sr_1_157?ie=UTF8&qid=1478200824&sr=8-157&keywords=arduino+uno+starter+kit
https://www.amazon.com/WeiKedz-Project-Tutorial-Prototype-Expansion/dp/B01KFQE29S/ref=sr_1_164?ie=UTF8&qid=1478201020&sr=8-164&keywords=arduino+uno+starter+kit
The last one has some nifty sensors to play with as well.
I guess the double link holes makes it a bit easier to make connections, otherwise you have to do it the old fashioned way and drop the wire into the hole next to the component and bend it over.
Some day I may use the other 9 - my main controllers will be a PCB I design and have made that takes an Nano as the controller. The one I am using just has an 8 pin DIP socket and a single capacitor to make an ArduinoISP shield to program the Tiny85's, so for 8 wires I can deal with not having doubled holes.
I've seen another one, MUCH more expensive, but it's completely universal, there are horizontal and vertical rows the loop around each hole - you can connect any hole to its vertical or horizontal bus by solder bridging it. Not describing it very well, but it's completely universal - and also something like $40 each, so I know I won't be buying one.
tstage Thanks for posting that, Mel. For someone interested in picking up Arduino to tinker with, it looks like the only difference between the Starter Kit and the Basic Kit is the projects book? And with the Basic Kit it looks like it's available online rather than in bound-form. I have some basic electronics training so I'm not exactly a novice. It would be fun to go through the elemental tutorial projects - even as a refresher. I'm just trying to determine what would be the best entry-level kit for me and one that I could quickly expand upon. Tom
There's a reason for that price difference (besides popularity) - active low outputs are MUCH more efficient. That's why a chip the size of a fly spec on a DCC decoder can run 150 or 200ma of functions. ON for a function wire is when it's low.
It all works though. If you were trying for high current control something like the ULN2003 would be better, but most of this stuff isn't coming close to stressing the chip's capacity. In the end, the relays in my program track controller will be wired just like LEDs in a loco - common to the +5V side and individual connectiosn to each ULN2003 pin.
Still MAJOR props for getting into this in your 80's. I've been sort of doing this for over 40 years, I can only hope that I am still able when I hit my 80's. Or maybe I can just hope I will hit my 80's.
rrinker These would be good: https://www.amazon.com/Osoyoo-Board-Projects-Starter-Arduino/dp/B00U11ES8I/ref=sr_1_139?ie=UTF8&qid=1478200643&sr=8-139&keywords=arduino+uno+starter+kit https://www.amazon.com/Arduino-Kuman-Project-Starter-Tutorial/dp/B018SBO652/ref=sr_1_157?ie=UTF8&qid=1478200824&sr=8-157&keywords=arduino+uno+starter+kit https://www.amazon.com/WeiKedz-Project-Tutorial-Prototype-Expansion/dp/B01KFQE29S/ref=sr_1_164?ie=UTF8&qid=1478201020&sr=8-164&keywords=arduino+uno+starter+kit The last one has some nifty sensors to play with as well. --Randy
Thanks, Randy! I purchased the last one. Thought that would provide more variety and learning experience. I'll download and start looking at the Arduino software while I wait for my package to arrive on Monday.
Well, no more fancy NYC steam locos for you, you'll be buying Arduinos and components now, you've been hooked.
What's bad (maybe) is that I still haven't finished my dual purpose workbench - the top for the model side still needs to be cut and covered in poly. The electronics side is up and working though. And so far I am proceeding with the electronics at the same glacial pace my layout construction usually takes. This winter/spring I will finally be getting the basement redone, and since one part of that will be a fixed divider wall I guess i should finalize my track plan.
RR_Mel Even Dick Tracy’s wristwatch would be a kids toy now days.
Even Dick Tracy’s wristwatch would be a kids toy now days.
Received the WeiKedz UNIO Project Super Starter Kit. Lotsa goodies but the tutorials are poorly written (looks like it's translated from Mardarin) and not very helpful with getting things set up. Ordered the Arduino Starter kit and will use the aforementioned kit as a supplement.
Go to the Arduino web site
https://www.arduino.cc/
You can find all the standard tutorials here, ones that match the sample code in the IDE. And lots of other ideas and help.
Thanks, Randy. Ran across those when I was poking around the Arduino website. They're definitely better-written from an explanation POV.
The Arduino kit also comes with a booklet of 15 projects for hands-on lessons and the contents of the kit are specifically geared towards that. As mentioned, the initial kit I purchased will make a nice supplement for further tutorials.