
3 Simple Ways of Programming an ESP8266 12X Module
If you are not familiar with ESP8266 micro controller, I really feel you have been missing out! These things a...

Easy Very Low Power BLE in Arduino Part 3 – Nano V2 Replacement – Rev 3
Update: 7th April 2019 – Rev 3 of lp_BLE_TempHumidity, adds Date/Time plots, using pfodApp V3.0.362+, and auto...

Arduino 101
To get started with Arduino, you’ll need some basics. In this tutorial, we’ll go beyond a little b...
Ever wanted to be “logged in” to your AVR microcontroller? Ever thought it would be cool to “cat” a register to see its contents? Have you always wanted a way to powe... Read more
3D AIR mouse | Arduino + Processing I’m an Industrial design student, and last year as part of a course called “Technology as RAW materiel” I built this project as my final... 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
This instructable presents a fast an easy way to use data received from an analog sensor in Processing. You will learn to utilize the Arduino and prototype electronic boards to read meaningf... Read more
I am a big fan of programming but I like to keep it down to 555 timer but when it comes to complex functions like flashing a LED in a certain pattern programming is necessary.One day while s... 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
Ok, you’ve completed your prototype using an Arduino Uno board, perhaps using a shield or a breadboard for any additional components, but now you want to finalise your design and const... Read more
Hi. This Instructable will guide you through the process of wirelessly programming your Arduino using two XBees. I just finished designing a wireless EEG system with the XBee modules, so I... 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
I’ve found several sites and posts explaining how to use a quadrature encoder with an Arduino, but wasn’t completely satisfied with any of the methods used. Perhaps part of the p... Read more
My kids are learning Morse code this summer, so I threw together this little circuit to help them learn. And to make it more fun… It uses an ATtiny85 ($2.26 at digikey.com) to drive a... Read more
Today, I made a small 3x3x3 LED cube with an ATtiny2313 that I had from about 2 weeks ago. Whenever I had to reprogram the LED cube when I thought of more awesome patterns, I had to get out... Read more