Privacy Policy
Effective date: August 27, 2019
ElectrocoreDIY ("us", "we", or "our") operates the https://electrocorediy.blogspot.com/ website (the "Service").
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data. Our Privacy...
Monday, August 26, 2019
Tuesday, July 23, 2019
Servo motor interfacing with Raspberry pi 3

In this blog,I will explain you how to interface servo motor with Raspberry pi 3.
This project uses Python scripts run on a Raspberry Pi microcontroller to send GPIO PWM outputs to a servo motor to set its angle. If all that sounds confusing, don't worry, I'm about to...
Monday, July 22, 2019
Raspberry pi with DHT11 sensor step by step full tutorial.

In this blog, I will explain you how to connect raspberry pi with dht11 sensor and measure the temperature and humidity readings.
Components Required
1. Raspberry Pi 3
2. DHT11 sesnor
3. Breadboard
4. Jumper wires
Circuit Diagram
Step1- Make a connection as...
Blink Led using Raspberry pi 3 with Python script.

In this blog, I will explain how to blink a led using raspberry pi 3 with python code.
Components Required
1. Raspberry pi 3
2. Led
3. jumper wires
4. Breadboard
5. 220 ohm Resistor
Circuit Diagram
Step1- Make connection as shown in above figure.Step2-...
Thursday, July 18, 2019
How to make a quadcopter using esp8266 and controlled it by your smart phone.

In this blog, I will explained you how to build esp8266 based quadcopter using Arduino Uno and controlled it by smart phone.
Components Required
1. Arduino uno
2. ESP-01/ESP-12
3. MPU6050
4. ESC(Electronic Speed Controller)
5. Brushless DC motors
6. Breadboard
7....
Thursday, July 11, 2019
How to make DIY quadcopter using Arduino Uno.

In this blog, I will explained you how to build your own quadcopter using Arduino Uno.
Components Required
1. Arduino Uno
2. Quadcopter Frame typeX
3. Flysky Receiver
4. 6 Channel Transmitter
5. 4 ESC 30A
6. MPU6050
7. 4 Brushless DC Motor
About Quadcopter
Quadcopters...
Saturday, July 6, 2019
How to make mini and cheap quadcoptor using eachine flight controller.

In this blog,I will explain you how to make cheap and mini quadcopter using eachine flight controller.
Components Required
1. Four Coreless Dc motors(8520)
2. Quadcopter FrameQ100 TypeX
3. Eachine flight controller
4. 2.4GHz Transmitter.
5. Two 65 mm Propellers(CW)
6....
Friday, July 5, 2019
Smart Water Pump using GSM SIM900A module

In this blog, I will explain you how to make a smart water pump which can be controlled by a cellular phone.
Components Required
1. Arduino Uno
2. SIM 900A module
3. 9v Relay
4. Water Pump
5. 16*2 Lcd Display
6. I2c Display module
7. 9v Battery
8. Jumper...
Thursday, July 4, 2019
How to make a weather monitoring system using Google Firebase.

In this blog, I will explain you how to monitor weather and send the data to google firebase.
Components Required
1. Nodemcu(ESP8266)
2. DHT11/22 Sensor
3. Breadboard
4. Google Firebase Account
5. Jumper Wires
Circuit Diagram:
Connection
DHT11 ...