RAKwireless

Results 4 comments of RAKwireless

> [RUISensorDataDecoder_GPS6digitPrecison_for_TTN.txt](https://github.com/RAKWireless/RUI_LoRa_node_payload_decoder/files/4586115/RUISensorDataDecoder_GPS6digitPrecison_for_TTN.txt) > > Here is my fixed js File just changed the str = str.substring(28); to str = str.substring(22); and now it works. > > BTW your Payload is...

> > ``` > > 1. The GPS6digitPrecision script is used for the scene that user change the payload size of GPS at Node with AT command. If you didn't...

Hi @KunYi , RUI_UART_NORMAL is the AT configure mode which means you can send AT command to RAK4200 now, and RAK4200 will deal with every valid AT command. RUI_UART_UNVARNISHED is...

Only pin 3 supports ADC in rak4200. Pin 3 is PA1 in stm32l071, and we use ADC_IN1 . So in the command at+get_config=device:adc:X, parameter 3 works.