ObdiiUartMkrShield is a socket board for Arduino MKR board to talk with vehicles through ODB-II interface. Things used in this project Hardware components Arduino MKR1000 × 1 OSH Park Custom fabricated PCB × 1 Sparkfun – OBDII to DB9 cable × 1 Software apps and online services KiCad Arduino IDE Story Background Previously, I published […]
Projects
Simple Water Quality Analysis
An easy-to-build and low-cost water quality monitor. Things used in this project Hardware components Arduino MKR1000 × 1 Jumper wires (generic) × 5 Resistor 4.75k ohm × 2 Gold-Plated Pin × 7 Breadboard (generic) × 1 Software apps and online services Arduino IDE Story After I saw TDS measure circuit I am thinking if it […]
PC-based Oscilloscope Using Arduino
Oscilloscopes are an essential tool for electronics hobbyists and professionals to verify that their designs would work as expected. PC-based oscilloscopes score over standalone oscilloscopes due to their compact size, low cost and ability to do offline analysis. Here we describe how you can make your own oscilloscope at a very low cost using your […]
Christmas Presents Intruder Detector
See when your kids move their presents! Detector sets off an audio alarm and sends an alert directly to your phone! Things used in this project Hardware components Arduino MKR1000 × 1 Solderless Breadboard Half Size × 1 Jumper wires (generic) × 1 Adafruit Piezo × 1 Adafruit Lipo Battery 1200mAh × 1 Software apps […]
Arduino Environmental Monitoring
Periodically measure environmental conditions and send them to WolkAbout IoT Platform to monitor the environment remotely. Things used in this project Hardware components Arduino MKR1000 × 1 MikroElektronika Environment click × 1 Software apps and online services Arduino IDE WolkAbout IoT Platform Hand tools and fabrication machines Adafruit Female/Female jumper wires Story Introduction We had […]
RFID Based Access Control Using Arduino
RFID is a non-contact, automatic identification technology that uses radio signals to identify, track, sort and detect a variety of objects including people, vehicles, goods and assets without the need for direct contact or line-of-sight contact (as found necessary in bar code technology). RFID technology can track movement of objects through a network of radio-enabled […]
Smart Connected Open Source Pot (Scopot)
A Smart Pot that has all the component inside of the pot and gives the light and humidity data to the web Things used in this project Hardware components Arduino MKR1000 × 1 Solid State Relay × 1 Jumper wires (generic) × 1 Breadboard (generic) × 1 SparkFun water pump × 1 Software apps and […]
IoT Cloud – Getting Started
Get familiar with the Arduino IoT Cloud and take your first steps into the world of connected objects. Things used in this project Hardware components Arduino MKR1000 A MKR1010 is also a perfect option, or you could use a MKR IOT Bundle (see below) × 1 Arduino MKR IoT Bundle × 1 Breadboard (generic) × […]
Arduino Based Programmable Digital Data Display
LCDs are widely used in applications like token-display machines in smalls and supermarkets, order number displays in restaurants and café, and so on. The project presented here demonstrates the working of Arduino based message display on LCD using Bluetooth. Circuit and working This circuit uses Arduino board that accepts data via HC-05 Bluetooth module from […]
Keep Me Clean
A sensor That detects when a diaper needs changing. Things used in this project Hardware components Arduino MKR1000 × 1 Story A Methane Sensor attached to an Genuino mkr1000 sends notifications to Azure when poop (methane) is detected for a period of time. Schematics Device Code client Arduino #include <SPI.h> #include <WiFi101.h> int sensorPin = […]