which arduino should i choose?
Posted: Mon Jun 10, 2013 3:09 pm
hi, i would like to buy an arduino, but i am not that experienced, which arduino would you suggest for starters?
A small, affordable computer with free resources to help people learn, make things, and have fun
https://www.raspberrypi.org/forums/
https://www.raspberrypi.org/forums/viewtopic.php?f=62&t=46716
You do realise this is a Raspberry Pi forum? (even if it is in the off topic section!). Seriously, I'm sure Arduino's forums would be able to give a better opinion.noob wrote:hi, i would like to buy an arduino, but i am not that experienced, which arduino would you suggest for starters?
Well...no doubt. But in the Arduino forums he'd probably get blasted for asking which model he should get to use with a Raspberry Pi.jamesh wrote:You do realise this is a Raspberry Pi forum? (even if it is in the off topic section!). Seriously, I'm sure Arduino's forums would be able to give a better opinion.noob wrote:hi, i would like to buy an arduino, but i am not that experienced, which arduino would you suggest for starters?
Not really. If you ask in the non-tech subforum then you get much useful information:W. H. Heydt wrote: Well...no doubt. But in the Arduino forums he'd probably get blasted for asking which model he should get to use with a Raspberry Pi.
The Raspduino is an Arduino compatible microcontroller board, designed to plug on top of a Raspberry Pi (some people like to call this a Pi Plate). It is then possible to add Arduino shields to the Raspduino.
The Raspduino is powered by a ATmega328 microcontroller, and can be programmed with the regular Arduino software. The Raspduino can communicate with the Raspberry Pi via the serial port or I2C port on the GPIO connector. Programming can also be done over the GPIO connector.
Thats what I meant, the ideal direct coupling of "an arduino micro controller + shield pinheaders" to a PI, without going through the troublesome USB serial route!liudr wrote:Not really. If you ask in the non-tech subforum then you get much useful information:W. H. Heydt wrote: Well...no doubt. But in the Arduino forums he'd probably get blasted for asking which model he should get to use with a Raspberry Pi.
http://forum.arduino.cc/index.php?topic=169417.0
I bet you can also ask under interface with software since pi is considered as a computer and you can just plug Arduino into its usb port.
Arduino UNO is the best choice in Arduino line-up for beginners.
I would strongly voice against trying out the pi GPIO first with no prior electronics experience. You may toss your pi out of the window if you make ONE wrong move. For Arduino over USB, it has a polyfuse to cut the loss when current flows too much so you may damage the chip on Arduino UNO but it is a few dollars to replace. You move on with more experience and caution, instead of moving on, and away from all this experience together. It is also easily portable to another computer, say when you do need processing power of a modern-day microprocessor. PCs don't have exposed GPIOs but have plenty USB to plug things in. I am using a Debian laptop for projects with arduino that will eventually run on pi. It's faster to compile anything with a laptop. Just my 2 cents.
Ah, I forgot about that. If they carry the spirit of open source, why not? There's also picaxe netduino, etc. that are not expensive to damage.joan wrote:The TI Launchpad with Energia would have been my first choice if it was still priced at USD 4.30. In the UK it's now GBP 7.20.
Even with the new price (I've paid 9.99$ to get that in Portugal) it's an excellent choice. I'm really happy with the bought. Don't forget: for that price you also get a Fed-Ex shipping for free.joan wrote:The TI Launchpad with Energia would have been my first choice if it was still priced at USD 4.30. In the UK it's now GBP 7.20.
Still £3-70 from CPCIn the UK it's now GBP 7.20
yepIf someone shifts the P1 by one pin, puff. I did that before and I consider myself careful.
Praise the polyfuse lord! IIRC, 100mA polyfuses were removed from model B to provide more current to connected devices so having that polyfuse elsewhere is very necessary.simplesi wrote:yepIf someone shifts the P1 by one pin, puff. I did that before and I consider myself careful.I did it once but luckily my USB battery seems to have fast short-circuit protection so it tripped and my RPi lived to fight another day
Simon
em - I've got all my polyfuses bypassed as I use just a single battery to power my stepper bots and it was just slowing me downPraise the polyfuse lord! IIRC
The reason given by TI for increasing the price was that they didn't want to compete with their distributors yet their distributors also raised their price to $10 USD so it still cheaper to order directly from TI as shipping is free. Go figure.joan wrote:The TI Launchpad with Energia would have been my first choice if it was still priced at USD 4.30. In the UK it's now GBP 7.20.
It's a great buy at that price. I last bought at £3.64. It's a nice fit with the Pi.simplesi wrote:Still £3-70 from CPCIn the UK it's now GBP 7.20
http://cpc.farnell.com/texas-instrument ... 20Products
Energia gives an Arduino like interface,simplesi wrote:What we (well me anyway) is some Firmata or NanPy type code so we can just bolt it on and use it to provide some cheap and easy A/D and hardware PWM
Simon
luckily the one used in the PI (F3) isn't a "few ohms", as that would mean a several volts would fall over it when one ampere is running through it! It would mean that the PI would only receive 3 volt instead of 5.liudr wrote:Polyfuses are pretty useful. They are only a few ohms in resistance.