So one idea would be to use the UART service for BLE. We don’t have this, but I’d like us to. I think I’ve mentioned this earlier, but there have not been takers to implement this yet.
UART service which is actually console backend. It’s sort of a standard service, so this might show up as a tty on Linux side. If not, I’m sure a kernel module could make it so. Or even a user land program which pipes between BLE and a pty. I’m sure there would be users for this. Any takers? ;) > On Dec 9, 2017, at 8: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
