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) × […]
Projects
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 = […]
Solar UPS controller/automatic transfer switch
Get your essential appliances off the grid with just one solar panel Things used in this project Hardware components Particle Spark Core × 1 Arduino Nano R3 × 1 Arduino MKR1000 × 1 Story [UPDATE] Now using MKR1000 to control the UNplug unit I replaced the Particle Core with an Arduino MK1000 for several reasons: […]
Arduino Based RGB Colour Code Generator
Red, green and blue (RGB) are the basic colours for generatingvarious other colours by mixing colours in a particular proportion. This technique is used in TVs, mobiles etc. Similarly, Web designing using HTML or any other language requires the hex code of a particular colour in the design. Presented here is the circuit for learning […]
IOT Lighted Xmas Tree
Do you want to conserve energy and turn the Christmas tree lights on/off when not required? In IOT era, that can be done using MKR1000. Things used in this project Hardware components Arduino MKR1000 × 1 PowerSwitch Tail II × 1 Software apps and online services Arduino IDE Xamarin Microsoft Visual Studio 2015 Story This […]
RGB Infinity Mirror with 3D Magnetic Sensor
An infinity mirror with an RGB LED strip that can change its color using Infineon’s 3D magnetic sensor knob connected to an Arduino MKR1000. Things used in this project Hardware components Infineon 3D Magnetic Sensor 2Go × 1 Arduino MKR1000 × 1 Darlington High Power Transistor × 3 RGB LED Strip × 1 Jumper wires […]
Humidity And Temperature monitoring Using Arduino With The IoT
Using the Internet of Things (IoT) in homes and industries it is possible to control any electrical or electronic equipment. Moreover, you can get the information from any sensor and analyse it graphically or in any user-defined format from anywhere in the world. The IoT using Arduino microcontroller (MCU) is easy and fun for those […]
Scheduled Relays
This project will show you how to schedule to drive the outputs on a MKR Relay Proto Shield using a MKR1000! Things used in this project Hardware components Arduino MKR1000 × 1 Arduino MKR Relay Proto Shield × 1 Software apps and online services Arduino Web Editor Arduino IDE Story About this project This project […]
WiFi Robot
I have created the framework for WiFi and voice control of a robot. The MKR1000 chip enables us to receive controls over WiFi. Things used in this project Hardware components Arduino MKR1000 × 1 DC motor (generic) × 2 Wheels × 1 SparkFun Dual H-Bridge motor drivers L298 × 1 9V battery (generic) × 1 […]