Projects

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 […]

Internet cloud Controlled Home Automation Using Esp8266 aREST MQTT IoT

Internet/cloud Controlled Home Automation Using Esp8266 (aREST, MQTT, IoT)

Step 1: COMPONENTS REQUIRED Only 4 components required – 1. ESP8266 NODEMCU or WEMOS D1 mini or any esp8266 wifi development board2. RELAY (5V or 6V)3. ULN2003 or UNL2003A (Relay driver IC)4. Jumpers (obviously or else solder it!!) The main structure of the project is that ESP8266 module will receive the signal from the MQTT […]

Scroll to Top