arduino

involving the use of the arduino microcontroller

Book Review: "Ham Radio for Arduino and PICAXE"

My summer reading list included "Ham Radio for Arduino and PICAXE" edited by Leigh Klotz and published by the American Radio Relay League (http://www.arrl.org/ham-radio-for-arduino-and-picaxe)

The book opens with a message from Dale Dougherty, founder of Make Magazine, and I hoped this would be a book that shared one of the disastercommohio missions: getting Makers and Hams working together. The book is more of a microcontroller-book-for-hams, than a ham-book-for-microcontroller-experimenters.

The Importance of "Hello World"

I'm sure you're familiar with the hello world program. When you're first learning to write code, or taking your first steps into building embedded systems, the documentation and guides typically instruct you to write simple code to print "hello world." Or in the hardware realm, get an LED to blink.

Telemetry Demo: Arduino + Processing + Python

It was a bit like a high-stakes science fair project. In the early days of the MCC we were often trying to communicate or sell our vision of what it could become. We needed the volunteers to be as excited about the project as we were and carry that up through the chain of command and attract enough interest so they would help fund the project. This meant that we had to use a lot of our own gear to build a working network in the vehicle so they could get a tangible feel for the possibilities.

Introducing the Arduino

You may have seen us refer to an Arduino in other projects. Just what is an Arduino and why should you care?

It's difficult to describe in one sentence, but I've found the Arduino to be the micro-controller solution with the lowest-barriers to entry. They're inexpensive, the development environment is free and has versions for windows, Linux and MacOS, and you only need a USB cable to program them.

From Hackaday: A Simple Method for Expanding Arduino IO Capacity

This is an example project entry that directs the reader off-site.

Personally I'm a fan of the arduino platform. I do realize that it's a crutch and real-men us PIC or whatever. I've done simple things with PICAXE, but the turn-around time and approachability of the arduino is unmatched. Some may consider it a toy, but it's a fun toy, and with it I can quickly turn out a physical computing project.

Here is a simple technique using I2C to link two arduinos.

Subscribe to RSS - arduino