You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't really an issue, but i don't know how to ask this any other way. I've managed to set everything up, the main.c file runs and i see the LORA:DEBUG messages in the RTT viewer. It completes the JOIN state, and falls silent. This is as far as I know, intended behavior and everything works as it should. My problem is simply that I don't know how I am supposed to use the library to send anything. I've tried to use SX1276Send, but that one didn't seem to do anything. Am I supposed to set the AppData[] array to the data i want to send, and then set the DeviceState to DEVICE_STATE_SEND manually?
The text was updated successfully, but these errors were encountered:
This isn't really an issue, but i don't know how to ask this any other way. I've managed to set everything up, the main.c file runs and i see the LORA:DEBUG messages in the RTT viewer. It completes the JOIN state, and falls silent. This is as far as I know, intended behavior and everything works as it should. My problem is simply that I don't know how I am supposed to use the library to send anything. I've tried to use SX1276Send, but that one didn't seem to do anything. Am I supposed to set the AppData[] array to the data i want to send, and then set the DeviceState to DEVICE_STATE_SEND manually?
The text was updated successfully, but these errors were encountered: