I have the SEEED studio round display. I have a seeed xiao nrf52840 sense.
Basically I want to display sensor values on screen. So far it has been a journey to get the screen to work properly, and to read the sensor values properly. The latter involved having to write new firmware to my sensors.
However, I’m almost there in this project, but now another hurdle: to get the two results together.
I now run in to this issue:
- to use the screen I have to select a ‘mbed-enabled’ board to be able to compile
- to use BLE I have to select a non-mbed-enabled board to be able to compile.
As far as I can find BLE should work on mbed. However, it does not. It keeps throwing ‘board unsupported’.
I’m using ArduinoBLE.