BT shows up on Android phone but not on 7th gen ipad #11794
-
I would love to have it show up on iPads also. Thanks `import bluetooth _ENV_SENSE_UUID = bluetooth.UUID(0x181A) temp_service = aioble.Service(_ENV_SENSE_UUID) aioble.register_services(temp_service) async def main(): Run the main function until it is completeprint("Starting the main function...") |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It looks like iPads only work with regular bluetooth, not BLE. Can the Pico do regular BT? |
Beta Was this translation helpful? Give feedback.
-
On Raspberry Pi internet site Eben said "Pico W’s wireless functionality is provided by the Infineon CYW43439 device, which contains a 2.4 GHz radio providing both 802.11n Wi-Fi and Bluetooth 5.2, supporting Bluetooth Classic and Bluetooth Low Energy (BLE) functionality. At launch, our firmware and host-side software only enabled Wi-Fi, not Bluetooth. |
Beta Was this translation helpful? Give feedback.
This quote is a bit misleading. The C SDK supports BLE and Classic. MicroPython only supports BLE.