cyclops1982 / RAKTracker

Example code that get's a distance measure and sends it via lora. First implementation. Very basic.
0 stars 0 forks source link

BT Configuration option #13

Open cyclops1982 opened 6 months ago

cyclops1982 commented 6 months ago

We currently have flash that stores some configuration. We also have a hardcoded lora settings, like the deveui and the app keys.

Ideally ,we want a device that we can flash and /then/ configure the lora settings and store those in flash.

The device has BT, and although we typically do not connect a antenna to that, we could check if we can still listen/receive BT data if another device is close.

We could then flash the device and if there's no lora settings, we could go into 'BT receiver mode'. This would then allow us to send lora settings /to/ the device. After it has these lora settings, it can go out of BT mode and just be on lora.

There might be a nice option where a failed join (10 times or so?), it goes into BT mode as well?

We can also consider other settings via BT, but that's maybe a nice-to-have as the other configuration would go via lora anyway.

cyclops1982 commented 2 months ago

Some more notes:

What we need to test: