Projects

ARDUINO TO PROCESSING COMMUNICATION

DIY Arduino Project ARDUINO SERIAL COMMUNICATION TO PROCESSING, ARDUINO WITH ETHERNET SHIELD, ARDUINO WITH GPRS

INTRODUCTION This DIY Arduino project explores various ways to enable communication and connectivity between an Arduino board and external devices or networks. Specifically, it focuses on three components – Arduino serial communication to Processing, Arduino with Ethernet shield, and Arduino with GPRS. The Arduino is an open-source hardware and software platform for building electronics projects […]

Circuit diagram of the LED flasher using Arduino

Dazzle Your Eyes with a Twinkling LED Symphony: Learn to Create Your Own LED Display

This circuit demonstration showcases a random LED flasher controlling twenty lights. LED flashers and sequencers are commonly employed in decorative lighting applications to produce aesthetically pleasing color patterns. Rather than steadfast illumination, these systems cycle LEDs on and off in either a predetermined sequence or at irregular intervals. The latter approach generates a more dynamic, […]

webpage in real time using Arduino

Drive a webpage in real-time using Arduino, SensorMonkey and Processing.js

Remote visualization of real-time sensor data. This tutorial describes in detail how to use the free SensorMonkey service to push real-time sensor data from an Arduino to a webpage for visualization using Processing.js. No server-side coding or Ethernet shield is required. A standard, run of the mill Arduino will work perfectly. You’ll also need a sensor to […]

control arduino board using an android phone and a bluetooth module

How to control arduino board using an android phone and a bluetooth module

In this tutorial you’ll learn how to use a bluetooth module and MIT’s app inventor to create a wireless serial link between an android phone and an arduino board. Here is a short video showing an example app I created. I’ll describe how to do the wiring, write an arduino sketch that can accept basic […]

How to Make a Basic Computer Mouse Using the Joystick Module and Arduino Uno

How to Make a Basic Computer Mouse Using the Joystick Module and Arduino Uno

This instructable will show you how to make a joystick controlled mouse using Arduino Uno and the joystick module. Supplies You will need- One Arduino Uno 5 jumper wires One Joystick Arduino IDE Python Step 2: Make the Circuit Make this circuit shown using your Arduino and Joystick. Step 3: Uploading the Arduino Sketch //The […]

Scroll to Top