I'm using ublox GPS receiver with 3.3V supply. I'm integrating with PSOC5 controller and want to display the data on LCD display. Can anybody help me with example code..
I'm using ublox GPS receiver with 3.3V supply. I'm integrating with PSOC5 controller and want to display the data on LCD display. Can anybody help me with example code..
hi,friend you can communicate the GPS module with mcu using UART and then store the received data in register or memory location,after received you can display the data in lcd.So,just implement the rs232 code to communicate with gps.
so,1st attempt to communicate.