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

Check out flash filesystem option #12

Closed cyclops1982 closed 9 months ago

cyclops1982 commented 10 months ago

It seems that the NRF52 has some kind of flash. We want to: a) try if it works b) See if we can store the configuration on it c) see if we can read the configuration at startup

Ideally, we'd /also/ want to read the lora device's ID.

cyclops1982 commented 9 months ago

We implemented some flash options and are using them.