I have the nrf52840 DK and I am trying out the simple BLE beacon example. I am aware this isn't a part of the Nordic official examples, but it is an extremely simple Bluetooth example, and I thought I would toy with it a bit.
My question has to do with how to add an additional thread to the main Bluetooth thread.
- Is creating another thread a generally bad idea?
- Is there a known proper method for adding threads to a Bluetooth subsystem?
Maybe something that dumps out periodic messages to a serial port, using printk()?
A M