Category: Arduino
Arduino-Programmable ESP32 Development Board
Ezsbc, an American embedded control solutions retailer, had produced a new development board that simplifies working with ESP32 module and makes it programmable via USB using the Arduino IDE. The ESP32 is a low cost, ultra low power microcontroller with integrated Wi-Fi &...
Continue ReadingtinyTILE, An Intel Development Board Based on Intel Curie Module
In the past year, Intel announced the low power development board “tinyTILE” which was built based on Intel Curie Module, offering quick and easy identification of actions and motions, features needed by always-on applications. tinyTile was designed for use in wearable devices and...
Continue ReadingArduino Interrupts Tutorial
In this video educ8s.tv is going to show us how to use interrupts with Arduino, an advanced but extremely useful feature of the Arduino. But what is an interrupt? Most microprocessors have interrupts. Interrupts let you respond to external events while doing something else. Suppose...
Continue ReadingPixel 2.0, Arduino Zero-Like Board With Smart Display
The Pixel is an Arduino-compatible smart display, combining a 32-bit Cortex M0+ MCU with 32K of RAM, a 1.5" 128x128 color OLED screen, and a microSD slot all in one package. This is Rabid Prototypes’ second iteration of Pixel, which originally raised nearly $10,000 on Kickstarter...
Continue ReadingSimple 3 phase Arduino energy meter
Simple 3 Phase Arduino energy meter from The DIY Life: Again, with this meter I was going for simplicity. Sure, for perfectly accurate measurements you need to measure both the supply current and voltage but for this application and in the interests of keeping the energy meter simple...
Continue ReadingThermohygrometer with clock and LCD display on Arduino UNO
techrm @ instructables.com has a tutorial on a nice thermohydrometer: These 7 steps will drive you through the "construction" of a thermo-hygrometer with clock on Arduino UNO. Data and time, humidity and temperature will be shown on a LCD 16x2 display .If you have purchased a LCD...
Continue ReadingThe New Arduino 101 (Genuino 101) – Unboxing, Set Up, and Comparing it to the Arduino Uno
Arduino's newest board, the Arduino 101 is finally here... It has an Intel Curie processor, and an on-board gyroscope, accelerometer, and Bluetooth. Let's see how it stacks up to the Uno, and find out what each of the components on the board do. At the end of the video, I go through...
Continue ReadingInstalling The Micronucleus Bootloader To An ATtiny Via Arduino
In order to be able to upload Arduino sketches directly to the ATtiny84 over USB without the need to use a programming device, Shawn Hymel, an electrical engineer at Sparkfun Electronics, had published a guide showing how to install the micronucleus bootloader, which supports virtual USB...
Continue Reading