You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have spent quite a long time trying to get the bluetooth-uart example to work and failing. Eventually (with a clue from micro:bit support) I realised the config.json was being ignored because I was copying it to the source directory instead of the root directory.
I think the paragraph in the README saying
n.b. Any samples using the low level RADIO APIs (such as simple-radio-rx and simple-radio-tx) require the bluetooth capabilities of the micro:bit to be disabled. To do this, simply copy the config.json file from the sample to the top level of your project. Don't forget to remove this file again later if you then want to use Bluetooth! For example:
should be rephrased to cover all the bluetooth and radio samples, specifically the bluetooth examples require the gatt_table_size to be changed to work properly.
Alternatively the examples could be restructured so they are
I have spent quite a long time trying to get the bluetooth-uart example to work and failing. Eventually (with a clue from micro:bit support) I realised the config.json was being ignored because I was copying it to the source directory instead of the root directory.
I think the paragraph in the README saying
n.b. Any samples using the low level RADIO APIs (such as simple-radio-rx and simple-radio-tx) require the bluetooth capabilities of the micro:bit to be disabled. To do this, simply copy the config.json file from the sample to the top level of your project. Don't forget to remove this file again later if you then want to use Bluetooth! For example:
should be rephrased to cover all the bluetooth and radio samples, specifically the bluetooth examples require the gatt_table_size to be changed to work properly.
Alternatively the examples could be restructured so they are
so you could always do
to get both bits in the right place
The text was updated successfully, but these errors were encountered: