MikroC Archives - electroSome https://electrosome.com/tag/mikroc/ You Inspire.....We Create..... Sun, 05 Sep 2021 13:29:41 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 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
Custom Characters on LCD using PIC – MikroC https://electrosome.com/custom-characters-lcd-pic-mikroc/ https://electrosome.com/custom-characters-lcd-pic-mikroc/#comments Mon, 05 Jan 2015 10:47:03 +0000 https://electrosome.com/?p=10297 I hope that you already go through our tutorial, Interfacing Character LCD with PIC Microcontroller – MicroC Pro. These character based LCDs are commonly made using HD44780 compatible controllers. It allows us to define 8 custom characters in addition to the standard pre-programmed characters. In this tutorial we will learn to define our own custom […]

The post Custom Characters on LCD using PIC – MikroC appeared first on electroSome.

]]>
https://electrosome.com/custom-characters-lcd-pic-mikroc/feed/ 6
Interfacing EM-18 RFID Module with PIC Microcontroller https://electrosome.com/em-18-rfid-module-pic/ https://electrosome.com/em-18-rfid-module-pic/#comments Sun, 16 Nov 2014 06:43:47 +0000 https://electrosome.com/?p=8101 EM-18 RFID Reader Module is the one the most commonly used module for Radio Frequency Identification Projects. It features Low Cost, Small Size, Low Power Consumption and Easy to use. It can be directly interfaced with microcontrollers using UART communication. Software UART can be used for microcontrollers having no UART modules. In this tutorial we will […]

The post Interfacing EM-18 RFID Module with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/em-18-rfid-module-pic/feed/ 70
Interfacing HC-SR04 Ultrasonic Sensor with PIC Microcontroller https://electrosome.com/hc-sr04-ultrasonic-sensor-pic/ https://electrosome.com/hc-sr04-ultrasonic-sensor-pic/#comments Tue, 12 Aug 2014 17:18:28 +0000 https://electrosome.com/?p=8423 HC-SR04 Ultrasonic Distance Sensor is a popular and low cost solution for non-contact distance measurement function. It is able to measure distances from 2cm to 400cm with an accuracy of about 3mm. This module includes ultrasonic transmitter, ultrasonic receiver and its control circuit. HC-SR04 module has 4 pins : VCC – 5V, +ive of the power […]

The post Interfacing HC-SR04 Ultrasonic Sensor with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/hc-sr04-ultrasonic-sensor-pic/feed/ 226
Getting Started with PIC 18F Microcontroller – MikroC https://electrosome.com/getting-started-pic-18f-microcontroller/ https://electrosome.com/getting-started-pic-18f-microcontroller/#comments Mon, 23 Jun 2014 17:32:57 +0000 https://electrosome.com/?p=7896 In this tutorial we will learn how to program PIC 18F Microcontrollers using MikroC Pro compiler. I hope that you already know the basics of PIC Programming using MikroC compiler. If you are a beginner to this field, please read our first tutorial Blinking LED using PIC Microcontroller – MikroC. There are a lot of […]

The post Getting Started with PIC 18F Microcontroller – MikroC appeared first on electroSome.

]]>
https://electrosome.com/getting-started-pic-18f-microcontroller/feed/ 3
Read Modify Write Problem with Mid-Range PIC Microcontrollers https://electrosome.com/read-modify-write-problem-pic/ https://electrosome.com/read-modify-write-problem-pic/#comments Mon, 16 Jun 2014 09:56:16 +0000 https://electrosome.com/?p=4987 RMW Problem with PIC 16F Family Microchip’s mid-range PIC Microcontrollers use a sequence of operations : Read, Modify and Write to change output state of a pin. In certain circumstances RMW operations might cause unexpected behavior of outputs. You might have already experienced this issue and struggled with it as you can’t find exact reason […]

The post Read Modify Write Problem with Mid-Range PIC Microcontrollers appeared first on electroSome.

]]>
https://electrosome.com/read-modify-write-problem-pic/feed/ 2
Automatic Power Factor Controller using Microcontroller https://electrosome.com/automatic-power-factor-controller-using-microcontroller/ https://electrosome.com/automatic-power-factor-controller-using-microcontroller/#comments Thu, 09 May 2013 11:09:26 +0000 https://electrosome.com/?p=5708 The thirst for new sources of energy is unquenchable, but we seldom realize that we are wasting a part of the electrical energy every day due to the lagging power factor in the inductive loads we use. Hence there is an urgent need to avoid this wastage of energy. Before getting into the details of […]

The post Automatic Power Factor Controller using Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/automatic-power-factor-controller-using-microcontroller/feed/ 208
Interfacing GLCD with PIC Microcontroller https://electrosome.com/interfacing-glcd-with-pic-microcontroller/ https://electrosome.com/interfacing-glcd-with-pic-microcontroller/#comments Wed, 01 May 2013 05:42:19 +0000 https://electrosome.com/?p=3019 I have already posted about Interfacing character LCD with PIC Microcontrollers. By using GLCD (Graphical LCD) we can present information in a better and user friendly way by using any patterns or shapes. Graphical LCDs are preferred where both character and graphical representation are required. Compared to Character LCD, GLCD is a bit complex and we need […]

The post Interfacing GLCD with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/interfacing-glcd-with-pic-microcontroller/feed/ 16
Interfacing Ultrasonic Distance Sensor : ASCII Output with PIC Microcontroller https://electrosome.com/interfacing-ultrasonic-distance-sensor-ascii-pic-microcontroller/ https://electrosome.com/interfacing-ultrasonic-distance-sensor-ascii-pic-microcontroller/#comments Thu, 07 Mar 2013 16:52:57 +0000 https://electrosome.com/?p=5016 In some of our projects, we may want to measure the distance of an object from a point. Ultrasonic Distance Sensors are the best sensor which provides stable, accurate, precise, non-contact distance measurements from 2cm to 4m. Ultrasonic Sensors can be used to measure distance between moving or stationary objects. Being very accurate and stable, these devices […]

The post Interfacing Ultrasonic Distance Sensor : ASCII Output with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/interfacing-ultrasonic-distance-sensor-ascii-pic-microcontroller/feed/ 92
Interfacing Relay with PIC Microcontroller https://electrosome.com/interfacing-relay-with-pic-microcontroller/ https://electrosome.com/interfacing-relay-with-pic-microcontroller/#comments Sat, 02 Mar 2013 16:28:19 +0000 https://electrosome.com/?p=4753 A relay is an electromagnetic switch which is used to switch High Voltage/Current using Low power circuits. Relay isolates low power circuits from high power circuits. It is activated by energizing a coil wounded on a soft iron core. For detailed working of relay please visit this page. A relay should not be directly connected […]

The post Interfacing Relay with PIC Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/interfacing-relay-with-pic-microcontroller/feed/ 42