The Resnik section of the README currently contains placeholder code that is identical to the Margay example. The Resnik/Okapi system is distinguished by its Particle Boron cellular backhaul — that is the whole point of using it over the Margay — but no working end-to-end example exists yet.
A complete example would include:
- Arduino-side sketch (on the Resnik/Okapi main MCU): reads Apis sensor data, formats it, and passes it to the Boron via serial
- Boron-side firmware: receives the serial data and publishes it via
Particle.publish()
The Boron-side sketch in Project-Okapi/Particle_Files/Boron_Test.ino is a starting point but contains its own unresolved TODOs and is not production-ready.
This should be addressed before the Resnik section of the README is considered complete.
The Resnik section of the README currently contains placeholder code that is identical to the Margay example. The Resnik/Okapi system is distinguished by its Particle Boron cellular backhaul — that is the whole point of using it over the Margay — but no working end-to-end example exists yet.
A complete example would include:
Particle.publish()The Boron-side sketch in
Project-Okapi/Particle_Files/Boron_Test.inois a starting point but contains its own unresolved TODOs and is not production-ready.This should be addressed before the Resnik section of the README is considered complete.