[FacelessTech] was recently charmed by one of our prized possessions as a kid — the Magic 8-Ball — and decided to have a go at making a digital version. Though there is no icosahedron or mys... Read more
In the past few years, a number of synthesizer manufacturers have been releasing “desktop semi-modular” instruments. They generally take the same form factor as the Eurorack modu... Read more
There are rumors of a cheap chip that does USB natively, has an Open Source toolchain, and costs a quarter. These aren’t rumors: you can buy the CH552 microcontroller right now. Surprisingly... Read more
Today, we are going to build a circuit to program an ATtiny85 with our Arduino. Supplies We are going to need the following: Some jumper wires 1 x 10 micro farad capacitor The ATtiny85 Chip... Read more
Introduction An introductory Arduino programming guide for artists and hobbyists Leads readers from basic through to advanced C programming concepts Fast-paced tutorials for developing worki... Read more
We use an Arduino to program other ATmega without bootloader . This technique allows you to use all flash memory for code and make boards using new ATmega, cheaper than those with bootl... Read more
In this tool-assisted education video I show how to program an Arduino Atmega2560 board in C++11 to dump a ROM chip, such as a 386sx BIOS or a Famicom cartridge ROM. I also make a ZMODEM sen... Read more
I’m working on an Arduino clone. The Arduino is essentially an ATMEGA328P development board with a bootloader pre-loaded. There are a lot of custom macros built into the programming interf... Read more
Anne Mahaffey is an engineer with Analog Devices and was one of the beta testers for the Arduino Due. Anne’s been an ardent advocate for Arduino at Analog, and recently contacted us about a... Read more
Book Description Open locked doors using your smartphone. Assemble a bird feeder that posts Twitter tweets to tell you when the birds are feeding or when bird seed runs low. Have your home s... Read more
Book Description Beginning C for Arduino is written for those who have no prior experience with microcontrollers or programming but would like to experiment and learn both. This book introdu... Read more
My sensors have not been functioning too well with my computer, as every time I try to connect the hello.light or hello.mic boards and run python through my terminal, I either get the error... Read more