Electricity (current) Sensor

About the project

Build your own Smart Electricity sensor to detect the AC current in just 5 minutes.

Project info

Difficulty: Easy

Platforms: MediaTek Labs

Estimated time: 1 hour

License: Apache License 2.0 (Apache-2.0)

Items used in this project

Hardware components

Monochrome 0.96" OLED Graphic Display Monochrome 0.96" OLED Graphic Display x 1
Grove - Electricity Sensor Grove - Electricity Sensor x 1
Grove - OLED Display 1.12'' V2 Grove - OLED Display 1.12'' V2 x 1

Software apps and online services

Arduino IDE Arduino IDE

Story

Dear Tech Friends,

In this tutorial, we are showing how can you build a simple Smart Electricity (Current) sensor using IoT prototype development board (MediaTek LinkInt One), Grove Electricity sensor and an OLED Display. The project is very simple and you can build it in just 5 mins.

How does it work?

So the current sensor is looped around the current carrying cable (The sensor only detects Alternating current, so please use only AC current cable).

Caution : High AC voltage 230V is involved, so please be careful and do not touch the bare cables. If you are not proficient handling AC currents, please take help from professionals)

The detected sensor is sensed at analog port A0 of the microcontroller board which then is converted to the instantaneous values which are displayed on the OLED Display.

Here's the video on how to setup and run

Smart Electricity Sensor

The software code or a program link is here.

https://github.com/santronix/iot_tutorials-mediatek-code/blob/master/Smart_Electricity_Sensor/Smart_Electricity_Sensor.ino

The components can be purchased from the below links

MediaTek LinkIt One Board : https://amzn.to/2ZxJ9fJ

Or buy the kit with grove shield : https://amzn.to/2PDe2uH

Grove Electricity sensor : https://www.seeedstudio.com/Grove-Electricity-Sensor-p-777.html

OLED Display : https://www.seeedstudio.com/Grove-OLED-Display-0-96-p-781.html

The complete instructions are in the video. Use Arduino IDE for writing the software code.

Happy learning!

Schematics, diagrams and documents

Connection for Smart Electricity Sensor

Code

Software Code for Smart Current Sensor

Credits

Leave your feedback...