Saludos a la comunidad.
Tengo una board SimpleRTK2B V3, un registrador de datos, un segundo escudo shield y un bluetooth. Necesito saber si puedo guardar datos crudos en el registrador de datos y al mismo tiempo utilizar el segundo escudo shield con el bluetooth para trabajar con NTRIP. Cuáles serían las configuraciones necesarias en los puertos UART?
Tengo una board SimpleRTK2B V3, un registrador de datos, un segundo escudo shield y un bluetooth. Necesito saber si puedo guardar datos crudos en el registrador de datos y al mismo tiempo utilizar el segundo escudo shield con el bluetooth para trabajar con NTRIP. Cuáles serían las configuraciones necesarias en los puertos UART?
1 Answers
Yes it is possible to store RAW data and do RTK at the same time. Assuming following configuration:
- Bluetooth connected directly to the XBee socket of the simpleRTK2B board (UART2)
- Datalogger connected onto the Shield for Second XBee socket, with the switch towards UART1
A good starting point is our PPK configuration file: http://www.ardusimple.com/configuration-files
You just then need to re-configure UART2 to work at 38’400bps and enable NMEA if you want to also transmit position over Bluetooth.
Muchas gracias.
Please login or Register to submit your answer
replied 11 months ago
LOGGING RAW DATA AND USING NTRIP AT THE SAME TIME
topocomputer1 asked 17 hours ago
Greetings to the community.
I have a SimpleRTK2B V3 board, a data logger, a second shield and bluetooth. I need to know if I can save raw data to the data logger and at the same time use the second shield with bluetooth to work with NTRIP. What would be the necessary configurations in the UART ports?