
ATtiny programming with Arduino
After this Instructable you should be able to program an A Ttiny85/45 with an arduino. It may sound complex bu...

Program ESP8266 With NodeMCU
Hey everyone what’s up! so you got yourself an esp12f module and now you want to program it? here’...

Arduino Sketch Event Loop Demo
This sketch is used by Exercise: Event-Loop Programming. Full Source Code The full code is all in one fil...

Programmable Arduino Remote Control (PCB)
With this small, palm-sized device, it is possible to remote control your PC or your Smartphone. Or to control...
After this Instructable you should be able to program an A Ttiny85/45 with an arduino. It may sound complex but it really isn’t. After doing some research I could not find to much info... Read more
Hey everyone what’s up! so you got yourself an esp12f module and now you want to program it? here’s how you can do that in an easy way that doesn’t involve that complex FTD... Read more
This sketch is used by Exercise: Event-Loop Programming. Full Source Code The full code is all in one file EventLoopDemo.ino. // EventLoopDemo.ino : demonstrate generation of two simult... Read more
With this small, palm-sized device, it is possible to remote control your PC or your Smartphone. Or to control your PC and your Smartphone at the same time. And it is freely programmable. Yo... Read more
Hello DIYrs, have there been instances when you really wanted to share your feelings with someone and no trusted one was around? In today’s busy world, this is a common instance. Well,... Read more
If you are looking for a small and low powered Arduino board the Attiny is a really good option, its surprisingly featureful for it’s size. It has 5 GPIO pins, 3 of which are Analog pi... Read more
In the mid eighties synths manufaturers started a “less is better” process that led to barebones synths. This allowed the reduction of costs on the manufaturer side, but made the... Read more
If you are not familiar with ESP8266 micro controller, I really feel you have been missing out! These things are incredible: they are cheap, powerful and best of all have built-in WiFi! ESP8... Read more
Update: 7th April 2019 – Rev 3 of lp_BLE_TempHumidity, adds Date/Time plots, using pfodApp V3.0.362+, and auto throttling when sending dataUpdate: 24th March 2019 – Rev 2 of lp_BLE_Temp... Read more
So this Lazy Old Geek (LOG) gets bored sometimes and wants something to do. Actually, sometimes I get tired of trying to solve hardware problems, which are sometimes software problems. So I... Read more
To get started with Arduino, you’ll need some basics. In this tutorial, we’ll go beyond a little blinky light and teach you about: Variables Input and Output pins Sensors and rea... Read more
During my high-school sophomore year, the 3rd floor of our house lighted on fire due to a short circuit. Fortunately, my family was away on vacation for Christmas. But if we were home, would... Read more