Ligo George - electroSome https://electrosome.com/author/lijoppans/ You Inspire.....We Create..... Wed, 08 Sep 2021 07:29:21 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 PCB Manufacturing Simplified by JLCPCB https://electrosome.com/pcb-manufacturing-smt-assembly-jlcpcb/ https://electrosome.com/pcb-manufacturing-smt-assembly-jlcpcb/#respond Tue, 07 Sep 2021 02:14:10 +0000 https://electrosome.com/?p=16891 During the beginning of my electronics engineering journey I used to make PCBs at home using toner transfer method. Later I used to do screen printing and also manufacture PCBs locally. Then I used to assemble components myself. In all these methods PCB manufacturing itself is a time consuming process. Sometimes some components won’t be […]

The post PCB Manufacturing Simplified by JLCPCB appeared first on electroSome.

]]>
https://electrosome.com/pcb-manufacturing-smt-assembly-jlcpcb/feed/ 0
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
Microcontroller vs Microprocessor https://electrosome.com/microcontroller-vs-microprocessor/ https://electrosome.com/microcontroller-vs-microprocessor/#comments Sat, 25 Apr 2020 06:30:11 +0000 https://electrosome.com/?p=16085 The term microprocessor and microcontroller can be confusing for those who are new to this field. I recommend you to read our articles What is a Microcontroller ? and What is a Microprocessor ? to understand more about microcontroller and microprocessor. Both microcontroller and microprocessor are programmable multipurpose silicon chip, clock driven, register based, accepts […]

The post Microcontroller vs Microprocessor appeared first on electroSome.

]]>
https://electrosome.com/microcontroller-vs-microprocessor/feed/ 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
What is a Microcontroller ? https://electrosome.com/microcontroller/ https://electrosome.com/microcontroller/#respond Fri, 27 Mar 2020 12:01:37 +0000 https://electrosome.com/?p=16064 A microcontroller is an integrated circuit (IC) which is small, low cost and self contained computer designed to handle a specific task in embedded systems. In simple words, a microcontroller (MCU or Microcontroller Unit) is a small computer integrated in to a single chip. We can also explain it as programmable silicon chip which is […]

The post What is a Microcontroller ? appeared first on electroSome.

]]>
https://electrosome.com/microcontroller/feed/ 0
Seeeduino XIAO – Smallest Arduino Board https://electrosome.com/seeeduino-xiao/ https://electrosome.com/seeeduino-xiao/#respond Thu, 27 Feb 2020 01:50:20 +0000 https://electrosome.com/?p=16069 Today we will learn about Seeeduino XIAO, the most smallest Arduino compatible board as of today. Introduction Seeeduino XIAO is manufactured by SeeedStudio and is the smallest member of Seeeduino family. XIAO is powered by Microchip’s ATSAMD21G18A-MU, which is a powerful and low power ARM® Cortex®-M0+ microcontroller. By seeing the picture itself we can understand […]

The post Seeeduino XIAO – Smallest Arduino Board appeared first on electroSome.

]]>
https://electrosome.com/seeeduino-xiao/feed/ 0
Blinking LED using LPC2148 – ARM Microcontroller Tutorial – Part 3 https://electrosome.com/blinking-led-using-lpc2148-arm-microcontroller/ https://electrosome.com/blinking-led-using-lpc2148-arm-microcontroller/#respond Sat, 15 Feb 2020 05:22:05 +0000 https://electrosome.com/?p=15859 Hello World In this tutorial we will learn how to start programming an ARM microcontroller. This is a hello world project (blinking an LED) intended for beginners to ARM microcontroller programming. Here we are using LPC2148 ARM microcontroller and Keil IDE for programming. Components Required LPC2148 Development Board LED 220R Resistor Registers In this section […]

The post Blinking LED using LPC2148 – ARM Microcontroller Tutorial – Part 3 appeared first on electroSome.

]]>
https://electrosome.com/blinking-led-using-lpc2148-arm-microcontroller/feed/ 0
Flashing LPC2148 – ARM Microcontroller Tutorial – Part 2 https://electrosome.com/flashing-lpc2148-serial-isp-bootloader/ https://electrosome.com/flashing-lpc2148-serial-isp-bootloader/#respond Wed, 15 Jan 2020 15:37:37 +0000 https://electrosome.com/?p=15963 In this tutorial we will learn how to flash an LPC2148 microcontroller using on-chip serial (UART) ISP bootloader with Flash Magic tool. Components Required LPC2148 ARM Microcontroller USB to UART converter with DTR and RTS outputs. You may also use ready to go boards like rhydoLABZ LPC2148 Stick. Connections Circuit Diagram Using Flash Magic Tool […]

The post Flashing LPC2148 – ARM Microcontroller Tutorial – Part 2 appeared first on electroSome.

]]>
https://electrosome.com/flashing-lpc2148-serial-isp-bootloader/feed/ 0
Installing Keil IDE – ARM Microcontroller Tutorial – Part 1 https://electrosome.com/installing-keil-ide-arm-microcontroller-tutorial/ https://electrosome.com/installing-keil-ide-arm-microcontroller-tutorial/#respond Tue, 08 Oct 2019 02:37:34 +0000 https://electrosome.com/?p=15898 This is our first part of ARM microcontroller tutorial. In this article we will see how to setup development environment for ARM microcontroller LPC2148. We are using Keil IDE for this. Downloading IDE Go to “keil.com” Go to “Download” page Go to “Product Downloads” Go to MDK-Arm Fill the contact form and submit it. You […]

The post Installing Keil IDE – ARM Microcontroller Tutorial – Part 1 appeared first on electroSome.

]]>
https://electrosome.com/installing-keil-ide-arm-microcontroller-tutorial/feed/ 0
How to solve MAX485 heating and stops working problem ? https://electrosome.com/solving-max485-heating-stops-working/ https://electrosome.com/solving-max485-heating-stops-working/#comments Sat, 22 Sep 2018 02:21:26 +0000 https://electrosome.com/?p=15167 Is your MAX485 IC getting burned or stops working after sometime ? Or is your RS485 circuit is not working as expected ? If your answer is ‘Yes’ you are at the right place. You can simply follow below guidelines to solve this problem. Before one year this problem used to trouble me a lot. […]

The post How to solve MAX485 heating and stops working problem ? appeared first on electroSome.

]]>
https://electrosome.com/solving-max485-heating-stops-working/feed/ 2