Electronics Projects - Hobby Projects - College Projects https://electrosome.com/category/projects/ You Inspire.....We Create..... Tue, 15 Sep 2020 02:41:24 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Digital Alarm Clock using PIC Microcontroller and DS3234 RTC https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/ https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/#comments Sat, 11 Apr 2020 14:44:29 +0000 https://electrosome.com/?p=13663 Here is a digital alarm clock made using PIC 18F4520 Microcontroller and DS3234 RTC (Real Time Clock). This project is for educational purposes or can be used as a reference for integrating DS3234 RTC. DS3234 is a very accurate RTC IC with integrated on chip temperature compensated crystal oscillator. It can be integrated with a […]

The post Digital Alarm Clock using PIC Microcontroller and DS3234 RTC appeared first on electroSome.

]]>
https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/feed/ 14
Sending E-mail from ESP8266 – IoT Project https://electrosome.com/sending-email-esp8266-iot-project/ https://electrosome.com/sending-email-esp8266-iot-project/#comments Thu, 17 Jan 2019 07:16:05 +0000 https://electrosome.com/?p=15717 The scope of the IoT applications is growing from controlling appliances to monitoring devices (like sensors) and sending e-mails. So here I am writing an article on Sending Email from ESP8266 and it will be a step forward in the IoT Implementation. Components Required ESP8266 Breadboard USB Cable Software SMTP Server Setup In order to send […]

The post Sending E-mail from ESP8266 – IoT Project appeared first on electroSome.

]]>
https://electrosome.com/sending-email-esp8266-iot-project/feed/ 3
Controlling LED using ESP8266 and Telegram Bot – IoT Project https://electrosome.com/led-control-esp8266-telegram-bot/ https://electrosome.com/led-control-esp8266-telegram-bot/#comments Fri, 21 Dec 2018 11:22:38 +0000 https://electrosome.com/?p=15735 In this project we will control an LED which is connected to ESP8266 with a Telegram bot. Hope you know about Telegram, it is a messenger app similar to Whatsapp. This enables users to control their ESP8266 via simply typing and sending commands in Telegram. By adding some relays or TRIAC you can make this […]

The post Controlling LED using ESP8266 and Telegram Bot – IoT Project appeared first on electroSome.

]]>
https://electrosome.com/led-control-esp8266-telegram-bot/feed/ 1
Updating Sensor Data to Google Spreadsheet using ESP8266 – IoT Project https://electrosome.com/updating-sensor-data-google-spreadsheet-esp8266-iot-project/ https://electrosome.com/updating-sensor-data-google-spreadsheet-esp8266-iot-project/#comments Wed, 28 Nov 2018 05:09:26 +0000 https://electrosome.com/?p=15699 In IoT applications, the monitored sensor data needs to be recorded. This data logging is important for data analytics. So in this tutorial, we will record the sensor captured data in a Google spreadsheet. Components Required ESP8266 10KΩ Potentiometer Breadboard USB Cable Connecting Wires Hardware Circuit Diagram Software Google Spreadsheet Creation Login to your Gmail account […]

The post Updating Sensor Data to Google Spreadsheet using ESP8266 – IoT Project appeared first on electroSome.

]]>
https://electrosome.com/updating-sensor-data-google-spreadsheet-esp8266-iot-project/feed/ 5
Bluetooth Home Automation With CloudX https://electrosome.com/bluetooth-home-automation-cloudx/ https://electrosome.com/bluetooth-home-automation-cloudx/#comments Sat, 27 Oct 2018 12:34:14 +0000 https://electrosome.com/?p=15556 Bluetooth wireless technology has grown to become one of the widely used protocols in the field of communication today. Although it has lower range of reach when compared to other wireless communication protocols such as WiFi and ZigBee ─with which it operates on the same frequency of 2.41 GHz; it is still very suitable for […]

