Why Arduino is a hit with hardware hackers
11–20 of 30 posts
Re: Why Arduino is a hit with hardware hackers
#12The BeagleBoard is stuck in a no-man's-land between low-end 8-bit controllers like Arduino and the many other AVR/PIC platforms, and a full-fledged embedded PC. If I want to monkey with Linux and take advantage of a full 1 GHz ARM core, I probably want to just use a commodity PC motherboard. Chances are, it won't cost much more, and it comes with the huge advantage that I already know how to develop for it.
Re: Why Arduino is a hit with hardware hackers
#13The BeagleBoard is stuck in a no-man's-land between low-end 8-bit controllers like Arduino and the many other AVR/PIC platforms, and a full-fledged embedded PC. If I want to monkey with Linux and take advantage of a full 1 GHz ARM core, I probably want to just use a commodity PC motherboard. Chances are, it won't cost much more, and it comes with the huge advantage that I already know how to develop for it.
In the end what i really wanted to do is use the S-Video port on the BB and after much googling, determined that there was no driver, no easy way to do it and i was basically SOL especially without onboard ethernet/wifi.
The BB is a great embedded SBC, it completely slaughters the (hopefully now completely dead) PC104 but right now I'm tinkering with a Chumby: Its not nearly as powerful but for $110 you get a full retail package, LCD, composite video out, speaker, wifi, & power adapter. In 2 seconds i was ssh'ed in and porting SDL-based graphical apps with ease.
Re: Why Arduino is a hit with hardware hackers
#14Cool, I'd been meaning to get an Arduino microcontroller myself. Can anyone give examples of the more interesting projects that are being done with the Arduino that you know of?
The official Arduino blog always has lots of interesting examples too - http://arduino.cc/blog/
Re: Why Arduino is a hit with hardware hackers
#15The BeagleBoard is stuck in a no-man's-land between low-end 8-bit controllers like Arduino and the many other AVR/PIC platforms, and a full-fledged embedded PC. If I want to monkey with Linux and take advantage of a full 1 GHz ARM core, I probably want to just use a commodity PC motherboard. Chances are, it won't cost much more, and it comes with the huge advantage that I already know how to develop for it.
At $149, it is more expensive than many Mini-ITX boards with a 1.66MHz dual core Atom, which come with quite a bit more on board peripherals (SATA, 7.1 audio and the like). Once you add RAM the price difference narrows (or even reverses if you put more than 1GB, which you couldn't do withe the BeagleBoard), but you get quite a bit more power and flexibility at a comparable price.
Re: Why Arduino is a hit with hardware hackers
#16Summary + meta-summary from watching the Arduino community for a few years: Because it's cheap, and because it's awesomely simple to use. It's a hobbyist's dream come true. If you're interested in some of its uses, just look back through Make magazine's site. Loads and loads and loads of projects appear there.
The idea is to have the Arduino interfaced to a Telit GPS and GSM unit plus a 433Mhz radio for telemetry downlink. I'll launch the balloon to take photos/videos of near space and use the telemetry to track the balloon for recovery.
Re: Why Arduino is a hit with hardware hackers
#17Summary + meta-summary from watching the Arduino community for a few years: Because it's cheap, and because it's awesomely simple to use. It's a hobbyist's dream come true. If you're interested in some of its uses, just look back through Make magazine's site. Loads and loads and loads of projects appear there.
Yes, Arduino is very cool. I'm working on a project that I'm calling "Spaceduino" to use an Arduino as the flight computer for a high-altitude balloon. The idea is to have the Arduino interfaced to a Telit GPS and GSM unit plus a 433Mhz radio for telemetry downlink. I'll launch the balloon to take photos/videos of near space and use the telemetry to track the balloon for recovery.
Re: Why Arduino is a hit with hardware hackers
#18Earlier quoted context omitted.
Yes, Arduino is very cool. I'm working on a project that I'm calling "Spaceduino" to use an Arduino as the flight computer for a high-altitude balloon. The idea is to have the Arduino interfaced to a Telit GPS and GSM unit plus a 433Mhz radio for telemetry downlink. I'll launch the balloon to take photos/videos of near space and use the telemetry to track the balloon for recovery.
Interesting. How are you planning to recover the balloon?
Once the balloon bursts (somewhere over 30km) the parachute will slow the fall.
Throughout the payload will broadcast its location derived from GPS over a 433Mhz link (probably RTTY) which I can track. Once at a low altitude (not sure how low yet) and within GSM range the payload will also SMS its location to another cell phone.
This should give me enough data to find the balloon. Plus there is software to do balloon trajectory prediction based on weather forecasts. That'll give me a general idea of route as well.
Also, on a clear day the entire thing will be visible from the ground using high-powered binoculars or a small telescope. If I have time I'd like to get automatic ground tracking in place by attaching a Yagi antenna to a powered telescope and using the downlinked balloon location to steer the telescope to train the antenna on it and to get video of the balloon's ascent. That last part may be beyond my budget unless someone's got a steerable telescope mount that has a computer interface (RS-232/423 or USB) that they'd like to give me :-)
I plan to use a small video camera that will be activated at altitude to record HD video of near space (and the descent). Currently thinking of a Slide HD which can record 4 hours of video and is small and light, but this part isn't nailed yet.
This is actually a really complex project: navigation, telemetry, all the balloon related aspects, interface with ATC, temperature extremes, weather, ...
Re: Why Arduino is a hit with hardware hackers
#19Cool, I'd been meaning to get an Arduino microcontroller myself. Can anyone give examples of the more interesting projects that are being done with the Arduino that you know of?
I ordered a sanguino kit and learned to solder at the same time :) If you're interested in learning the whole parts procurement process, you can also buy a PCB of pretty much any arduino-based board with no components, then pick out the components you want yourself and solder away.
You can desolder and reuse pretty much any component: connectors, passive elements (resistors, capacitors), switches, active elements (diodes, transistors), LEDs, speakers, relays. You can even reuse bigger functional blocks like power supplies or power amplifiers. I used to do this all the time when I was a teenager.
Nothing like having an idea at midnight and scavenging the components to try it out at once, and not having to wait next day to buy them. Plus, it reduces e-waste, which is horrible to recycle, despite what we are told.
And stay safe, learn you electric safety rules!
PS: nice first project idea - light alarm that wakes you up in the morning, like the fancy, pretty expensive Phillips Wake-up Light Alarm devices. Later, make the light able to fade-in using maybe a thyristor. A nice enclosure is hard to make though - that's where Phillips has the advantage.
Re: Why Arduino is a hit with hardware hackers
#20The BeagleBoard is stuck in a no-man's-land between low-end 8-bit controllers like Arduino and the many other AVR/PIC platforms, and a full-fledged embedded PC. If I want to monkey with Linux and take advantage of a full 1 GHz ARM core, I probably want to just use a commodity PC motherboard. Chances are, it won't cost much more, and it comes with the huge advantage that I already know how to develop for it.
It is also a total PITA to get 'booted' since it comes blank you need to mkfs a sd card. if you have linux on a computer already, this is pretty easy. but what if you dont have a linux machine ready to go? if you're me you spend 2 days trying to maneuver something, giving up and borrowing a laptop. I've had an easier time getting freebsd onto a Mac SE/30! In the end what i really wanted to do is use the S-Video port…
I'm trying to decide between i.MX51 and OMAP3/AM37 for an upcoming project and it seems like the level of support from TI or Freescale is going to be the only thing making a difference in the decision...the chips are just too similar in functionality.