Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I am new to circutry but am well versed in the art of software coding. I would like ot buy an arduino that a can load a program onto and it can run by itself without the computer, but i also want to be able to send datta from the computer to it using bluetooth or OSC. I found this circuit add-on that might help for wireless but im really lost i dont know where to start with hardware, in particular what console to use... so i would appreciate some help? P.S. my price range is like about $100

share|improve this question
The Arduino Bluetooth has bluetooth integrated, but it is out of your price range (150 $). – PetPaulsen Apr 15 '12 at 10:40
no, i want to bring my software skill to hardware – Trevor Rudolph Apr 17 '12 at 20:49
and @PetPaulsen i looked into the ArduinoBluetooth but it seemed too big its my alternative but wouldnt a lillypad with that bluetooth chip be ok too? – Trevor Rudolph Apr 17 '12 at 20:50
1  
@Trevor Rudolph - Be aware though that the LiliPad has no USB-Connection. You have to programm it with an ISP. The advantage of the other Arduinos (Uno, etc.) are, that you can program it directly over USB. – PetPaulsen Apr 17 '12 at 21:43

closed as not constructive by tyblu, Brian Carlton, Kevin Vermeer Apr 16 '12 at 18:30

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

3 Answers

up vote 1 down vote accepted

First of all your price range is more than enough..

if you are new to programming Microcontrollers i would suggest you go for the Arduino Uno, this would give you a proper introduction, its cheap too costs something between $20-$30, but this has limited number of GPIO (general purpose input output) so i would suggest you to go with an arduino Mega, it has more than enough GPIO they would virtually never exhaust and has more Code and RAM space.

you mentioned you were good at Software coding, then let me tell you to be prepared for some huge differences in programming methods (if you are going to use assembly), and one more thing

if you wanna build your own arduino, you can buy its that have all the components , all you have to do is solder them and you are good to go

http://arduino.cc has some good list of Arduino Manufacturers in the Hardware Section, and always you can order one fro the parent website.

share|improve this answer

It completely depends on what you want to do with the arduino, if its just basic hobby projects you probably want an uno and it is quite cheap too.

this list of arduinos and features might help you. http://www.sparkfun.com/tutorials/148

share|improve this answer

Personally, I like the Netduino, more powerful processor, memory, etc, shield compatible with Arduino, and the programming language is C# within Visual Studio. www.netduino.com I've also been using, and quite happy with, XBee radios. I have one on my breadboard (2-wire + power/ground), and one connected via USB to my desktop. Range is about 100 meters, simple serial communication back and forth. Search for XBee on www.sparkfun.com for produts/prices/tutorials, etc. If you need more GPIO, shift registers can provide more.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.