The post Bluetooth Home Automation With CloudX appeared first on electroSome.

]]>
https://electrosome.com/bluetooth-home-automation-cloudx/feed/ 3
Home Automation using ESP8266 & Blynk App – IoT https://electrosome.com/home-automation-esp8266-blynk-app-iot/ https://electrosome.com/home-automation-esp8266-blynk-app-iot/#comments Wed, 03 Oct 2018 09:25:10 +0000 https://electrosome.com/?p=15243 A home automation system is an automating the bulk of electronic and electrical tasks within a home. It uses a combination of hardware and software to enable control and management over appliances and devices within a home. Home automation not only refers to reduce human efforts but also energy efficiency and time saving. Here we are performing home automation […]

The post Home Automation using ESP8266 & Blynk App – IoT appeared first on electroSome.

]]>
https://electrosome.com/home-automation-esp8266-blynk-app-iot/feed/ 1
Interfacing DHT11 Sensor with ESP8266 https://electrosome.com/interfacing-dht11-sensor-esp8266/ https://electrosome.com/interfacing-dht11-sensor-esp8266/#comments Mon, 11 Jun 2018 17:25:17 +0000 https://electrosome.com/?p=14897 In this article, I am going to explain about interfacing of DHT11 sensor with ESP8266. For that we have to make only 3 connections between the DHT11 sensor and ESP8266. For the working demonstration we will be programing ESP8266 as a web server for displaying temperature and humidity in a web browser as per request. Components Required […]

The post Interfacing DHT11 Sensor with ESP8266 appeared first on electroSome.

]]>
https://electrosome.com/interfacing-dht11-sensor-esp8266/feed/ 1
Automatic School / College Bell using PIC Microcontroller https://electrosome.com/automatic-school-college-bell-pic-microcontroller/ https://electrosome.com/automatic-school-college-bell-pic-microcontroller/#comments Wed, 30 May 2018 18:13:34 +0000 https://electrosome.com/?p=14854 Here we are sharing a fully automatic and configurable bell which can be used in schools and colleges. It is made using commonly available microcontroller and other components. Components Required PIC 18F4550 16×2 LCD Display DS1307 or DS3232 or DS3231 32.768 kHz Crystal 16 MHz Crystal 4.7K Resistor – 7 10K Resistor 10K Preset 22pF […]

The post Automatic School / College Bell using PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/automatic-school-college-bell-pic-microcontroller/feed/ 8
IoT Temperature Data Logger Using ESP8266 and LM35 https://electrosome.com/iot-temperature-data-logger-esp8266-lm35/ https://electrosome.com/iot-temperature-data-logger-esp8266-lm35/#comments Fri, 06 Apr 2018 19:15:10 +0000 https://electrosome.com/?p=14521 In this project, we are going to log and monitor temperature data over internet using ThingSpeak IoT server. And we can view the logged data and graph over time in their website. It is made using ESP8266 WiFi module and LM35 temperature sensor. ESP8266 WiFi chip reads the current temperature from LM35 using ADC and […]

The post IoT Temperature Data Logger Using ESP8266 and LM35 appeared first on electroSome.

]]>
https://electrosome.com/iot-temperature-data-logger-esp8266-lm35/feed/ 2
Digital Thermometer using LM35 Sensor and ESP8266 https://electrosome.com/digital-thermometer-lm35-sensor-esp8266/ https://electrosome.com/digital-thermometer-lm35-sensor-esp8266/#respond Tue, 03 Apr 2018 20:41:05 +0000 https://electrosome.com/?p=14503 In this project, we are going to monitor the current room temperature over internet using ESP8266 programmed as a web server. It is accomplished by establishing data communication between ESP8266 WiFi module and LM35 temperature sensor using ADC. Components Required ESP8266 LM35 Breadboard Connecting Wires Hardware Circuit Diagram Circuit Connection Connect 3.3V pin of ESP8266 to first […]

The post Digital Thermometer using LM35 Sensor and ESP8266 appeared first on electroSome.

]]>
https://electrosome.com/digital-thermometer-lm35-sensor-esp8266/feed/ 0