I bought 2 LoraOne boards to connect them by lora.
I am looking for simple tutorials-like Lora snippets.
At first I found
“SodaqOne-UniversalTracker”
I load & run them
Result: Nothing happens. With the message: “The parameters for LoRa are not valid.”
I load another Snipped
“SodaqOneTracker_v2”
Again, nothing happens.
But the USB-Connect is disabled and i can not do any more access.
What can I do to connect my boards again by USB?
Did you have any simple start snippets with positive results?
Thanks
wolf
When you power-up the sodaq one with tracker code you only have 30 seconds to send a command, after every commend the timer will reset to 30 seconds. After the 30 seconds the tracker program will start.
If you open a Serial Monitor and don’t see anything, just press enter. You will see the menu again and the timer is reset to 30 seconds.
The “SodaqOne-UniversalTracker” is for our first version of the SODAQ ONE.
The "SodaqOneTracker_v2"is the same software but modified to work on the SODAQ ONE V2
Choose the correct software version for your board.
message: “The parameters for LoRa are not valid.”
To use LoRaWAN you have to use your own LoRa keys, if the program does not safe your keys check if the Serial Monitor is on “Both NL & CR” next to the baudrate select. See: http://support.sodaq.com/wp-content/uploads/2016/02/serialMonitor_CRLF.png
It is also not possible to receive Lora-Data with the
snippet : “LoRa Serial Passthrough”.
Did you can tell me, what must I done to send AND Receive Data ?
(send is now going)
(is there not an complett, small existing “running” code snippet?
After 30 seconds the programm starts.
The software will output debug information and does not go into sleep when SerialUSB is used.
Or the software goes into sleep.
If you want more time to put in your parameters you should extend the menu timer in the software.
See BootMenu.cpp #define BOOT_MENU_TIMEOUT (30 * 1000)
Without programmering, the timeout time for the bootup menu will always be 30 seconds.
With every command you execute, valid or invalid, the timer will reset and you have 30 new seconds.