I'm looking to make this piece move and light up using an Arduino and stepper motors. This will be my first project using an arduino. If you have an idea let me to improve it let me know.
I nearly bought this kind of thing, but then realised I had all the parts I needed to make it myself, which is half the fun, right?! This video shows it in action; www.youtube.com/watch What I'm using in this build is; PartApprox...
Material preparationLinkNode D1 x 1Arduino IDEStep1. Login linksprite.io ,and record the “Device ID” and “API key” 1. Register www.linksprite.io and Login this account2. My Profile -> API key 3. My device->Create DIY DeviceEnter Dev...
SummaryDHT22 module applies specific digital blocks collection technology and temperature and humidity sensing technology to ensure that products with high reliability and excellent long-term stability. Sensor comprises a capacitive humidity sensing ...
LinkNode R4 is an open source 4-Channel relay controller which is powered by the ESP8266 WiFi SoC.The following will introduce how to use Android APP to control the LinkNode R4.Steps1. Install Android APPDownload the APK file from the github and inst...
In certain cases you may need to use motors for different purposes. Depending on the experiment or the device you are building, the type of motor to use can be different. In this series of posts I will show you how to use those motors with Arduino.&n...
This time I am going to share with you an amazingly simple experience that is made possible using just an Arduino UNO board, a resistor and a capacitor. The RC circuit is a classic circuit in physics teaching and is composed by just a resistor R and ...
Hello guys, I've created a video tutorial about saving and sending Arduino logs via email and Twitter by using Python script and wanted to share it with you. You don't have to know Python to do it, all that is required is changing few variables ...
In this post I am going to show how to use an Arduino board and BitVoicer Server to control a few LEDs with voice commands. I will be using the Arduino Micro in this post, but you can use any Arduino board you have at hand. www.youtube.com...
A recent post appeared on the element14 community blog on the difference between different kind of motors led me to write this post. I am going to describe how to control a DC motor using Arduino UNO boards with a motor shield. There is a variety of ...
My previous post was devoted to the illustration of a digital magnetoresistive sensor. A digital sensor provides just two states: on and off. Such sensors, then, can only tell you if there is a strong enough magnetic field close to the sensor or not....
HiI have been playing with my Uno and GSM shield to try to see if I can get the real world to react to a good old fashioned SMS text. In these days of 3G and 4G data rates, I wanted to show that we don't have to have the latest toys to interact with ...
Arduino is an open source electronics hardware and software designed for hobbyists, Makers, tinkerers and professionals to build projects from the simple "blinking LED" to a laser tripwire doorbell. Join Ardunio expert, Jeremy Blum as he presents thi...
www.youtube.com/watch What I am presenting in the following set of videos and tutorials is a means to an end. Over the last many months I have answered many times the same questions and seen similar mistakes in programming I am not necessar...
The "hello world" of the Arduino is the blink sketch. This demonstrates that your board is working by blinking an LED, typically the on-board LED attached to pin13 but it has a problem.The code uses the "delay" function which waits the desired number...