wafa_ath
wafa_ath
DIIDevHeads IoT Integration Server
Created by wafa_ath on 8/2/2024 in #firmware-and-baremetal
Configuring PIC24FJ128GC010 for Sensor Module and UART with MPLAB X IDE
Hello! I am using MPLAB X IDE v6.20, XC 16 compiler, MCC(MPLAB Code Configurator), I already configured my master(PIC24FJ128GC010) in MPLAB X IDE with the use of MCC but I don't know is there any need to configure the Sensor module separately or not. I also want to send the sensor readings through UART Communication with the use of USB to TTL convertor to my windows PC and want to observe them in putty terminal. For that I configured UART communication in the same project in MPLAB X IDE and gave the Baud rate of 9600, Start bit 1, Stop bit 1, Parity bit = none, flow control= none and also gave the same to the putty terminal as well. I couldn't find any example explanation video or materials about this sensor module integration with a PIC MCU, ather I could only found the scenario for connecting an external EEPROM with PIC MCU via i2c interface.
6 replies