Embrio tutorial – Custom Arduino nodes

A followup to the Embrio – a visual programming environment for Arduino post.  Ezra Schwartz, maker of Embrio, just posted a new version of the software with better functionality for writing Arduino code right into a visual node: Embrio lets you create the logic and structure of your programs with it’s powerful “agent based” architecture, but also […]

Arduino decision box BE (Attiny85)

nqtronix wrote this instructable detailing the build of his Arduino Decision ‘Box’ BE (Breadboard edition): Pleace notice: This project neither contains a box nor any Arduino* code. I stuck with this name because this project is a modifictaion of Victor8o5’s “Arduino decision box 2.0 (Attiny85)” posted three days ago. I liked the way it looks and works, […]

Embrio: A visual programming environment for Arduino

Embrio, create Arduino programs without writing code: Easy To Use -Make programs by adding and connecting nodes. No coding necessary! Real Time Connection -Work with a live connection to your Arduino, see how your program works as you build it! Powerful -While easy to use, Embrio is a powerful development tool that you won’t outgrow […]

Piccolo, a tiny CNC bot

Luca Dentella blogged about his Piccolo build: Piccolo is an opensource project, by Diatom Studio, that consists of a small CNC bot (working area about 5x5cm); the official site is www.piccolo.cc. I built one unit; the required components are: the frame, laser cut by Vectorealism 3 micro servos, brought from HobbyKing screws, nuts… the PCB (manufactured by […]

Programming Arduino Pro Mini with Bus Pirate

Dana Harding writes: Program an Arduino Pro Mini 328 [sparkfun] board using a Bus Pirate. I tried setting up the Bus Pirate as a transparent bridge for UART to use the Arduino boot loader. I got as far as manually sending 0x30 0x20, and receiving a 0x10 0x14 – establishing communication over UART… But couldn’t get […]

Arduino Uno R3 graphics accelerator shield uses no pins

Andy Brown has written an article detailing his Arduino graphics accelerator open source project: This project brings together the knowledge that I’ve gained over the last few years to bring you a graphics accelerator for the Arduino Uno R3 based on an ARM Cortex M0 core attached to a 640×360 LCD from the Sony U5 Vivaz […]

DirtyPCBs: HDC1000 temperature and humidity sensor breakout, with Arduino library

Francesco Truzzi published a new build: a breakout board for the TI HDC1000, a tiny (8BGA) temperature and humidity sensor The boards were again fulfilled by DirtyPCBs, perfect for this kind of small projects. So here are the pictures of my board and here are the features: Address selection jumpers: ADR0 and ADR1 are tied to […]

DirtyPCB LSF0204 breakout board – a bidirectional, multi-voltage level converter

Francesco’s LSF0204 breakout board,  a 4-bit, bidirectional, multi-voltage level converter: I needed a small, fast and reliable multi-voltage level translator (mainly for connecting ESP8266 boards to the Arduino, got tired of resistor networks pretty quickly) so I built a breakout board for TI’s LSF0204(D). Datasheet and info here. The LSF0204 is a nice little chip. […]

5″ capacitive touch panel with GSL1680 up’n running with Arduino

Helge of WeatherStation writes: After some help from wolfmanjm and CosR1, I managed to get a separate Buydisplay based GSL1680 touch panel up’n running on an Arduino Mega (1280) with only minor modifications to wolfmanjms code. The firmware is an integrated part of the sketch. Instead of using ram, it is put in the flash […]

Arduino equipped inline sensor skates

Anurag Mishra writes, Recently I bought a new pair of Inline Skates. So an idea struck my mind. I modified my skates to give me some results. I wanted to measure the speed with which I am skating and if I get to know the surrounding conditions, that would be awesome. So, I brought an […]

3DRacers, a 3D printed indoor racing game based on Arduino

3DRacers, the open source 3D printed racing game that you control with a smartphone: 3DRacers are 3D printed race cars that you can customize for free with their online editor. Once you have downloaded and printed your design, the electronics are a snap. The 3DRacer team has created an Arduino compatible control board that fits […]

A Classie WSPR transceiver

joesugar over at Computer/Electronics Workbench writes: Because of my location, amateur radio operations are limited to low power and disadvantaged antennas. Therefore, the WSPR (Weak Signal Propagation Reporter) protocol immediately caught my eye when I first ran across it. My primary interest is building, so I put together a stand-alone beacon using an Arduino and […]

HC-05 Bluetooth link with zero code

Phillipe Cantin writes: So you want to two HC-05 modules to automatically connect together, as soon as they’re powered up and with zero code? Well this is your lucky day since this can be done using the AT+BIND command. Let’s do this thing! For this, you will need: 1 Arduino (I’m using UNO) 2 HC-05 […]