Archive for category: Arduino

Hellduino: Sending Hellschreiber from an Arduino

January 11, 2012 | Amateur Radio, Arduino | By: Mark VandeWettering

Update: Welcome Hack-a-day readers! If you are looking for the schematics for this “transmitter” (really just a simple oscillator, send some love to radio guru Steve Weber over at his website. You could really use any oscillator you like, even a canned oscillator (although the square waves would generate lots of harmonics). Yesterday’s project coupled […]

A micro-power Arduino Morse radio beacon

January 10, 2012 | Amateur Radio, Arduino, electronics | By: Mark VandeWettering

My G0UPL QRSS beacon is working pretty well, but is only putting out about 40mw of power, when it probably should be putting out 100mw. I was pondering oscillators in general, and (as I do often) surf for information and inspiration. I found both on Steve “Melt Solder” Weber’s website, in the form of a […]

The “Hello World” of Arduino Programming: Fading RGB LEDs

January 7, 2012 | Arduino | By: Mark VandeWettering

Allright, I was playing Skyrim most of the day, and didn’t really have my brain firing at it’s highest level when I sat down and decided to try to put something together. We’ve all been there, right? I realized that I had some of this cool RGB LED strip that I ordered from Tayda Electronics, […]

My own lightly modified Arduino Basic

January 4, 2012 | Arduino | By: Mark VandeWettering

I’ve received a couple of requests for my own Arduino Basic modifications. They are pretty straightforward and small, but might be of some use, and I probably won’t have a chance to do any significant work for a couple of more weeks, so I thought I’d just toss them out there for consumption. This is […]

Lunch with Ken Boak, the Nanode, and the evolution of the Arduino platform

January 3, 2012 | Arduino, Hacking, Microcontrollers, My Projects | By: Mark VandeWettering

Today, through a bit of serendipity involving twitter and the web, I managed to have lunch with Nanode designer Ken Boak, who happened to be on an unrelated visit to the Bay Area this week. We exchanged brief messages for the first time a couple of weeks ago, as I was intrigued with his idea […]

Nanode on the Web!

December 30, 2011 | Arduino | By: Mark VandeWettering

Well, to test my nanode‘s Ethernet capability, I put it on the web! Check it out by clicking this link. Hurrah! Not too impressive, but consider: it is dynamically generated on an eight bit microcontroller that costs about $35, Ethernet included. Perhaps not as cool as the Raspberry Pi, but unlike the Raspberry Pi, you […]

Christmas Kit: The Nanode

December 28, 2011 | Arduino | By: Mark VandeWettering

My wife is the best. She listens to me even when I yammer on about the most boring and geeky of topics, and does so with patience and grace. What’s more, she even remembers what I talk about, and I reap the benefits at Christmas time. I mentioned Nanode about a month back, because I […]

Tiny Basic running on Nanode – Christmas Challenge

December 24, 2011 | Arduino | By: Mark VandeWettering

As a followup to my post yesterday regarding Arduino BASIC, here’s a contest challenge to extend the Arduino basic to drive the Nanode, an Arduino compatible microcontroller board that extends the conventional Arduino with Ethernet and other cool features. The challenge is to make a good hack using Tiny BASIC: perhaps by extending the BASIC […]

Arduino Basic

December 23, 2011 | Arduino, Computer Science, Programming Languages | By: Mark VandeWettering

Edsger Dijkstra, Dutch computer scientist and winner of the 1972 Turing Award wrote: It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration. While I have respect for his great contributions to the field, in my […]

Project Completed: My $.99 Christmas LED hat, with ATtiny13 controller

December 18, 2011 | Arduino, diy, electronics, LED | By: Mark VandeWettering

Well, it’s done! Here’s my ATtiny13 controlled Christmas LED hat. It consists of an 8 pin, ATtiny13 microcontroller, a pair of 2N3904 transistors and some 1K resistors, a 7805 voltage regulator with two filter caps, and a switch, all mounted on a Radio Shack perfboard inside an Altoids tin. I’m rather pleased with the way […]

Christmas Lights powered by an ATtiny13

December 16, 2011 | Arduino, Arts and Crafts, electronics | By: Mark VandeWettering

While waiting for my bread to rise the other day, I moved my breadboard ATtiny13 circuit that blinked two leds to a small Radio Shack perfboard, added a couple of switching transistors (2N3904s) to power the LEDs, and built a small 7805 regulator (which doesn’t yet have any filter caps, I’ll get to that). But, […]

Microcontroller cheat sheet

December 13, 2011 | Arduino, electronics, Hardware, Microcontrollers | By: Mark VandeWettering

I needed to know the pinouts for various AVR chips and the 6 pin ICSP cable they used. I found this cool little one page sheet that had that, and more. Saved for future reference: Microcontroller cheat sheet.

Carmen makes an Arduino Stoplight

December 12, 2011 | Arduino, electronics, LED | By: Mark VandeWettering

Today, Carmen decided that she wanted to give Arduino programming a try. She’s an experienced programmer, but had never tried any of this small embedded stuff, and knows relatively little about electronics, but with a little direction from me, she got the Arduino development environment installed, and we did a bit of playing around. I […]

The “Hello World” of Servo Programming on the Arduino

December 10, 2011 | Arduino, diy, electronics | By: Mark VandeWettering

This morning I woke up around 5:30AM to catch the lunar eclipse. It was pretty nice: totality began around 6:05AM and the moon became incredibly dark and red. But 30 minute later, it had progressed low enough that it entered the offshore clouds that signaled the arrival of the morning fog. So, I came back, […]

Dissecting a set of $.99 battery powered Christmas lights…

December 5, 2011 | Arduino, Arts and Crafts, electronics | By: Mark VandeWettering

I was over at the CVS repository today, and saw that they had some small strings of fifteen LED Christmas lights on sale for a paltry $.99 (if you used your CVS discount card). That was simply too much to resist, so I got a couple of strings, and thought that I would use them […]