Bangon Kali posted this article on how to listen for signals from an Arduino through the Serial Port (Linux, Mac) or COM Port (Windows) using the SerialPort2 Node.JS module and serve signal data to the web in real time using Socket.IO. Via The Code Project.
Category Archives: Arduino
Low-tech Arduino based cell phone trigger
William Finucane of revoltlab.com posted this article describing a simple low-cost means of activating devices remotely via telephone. I wanted to be able to call my house and turn on the lights and television during nights when I was away on vacation. What’s more, I didn’t want to spend any money on cell phone bills […]
DCC 2011 – PhoneSat: sub $10k spacecraft
Mike Safyan is an amateur radio operator KJ6MVL who works at NASA. In this talk from the 2011 ARRL/TAPR DCC in Baltimore, Mike describes the PhoneSat project, whose goal is to produce a functioning satellite module for under $10,000. Picture a Nexus Android phone, Arduino and RF transmitter inside a 10cc standard flight-safe housing cube […]
DIY electomagnetic interference detector
Popular Mechanics presents this simple DIY electromagnetic interference (EMI) detector project. It’s Arduino based and requires only an 8-ohm speaker, 1-megaohm resistor and 3–5 feet of insulated solid core wire. Details on this easy beginner’s project can be found on the Popular Mechanics website, with links to the Arduino sketch on the author’s Github page.
Schmartboard giveaway
SchmartBoard is giving away one new SchmartBoard SMT Arduino Prototyping Shield. To enter, visit the SchmartBoard giveaway page and fill out the registration form. You only need to enter once to have a chance to win every month that the contest runs.
Pinguino32-DIY PIC32 development board with the Pinguino bootloader
Pinguino design team released the design for the Pinguino32 PIC32 development board using their Pinguino bootloader. It supports PIC32MX250F128, and PIC32MX220F032B microcontrollers. The design is open source, and made with KICAD software. Download it from their Google code area.
3G/GPRS shield for Arduino
Libelium has introduced their 3G/GPRS shield for Arduino (3G + GPS). It enables connectivity to high speed WCDMA and HSPA cellular networks, and includes GPS. “The GPS module also makes it possible to perform geolocation services even in indoors as it can work in A-GPS and S-GPS modes, so the location given by the GPS […]
DIY Arduino 6-channel temperature monitor
Johnathan Hottell wanted a way to monitor and display the temperature readings at various points around the engine on his LB7 Duramax diesel truck. He developed this project for a six channel temperature monitor employing a bank of thermistors to monitor various engine locations. They are read each second by the Arduino’s analog pins, with […]
Pinguino X.3 is out
Pinguino, the open source IDE for PIC-based Arduino compatible boards, just released version X.3. Software is still in beta testing mode, so if you run into a bug be sure to contact the developers about it. PinguinoX.3 is now available in the download area for both Linux and Windows computer. With the help of all […]
Simple Arduino motion sensor – SMS messaging project
Here’s an easy open source motion sensing project by Matt Williamson which sends you an SMS message when motion is detected. The hardware consists of an Arduino and Parallax PIR sensor (Part No. 555-28027). This arrangement communicates via serial with a Python server on an attached computer, which then uses the TelAPI service to accomplish […]
Sound controlled 5x5x5 LED cube
This 5x5x5 LED cube uses a microphone and op-amp to react to sound. It’s run via an Atmega328P with an Arduino bootloader: ok, it is nothing new and far away from well done.. But its just amazing for me to see it working and i learned quiet a lot :) I just want to share […]
FireHero – Arduino and guitar play with fire
Chris Marion has developed an impressive and dangerous project: FireHero. It uses a complex propane system and some electric valves coupled to an Arduino controller that hooks directly into a “guitar” – a Guitar Hero input device, hence the project name “FireHero”. The result is that the notes played directly affect the flames. Now that’s […]
Arduino lie detector
William Finucane of revoltlab posted this easy lie detector project on the Mad Science website. The hardware consists of nothing more than an Arduino, a 10K resistor, wire and some tin foil. (You didn’t use ALL your foil for your hat, did you?) The device operates on the galvanic skin response (GSR) principle and detects […]
LVL1 Boneyard Hackathon 2012
LVL1 Louisville Hackerspace is organizing a boneyard hackathon this June. Basically you, and your team get an Arduino, a breadboard, and you have 24 hours to build something from the junk-box parts that are there. The entry fee is $30 per team, and the best 3 teams get trophies and a years worth of bragging […]
Arduino and TM1640 LED display modules
Tronixstuff has posted a detailed tutorial on using Arduino and TM1640 LED Display Modules. The Arduino library included allows you to display numeric and certain alphabet characters on the display using the TM1640.
Printf style debugging over AVR-ISP pins
ihsan kehribar from the Little Wire project informs us of his recent work entitled “Printf style debugging over AVR-ISP pins.” He writes, “if you are breadboarding an AVR chip, you are already using the SPI pins for programming the device; therefore it would be nice to use that cable for low-level debugging also. I wrote […]
SuperScope: circuit simulation through Arduino-Processing interface
Here’s a novel application. Supecapacitor has developed a circuit simulation project using Arduino-Processing. As he describes it: “SuperScope is a circuit simulator app for representing and calculating analog circuits. What’s so cool about SuperScope is the ability to actually import circuit components (via Arduino Serial) into the program where you can physically manipulate them. Arduino […]
GOduino II motor driver
Hazim Bitar writes in about the GOduino II motor driver project. In addition to the Atmega328p w/Opti bootloader, he uses a L293D h-bridge and various supporting caps and resistors giving the project a total estimated cost of about $20. Visit the TechBitar blog for project build details, along with schematic and Arduino sketch. Via the […]
Arduino RFID time clock
FRIC at ivoidwarranties has developed an Arduino addiction. So when his company needed a replacement time clock he wasn’t content to settle for a substandard commercial unit. In the true hacker spirit he designed his own superior time clock system using Arduino and a Stronglink SL018. The SL018 is an RFID reader/writer that interfaces via […]
2boots: Arduino/AVR serial and SD card bootloader
Martin tipped us off to an AVR/Arduino serial and mmc/SD card bootlaoder. It was designed to fit the same 2kb memory area that the usual Arduino booloader fits into, but can load firmware from an SD card too. Very useful for on “in the field” programing. This is a proof-of-concept dual bootloader for Atmel AVR […]
