Embedded Archives - electroSome https://electrosome.com/tag/embedded/ You Inspire.....We Create..... Sun, 03 Jan 2021 09:17:40 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Remote Debugging of Embedded Systems https://electrosome.com/remote-debugging-embedded-systems/ https://electrosome.com/remote-debugging-embedded-systems/#respond Wed, 28 Oct 2020 04:47:10 +0000 https://electrosome.com/?p=16644 Most of us are working from home during this COVID-19 pandemic situation. I have personally struggled to debug some of my hardwares remotely. Today I am going to introduce a completely new method for remote debugging of embedded systems. Using this method you can debug a remote system as if it is connected to your […]

The post Remote Debugging of Embedded Systems appeared first on electroSome.

]]>
https://electrosome.com/remote-debugging-embedded-systems/feed/ 0
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
Getting Started with OpenWrt C Programing https://electrosome.com/cross-compile-openwrt-c-program/ https://electrosome.com/cross-compile-openwrt-c-program/#comments Fri, 15 Jun 2018 12:50:33 +0000 https://electrosome.com/?p=14919 In this tutorial we will learn how to cross compile a C program for OpenWrt. Cross compiling a C program for OpenWrt is a little complicated task for beginners. So I thought of writing a detailed tutorial for it. Please feel free to comment below if you have any doubts or you want to add […]

The post Getting Started with OpenWrt C Programing appeared first on electroSome.

]]>
https://electrosome.com/cross-compile-openwrt-c-program/feed/ 3
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
Web Controlled Servo Motor – Arduino – IoT Project https://electrosome.com/arduino-web-controlled-servo/ https://electrosome.com/arduino-web-controlled-servo/#comments Tue, 02 Jan 2018 08:21:11 +0000 https://electrosome.com/?p=14029 Internet of things has taken over all the heavy loads from human to itself. IoT is an ecosystem of connected physical objects that are accessible through the internet. As Automation is used to help mankind in various environments if we combine the automation and Internet of things we can achieve more than we can think of. In […]

The post Web Controlled Servo Motor – Arduino – IoT Project appeared first on electroSome.

]]>
https://electrosome.com/arduino-web-controlled-servo/feed/ 3
Home Automation using Bluetooth and Mobile App https://electrosome.com/home-automation-bluetooth-mobile-app/ https://electrosome.com/home-automation-bluetooth-mobile-app/#comments Sat, 23 Dec 2017 06:47:24 +0000 https://electrosome.com/?p=13549 Technology is a never ending process. To be able to design a product using the current technology that will be beneficial to the lives of others is a huge contribution to the community. Generally in today’s modern world human beings are addicted to using modern equipment. So here we can perform home automation by using […]

The post Home Automation using Bluetooth and Mobile App appeared first on electroSome.

]]>
https://electrosome.com/home-automation-bluetooth-mobile-app/feed/ 8
Using Push Button Switch with PIC Microcontroller – CCS C https://electrosome.com/switch-pic-microcontroller-ccs-c/ https://electrosome.com/switch-pic-microcontroller-ccs-c/#respond Sat, 18 Oct 2014 16:40:33 +0000 https://electrosome.com/?p=8647 I hope that you already go through our first tutorial of CCS C Compiler, Getting Started with PIC Microcontroller – CCS C Compiler. In that tutorial we learn how to use an output pin of PIC Microcontroller by blinking an LED with a delay of 1 second. In this tutorial we will learn how to […]

The post Using Push Button Switch with PIC Microcontroller – CCS C appeared first on electroSome.

]]>
https://electrosome.com/switch-pic-microcontroller-ccs-c/feed/ 0
Using UART of PIC Microcontroller – MPLAB XC8 https://electrosome.com/uart-pic-microcontroller-mplab-xc8/ https://electrosome.com/uart-pic-microcontroller-mplab-xc8/#comments Fri, 03 Oct 2014 11:01:27 +0000 https://electrosome.com/?p=8641 UART stands for Universal Asynchronous Receiver / Transmitter. It is a very popular serial communication interface which provides Full Duplex communication between two devices. UART uses two data lines for sending (TX) and receiving (RX) data. Ground/Reference of both devices should be made common. As the name indicates it is an asynchronous communication interface, which […]

The post Using UART of PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/uart-pic-microcontroller-mplab-xc8/feed/ 54
Interfacing LCD with PIC Microcontroller – MPLAB XC8 https://electrosome.com/lcd-pic-mplab-xc8/ https://electrosome.com/lcd-pic-mplab-xc8/#comments Mon, 18 Aug 2014 12:40:03 +0000 https://electrosome.com/?p=8468 In this tutorial we will see How to Interface a 16×2 character LCD module with PIC 16F877A Microcontroller using MPLAB X IDE and MPLAB XC8 C Compiler. 16×2 Character LCD is a very basic and low cost LCD module which is commonly used in electronic products and projects. 16×2 means it contains 2 rows that […]

The post Interfacing LCD with PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/lcd-pic-mplab-xc8/feed/ 136
Getting Started with MPLAB XC8 Compiler – LED Blinking https://electrosome.com/led-pic-microcontroller-mplab-xc8/ https://electrosome.com/led-pic-microcontroller-mplab-xc8/#comments Tue, 01 Jul 2014 09:11:30 +0000 https://electrosome.com/?p=8002 In this tutorial we will learn How to Blink an LED with PIC Microcontroller using MPAB XC8 Compiler. Recently Microchip released a series of development tools including MPLAB X IDE and MPAB XC Compilers. MPLAB X IDE is a software that runs on a computer intended to develop applications for Microchip’s Microcontrollers and Digital Signal […]

The post Getting Started with MPLAB XC8 Compiler – LED Blinking appeared first on electroSome.

]]>
https://electrosome.com/led-pic-microcontroller-mplab-xc8/feed/ 50