Offline
Newbie
Karma: 0
Posts: 5
|
 |
« on: February 27, 2013, 11:10:14 am » |
as a 63 year old i know nothing about programming.i want to purchase an arduino but which one? i see uno r3, mega , mega with android?????? now leonardo. to get the best possible experiance out of my arduino plus value for money,so i dont want to buy cheap then want another shortly.any help is welcome.......mally
|
|
|
|
|
Logged
|
|
|
|
|
Queens, New York
Offline
Edison Member
Karma: 27
Posts: 1539
"Of all the things I've ever lost, I miss my mind the most" -Ozzy Osbourne
|
 |
« Reply #1 on: February 27, 2013, 11:16:21 am » |
The UNO would be perfect to start out with, and there are plenty of examples that come with the software.
|
|
|
|
|
Logged
|
UNO, MEGA, NANO, 4x4 keypad, micro servos, RF transceivers, bluetooth, ultrasonic sensor, 20x4 I2C LCD, 3.2 TFT touch screen, L298N Dual motor driver, Voice Recognition 15W, Gameduino
Arduino Tutorials, coming soon.
"If your doing nothing, it does not mean your lazy, it just means your open for anything that suits you" - Unknown
|
|
|
|
Belgium
Offline
Full Member
Karma: 4
Posts: 135
|
 |
« Reply #2 on: February 27, 2013, 11:30:15 am » |
I would also say a Uno is good, but also remember to have some fun with programming it might be good to buy one shield (PCB you plug on top of the arduino) that can do some stuff you like, like some LED's, a little motor, some sensors etc. An arduino on its own wil get a bit boring. .
|
|
|
|
|
Logged
|
Gear: Arduino- Uno,Due,Ethernet, OLS, Buspirate, J-Link, TDS1002, Rigol DG1022
|
|
|
|
Rome, Italy
Offline
Sr. Member
Karma: 20
Posts: 442
|
 |
« Reply #3 on: February 27, 2013, 11:43:50 am » |
I would advise you to look for a C language primer. Without some knowledge of the language you will be limited to making small adjustments to already available examples, and you won't be able to communicate effectively with the forum. As for the board the Uno is your best choice; it's called a reference version, meaning it will be supported (by people and by software) for a reasonable period. But an Arduino by itself can do no more than blinking a led and write messages to a terminal window, so you'll probably want to get wires, leds, buttons, sensors, a breadboard. If you don't have them already you may want to look for a starter kit.
|
|
|
|
|
Logged
|
|
|
|
|
Croatia
Offline
Full Member
Karma: 9
Posts: 240
|
 |
« Reply #4 on: February 27, 2013, 11:45:39 am » |
No matter which one you get, you'll soon find yourself wanting another one. I started with Uno. Now another one is in the mail, countless tinys are scattered on my desk and I just can't get enough.
|
|
|
|
|
Logged
|
|
|
|
|
London
Offline
Sr. Member
Karma: 4
Posts: 250
|
 |
« Reply #5 on: February 28, 2013, 12:43:47 am » |
I started with Uno. Now another one is in the mail, countless tinys are scattered on my desk and I just can't get enough.
Is there a 12 step programme to help with this addiction? 
|
|
|
|
|
Logged
|
|
|
|
|
Croatia
Offline
Full Member
Karma: 9
Posts: 240
|
 |
« Reply #6 on: February 28, 2013, 02:16:26 am » |
I'm not aware of it, but after posting my post above I realized that I'll soon be finishing a project I've been working on for the past two weeks and that to implement it I'll need a bunch of Arduino compatible chips... I'm already scouting both local and international web shop for atmega328s. I'm looking for those that offer discounts on 10+ orders. It's not addiction if you can stop at any time.  On topic, I would also like to emphasize spatula's advice. I also feel that my limited programing skills are quite limiting when it comes to even reading other peoples code. I manage to use ready made libraries and implement them in my rudimentary programs, but I fear that I'm not at the required level to truly be capable of even approaching the potentials of an Arduino. That's why a c++ book is in the mail as well (I picked Programming: Principles and Practice Using C++ by Bjarne Stroustrup).
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
UK
Offline
Brattain Member
Karma: 137
Posts: 19001
I don't think you connected the grounds, Dave.
|
 |
« Reply #7 on: February 28, 2013, 02:44:27 am » |
Is there a 12 step programme to help with this addiction? Can I interest you in my new AVR patches?
|
|
|
|
|
Logged
|
Pete, it's a fool looks for logic in the chambers of the human heart.
|
|
|
|
|
|
Poole, Dorset, UK
Offline
God Member
Karma: 8
Posts: 669
|
 |
« Reply #9 on: February 28, 2013, 02:08:08 pm » |
Look for a starter kit such as this one http://www.oomlout.co.uk/starter-kit-for-arduino-ardx-p-183.html. It's not which Arduino you by that matters so much as the bits to go with it!. As a beginner avoid the Due as it use 3.3v and not 5v this will avoid you having to use level converts to interface with the most common bits of external hardware. Mark
|
|
|
|
|
Logged
|
|
|
|
|
Poole, Dorset, UK
Offline
God Member
Karma: 8
Posts: 669
|
 |
« Reply #10 on: February 28, 2013, 02:32:29 pm » |
That's why a c++ book is in the mail as well (I picked Programming: Principles and Practice Using C++ by Bjarne Stroustrup).
is a great book BUT it is overkill for the Aduino as you can't really use 90% of what he talks about and he assumes your already a good to excellent programmer. Looking for something with a title like "An introduction to programming with C/C++" is a better bet. I'll have a look around and see what I can find. Mark
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
UK
Offline
Brattain Member
Karma: 137
Posts: 19001
I don't think you connected the grounds, Dave.
|
 |
« Reply #11 on: February 28, 2013, 02:35:21 pm » |
Kelley and Pohl's "A Book on C" is much more readable than Stroustrup, IMO, and whilst most examples are C and not C++, it is a lot easier to follow.
|
|
|
|
|
Logged
|
Pete, it's a fool looks for logic in the chambers of the human heart.
|
|
|
|
Croatia
Offline
Full Member
Karma: 9
Posts: 240
|
 |
« Reply #12 on: February 28, 2013, 02:48:32 pm » |
Well, if you have suggestion, I'm always open to them. And even if Stroustrup sits on a shelf for a while, I'll still get to it someday 
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
UK
Offline
Brattain Member
Karma: 137
Posts: 19001
I don't think you connected the grounds, Dave.
|
 |
« Reply #13 on: February 28, 2013, 02:52:29 pm » |
I gave up on ever trying to understand my first edition Stroustrup about twenty years ago.
|
|
|
|
|
Logged
|
Pete, it's a fool looks for logic in the chambers of the human heart.
|
|
|
|
Poole, Dorset, UK
Offline
God Member
Karma: 8
Posts: 669
|
 |
« Reply #14 on: February 28, 2013, 02:54:45 pm » |
And even if Stroustrup sits on a shelf for a while, I'll still get to it someday I gave up on ever trying to understand my first edition Stroustrup about twenty years ago I'am about the same. Mark
|
|
|
|
|
Logged
|
|
|
|
|
|