Web site: http://www.dragino.com/products/yunshield/item/86-yun-shield.html Project Summary: The model of this shield named Yun Shield, the feature of this shield is as its name. User can add this shield into Arduino (Leonardo, UNO, MEGA2560 etc) and “turn” the Arduino into device which has similiar features as Arduino Yun: support remote upgrade and use the Bridge library. With […]
Projects
Bike Turn Signal & Brake Light Handlebars
This project was inspired by a very cool kickstarter called Helios Bars. Essentially what this project does, is put an arduino, LEDs, and buttons into your bike handlebars. The LEDs can be used as turn signals, brake lights, or display ambient colors while riding. It’s fun, cheap, and a good introductory to LEDs and arduino. The […]
Blood Oxygen Heart Rate Meter
This instructables show how to use MAX30102, XIAO and a tiny display to build a blood oxygen and heart rate meter. Step 1: Sensor & Algorithm This project use Maxim Integrated MAX30102 Biosensor to detect pulse oximeter and heart rate. However, the official sample is not so accurate, so will use the MolecularD algorithm instead. Ref.: https://www.instructables.com/Pulse-Oximeter-With-… […]
A Robotic lawn mower powered by Solar Energy with an Arduino heart
This robot will mow the grass of your garden, staying within a defined area, avoiding all obstacles and working in complete autonomy, automatically charging itself with a solar panel. In this post we present a robotic lawn mower, powered with solar energy and able to operate just with the clean energy from the sun; this […]
Paddle for People With Limb Differences and Agenesis to Play Flute
In France and some other countries playing the flute is included in music lessons at school. This project is to share a possible solution for children or music lovers with limb differences and agenesis to play flute. Basic Idea: Use an Arduino board to make a circuit that if a button is pressed then the […]
Arduino based Graph
This example shows you how to send a byte of data from the Arduino to a personal computer and graph the result. This is called serial communication because the connection appears to both the Arduino and the computer as a serial port, even though it may actually use a USB cable. You can use the […]
How to Make Powerfull Laser Engraver
Hello Guys Whats up, In this instructable, I am making an Awesome mini laser engraver from old DVD writers. It’s very interesting project for any electronics hobbyist & Engineers. You can use this laser engraver machine to make any kind of design, logo, art on the surface like WOOD, MDF, PLYWOOD, VNYL Paper. Thank You […]
Hexapoduino: tiny hexapod 3D printed, Arduino controlled
A few time ago, i found out a 3d printed Micro-Hexapod on Thingiverse. I started to work on it in the following ways: – create new accessories/components 3D printable – explore the possible ways to drive this hexapod. Here the results: – a parametric battery holder that fits perfectly on it, without screws – a parametric pen holder […]
Arduino Based Counting Tree for Children
Counting can be a fun task for young children. Children as young as two may start saying numbers in no particular order. A lot of parents start teaching their kids numbers by counting objects around their home. For example, snacks could be counted as the child eats them or toy cars on the floor could […]
DIY Binary Clock with Arduino
Yesterday I was going to start watching a movie, when me and my friend pedro decided to give up on the movie and build a binary clock. After sometime thinking on how to program it, we made it. It works beautifully, so I decided to show here how I’ve done. It may not be the easiest way […]