I have installed the latest MicroPython (v1.21.0) on the XRP robot. It provides a new bluetooth library.
https://docs.micropython.org/en/latest/library/index.html#micropython-lib-micropython
https://docs.micropython.org/en/latest/library/bluetooth.html
I would like to search for nearby bluetooth devices (name, UUID, RSSI strength, etc.) and determine its distance from the XRP robot. Look forward to your suggestions.
Note: There are many articles for using pybluez or upyble; however, I do not know how to install them on a Raspberrry PI Pico W with MicroPython?
Steven