Hi All,
Recently I have started to use PSoC 4, it is a different mindset but the results are astounding. As the learning curve is steep, can you do a project like a GPS logger using the PSoC?
Thanks, Yossi
Hi All,
Recently I have started to use PSoC 4, it is a different mindset but the results are astounding. As the learning curve is steep, can you do a project like a GPS logger using the PSoC?
Thanks, Yossi
Hi Yossi,
I have used both a PSoC4 Pioneer Kit (Henrietta Project) and a PSoC4 Prototyping Kit (Henrietta's Daughter) with UBlox NEO6M GPS modules. The hardware interface is just 4 wires: power, ground, transmit and receive. Just choose a UART block in PSoC Creator and connect the GPS transmit pin to the UART receive pin, and connect the GPS receive pin to the UART transmit pin. Parsing GPS data strings (NMEA) is the main challenge. I found the code needs to be tolerant of corrupted data strings.
Doug
Hi Yossi,
I have used both a PSoC4 Pioneer Kit (Henrietta Project) and a PSoC4 Prototyping Kit (Henrietta's Daughter) with UBlox NEO6M GPS modules. The hardware interface is just 4 wires: power, ground, transmit and receive. Just choose a UART block in PSoC Creator and connect the GPS transmit pin to the UART receive pin, and connect the GPS receive pin to the UART transmit pin. Parsing GPS data strings (NMEA) is the main challenge. I found the code needs to be tolerant of corrupted data strings.
Doug