oic and newtmgr are the management frameworks you can use over net transports https://mynewt.apache.org/latest/os/modules/devmgmt/newtmgr/
You can write custom wrappers for anything you want, but sensors in particular exposes most (all?) of its functionality with a flag https://github.com/apache/mynewt-core/blob/master/hw/sensor/src/sensor_oic.c On Sat, Dec 9, 2017 at 9:49 PM, Carl Turner <[email protected]> wrote: > I've followed the mynewt sensors tutorial and it's working well. :-) I > managed to augment the code to communicate with a couple of BME sensors via > I2C. The shell is pretty handy for development. I've been accessing the > shell through the serial port that appears when I have the nrf52 dev kit > connected via USB. > > I was wondering if there is a way to access the mynewt OS Shell over BLE > from a Linux computer? > > Thanks, > > Carl >
