Using Arduino

Arduino 101

Arduino 101

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 reading data Mapping results Functions In another tutorial, I’ll cover classes and why we might use them.                 …

Arduino 101 Read More »

Low Power BLE in Arduino Part 3

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 throttling when sending dataUpdate: 24th March 2019 – Rev 2 of lp_BLE_TempHumidity, adds more plot options and i2c_ClearBus, adds GT832E_01 support Introduction This tutorial, A Redbear Nano V2 Replacement, is Part 3 of 3. This is Revision 2 of this …

Easy Very Low Power BLE in Arduino Part 3 – Nano V2 Replacement – Rev 3 Read More »

ESP8266 12X Module

3 Simple Ways of Programming an ESP8266 12X Module using Arduino

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! ESP8266 started their journey out as a WiFi add on board for more traditional Arduino boards but shortly after, the community realized the …

3 Simple Ways of Programming an ESP8266 12X Module using Arduino Read More »

MIDI SysEx CC Programmer and Sequencer...

(almost) Universal MIDI SysEx CC Programmer (and Sequencer…) Using Arduino

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 patching process tediuos if not impossible for the final user.                       Manufacturers themselfs and third …

(almost) Universal MIDI SysEx CC Programmer (and Sequencer…) Using Arduino Read More »

Sketch Event Loop Demo

Arduino Sketch Event Loop Demo

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 simultaneous square waves at different rates // The example program generates audio-frequency square waves at different // pitches on pins 4 and 5 to demonstrate a simple event-loop control structure …

Arduino Sketch Event Loop Demo Read More »