Projects

IoT Air Quality Sensor

IoT Air Quality Sensor

In this Instructable, I will walk you through the steps to build an IoT Air Quality Sensor. This is an inexpensive air quality sensor with reasonable accuracy and is accessible to internet through WiFi. This project is to integrate 3 sensors that detect different kinds of gases and particles with Nodemcu and then, send the […]

Ez Arduino 12 DOF Quadruped Robot Robot Dog Lassie

Ez Arduino 12 DOF Quadruped Robot – Robot Dog Lassie

Since Boston Dynamics presented their quadruped robot named Spot, everybody wants their own robot dog. There have been several efforts to create a robot with the same features. Many are costly and quite challenging to understand and create. This guide aims to provide a do-it-yourself option utilizing affordable hardware and electronic components through 3D printing. […]

Wireless Doorbell Receiver

Wireless Doorbell Receiver

This project describes the second part of the following two projects: A wireless doorbell transmitter as described in the Wireless Doorbell Transmitter Instructable. This Instructable also gives some introduction to these projects. A wireless doorbell receiver described in this Instructable. The wireless doorbell receiver will make a sound and will blink a LED 5 times after it […]

Arduino Sketch Remote User Interface

Arduino Sketch Remote User Interface

This sketch demonstrates Internet-based remote communication using a companion ‘bridge’ program running on the attached host which sends and receives messages via an online MQTT server. This allows connecting one Arduino to another over arbitrary distances, which we can use as a starting point for building collaborative telepresence. This example is configured to provide for […]

Arduino Sketch RemoteStation

Arduino Sketch RemoteStation

This sketch demonstrates Internet-based remote communication using a companion ‘bridge’ program running on the attached host which sends and receives messages via an online MQTT server. This allows connecting one Arduino to another over arbitrary distances, which we can use as a starting point for building collaborative telepresence. Full Source Code The full code is […]

VivoGame

VivoGame

VivoGame (something like “liveGame” in english) is a funny 2 players game whose goal is hit a target with a automated dart. One player wear a “glasses” that doesn’t let him see the target. 3 leds that replace each lens, allow the other one, who see the target, moving the first player’s head with a […]

Getting Started With the ESP8266 ESP 01

Getting Started With the ESP8266 ESP-01

The ESP8266 ESP-01 is a module for Wi-Fi that enables microcontrollers to connect to a Wi-Fi network. This module is an independent SOC (System On a Chip) that does not require a microcontroller for managing inputs and outputs like you would typically do with an Arduino, as the ESP-01 functions as a miniature computer. It […]

Wireless Communication of Multiple Variables Between 2 Arduinos Using HC 12

Wireless Communication of Multiple Variables Between 2 Arduinos Using HC-12

In this tutorial, I will show you how to achieve wireless communication of variables between 2 Arduinos using the HC-12 module, that operates from 433,4-473 Mhz. HC-12s are wireless modules for arduino to arduino communication, because they can send multiple variables over long distances-ones up to 1km-using only 2 digital pins, not even PWM pins, […]

Scroll to Top