No output on UART Xiao NRF52840 sense + GPS Quectel L76K

Hi everyone!

I wrote code in arduino IDE but wanted to use all potential of Xiao NRF52840 with use of Nordic SDK and Zephyr RTOS as well as zigbee on my small side project but I'm struggling with getting readings from UART. I'm successfully reading data from builtin IMU but cannot get anything from GPS (arduino code show results). I've attached my main.c file as well as prj.conf and .overlay file. And my second question is: is there any way to synchronize GPS and IMU readings?


/cfs-file/__key/communityserver-discussions-components-files/4/seeed_5F00_xiao_5F00_nrf5284.overlay/cfs-file/__key/communityserver-discussions-components-files/4/5367.prj.conf/cfs-file/__key/communityserver-discussions-components-files/4/672888.main.c


Parents
  • Hi,

    Not sure if I am understanding you correctly here, though we mainly support the official west/NCS toolchain here. I see that the Xiao NRF52840 is supposed to also support arduino, though this is something that we wont't be able to support well here on devzone. Although if you are using prj.conf files and dts files, I guess you are not really using the arduino toolchain?

    The response below looks to be from some bot which I was just about to delete, but it might be something to suggestion of making sure the baudrates are right.

    sarahjones said:
    The L76K default is typically 9600 baud. If your nRF52840 UART

    Regards,

    Elfving

Reply
  • Hi,

    Not sure if I am understanding you correctly here, though we mainly support the official west/NCS toolchain here. I see that the Xiao NRF52840 is supposed to also support arduino, though this is something that we wont't be able to support well here on devzone. Although if you are using prj.conf files and dts files, I guess you are not really using the arduino toolchain?

    The response below looks to be from some bot which I was just about to delete, but it might be something to suggestion of making sure the baudrates are right.

    sarahjones said:
    The L76K default is typically 9600 baud. If your nRF52840 UART

    Regards,

    Elfving

Children
Related