Cloom, a reliable wire harness, and cable assemblies manufacturer, today published a “Cloom-Coaxial Cable Assembly Guide.” It has five chapters that cover some useful terms about Coaxial Cab... Read more
We have seen various applications of IoT but what about adding the touch to it. In this project, we will add simple touch buttons to the ESP-32 Wi-Fi module. ESP-32 is a great module to desi... Read more
In this project, we handle the output pin of ESP32 for switching and dimming a DC LED lamp using a local Web server. For a local Web server, we do not need an Internet connection; we can ha... Read more
This post describes Mesa-Video, a low cost, low power, small size and fully Open Source Hardware and Software solution for providing 800×600 digital video for Arduino ( and other ) microcont... Read more
ARM has introduced its highest performance Cortex-M series processor core. The Cortex-M7 retains the same instruction set of the other processors in the Cortex M series, but has been given a... Read more
How To – Parking your car with an Arduino Code: // Back up Helper, by Kevin Darrah v4 #include <SoftwareSerial.h>// to read the data fron the range finder on any digital pin Soft... Read more
Arduino Video Tutorial 01: Get to know your Tools with Arduino CEO Massimo Banzi Looking to learn the basics of using the Arduino starter board? Well be sure to watch this informative video... Read more
Arduino Tutorial #1 – Getting Started and Connected! In this video I cover the following: * What is Arduino? * What is a sketch? * What is the Arduino (software) IDE (interactive devel... Read more
What is Arduino? Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It’s an open-source physical computing platfor... Read more
Happy Androids with Arduino Video instructions
Arduino + Android Normally smartphone events are tightly coupled to your phone device itself. When your cell phone is ringing, your phone speaker plays a ringtone. When you get a new text me... Read more
Rotary Encoder Tutorial with Arduino Code int pulses, A_SIG=0, B_SIG=1; void setup(){ attachInterrupt(0, A_RISE, RISING); attachInterrupt(1, B_RISE, RISING); Serial.begin(115200); }//setup v... Read more
I show how to use a standard 16X2 LCD display in three different use cases. 1. With an Arduino Uno 2. With a TI Launchpad MSP430 running Energia 3. Directly on a breadboard on an MSP430G2553... Read more