When trying to run the example for bluetooth and BLE on ESP32 micropython, the code fails with:
ImportError: no module named ‘bluetooth’
When I look at example code on github, I find lots of instances where bluetooth is imported, but nowhere can I find the bluetooth module. What am I doing wrong?