UART Archives - electroSome https://electrosome.com/topic-tag/uart-2/ You Inspire.....We Create..... Fri, 21 Dec 2018 11:38:03 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 UART communication between PIC16F18855 and PIC18F45K20 https://electrosome.com/topic/uart-communication-between-pic16f18855-and-pic18f45k20/ Fri, 28 Sep 2018 08:20:52 +0000 https://electrosome.com/topic/uart-communication-between-pic16f18855-and-pic18f45k20/ How can i communicate between 2 microcontrollers ( PIC16F18855 and PIC18F45K20 ) through UART ( in MPLAB Using MCC ). Where i should be able to send an array of data from PIC16 to PIC18 and vice versa

The post UART communication between PIC16F18855 and PIC18F45K20 appeared first on electroSome.

]]>
Convert an analog audio signal to digital with a PIC https://electrosome.com/topic/convert-an-analog-audio-signal-to-digital-with-a-pic/ Mon, 10 Apr 2017 14:09:02 +0000 https://electrosome.com/topic/convert-an-analog-audio-signal-to-digital-with-a-pic/ Convert an analog audio signal to digital with a PIC and send the data through serial to a blutooth Module HC05 or HC06 I want to convert an analog audio signal to digital signal and send it to serial input in blutooth Module. How can I do this? Microcontroller used: PIC18f452 regard

The post Convert an analog audio signal to digital with a PIC appeared first on electroSome.

]]>
PIC Microcontroller Transmitter & Receiver Frequency Problem https://electrosome.com/topic/pic-microcontroller-transmitter-receiver-frequency/ Sun, 02 Apr 2017 17:49:13 +0000 https://electrosome.com/topic/wat-may-b-the-issue/ I made a transmitter and receiver using PIC 16F877A. It is designed for 8MHz and I am using zigbee module as transceiver. But I used 20MHz crystal while prototyping. It works fine but both the microcontroller should be powered simultaneously. (WHY ?) Then I changed the frequency to 20MHz and reburned the IC. Now it […]

The post PIC Microcontroller Transmitter & Receiver Frequency Problem appeared first on electroSome.

]]>
RS232 UART 16F877A https://electrosome.com/topic/rs232-uart-16f877a/ Fri, 10 Mar 2017 11:05:55 +0000 https://electrosome.com/topic/rs232-uart-16f877a/ Hi Friends, I am doing RS232 communication project using PIC 16F877A. I have a real time clock cycle and it works in hardware. I need to see the clock information in a terminal program using UART. Will you help me in this project?

The post RS232 UART 16F877A appeared first on electroSome.

]]>
Connecting Raspberry Pi to PIC16F887 using UART on both https://electrosome.com/topic/connecting-raspberry-pi-to-pic16f887-using-uart-on-both/ Tue, 01 Dec 2015 14:23:21 +0000 https://electrosome.com/topic/connecting-raspberry-pi-to-pic16f887-using-uart-on-both/ Hi guys, i have followed the tutorials on 1.  Using UART of PIC Microcontroller – MPLAB XC8 at https://electrosome.com/uart-pic-microcontroller-mplab-xc8/ 2. Using UART on raspberry Python. Link at https://electrosome.com/uart-raspberry-pi-python/ The project i am working on will have me send pure strings(texts) from raspberry Pi to PIC and vice versa using UART, I have wired the circuit […]

The post Connecting Raspberry Pi to PIC16F887 using UART on both appeared first on electroSome.

]]>
Retrieving UART data on LCD using PIC16F877A https://electrosome.com/topic/retrieving-uart-data-on-lcd-using-pic16f877a/ Wed, 04 Feb 2015 04:01:21 +0000 https://electrosome.com/topic/retrieving-uart-data-on-lcd-using-pic16f877a/ hi, I just have a problem in copying the data from RCREG to an array and displaying it… I tested RCIF and OERR flags using led which are working as expected like… RCIF and OERR sets while receiving data… and OERR is cleared by clearing and setting CREN… and RCIF is cleared after copying the data […]

The post Retrieving UART data on LCD using PIC16F877A appeared first on electroSome.

]]>
LCD and UART PIC Microcontroller https://electrosome.com/topic/lcd-uart/ Tue, 09 Dec 2014 07:30:16 +0000 https://electrosome.com/topic/lcd-uart/ I’m trying send data to the PIC using the Terminal Window on Proteus, but something is wrong and I don’t understand why. I attached the Proteus project and *.HEX. The PIC is 16F628a. #define _XTAL_FREQ 8000000 #define RS RB0 #define EN RB3 #define D4 RB4 #define D5 RB5 #define D6 RB6 #define D7 RB7 #include […]

The post LCD and UART PIC Microcontroller appeared first on electroSome.

]]>