Skip to content

bluetooth feature workable or not? #923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kean0048 opened this issue Sep 21, 2024 · 5 comments
Closed

bluetooth feature workable or not? #923

kean0048 opened this issue Sep 21, 2024 · 5 comments

Comments

@kean0048
Copy link

kean0048 commented Sep 21, 2024

I have a RTL8722 chipset, and tested the micropython, found that no BLE module which like 'mechin/wifi/pin' and so on, please let me know is this special lib is working for BLE feature?

@kean0048
Copy link
Author

Hi,

I notice that there are some files about ble under micropython/bluetooth, does it workable for RTL872x modules for micropython?

@jonnor
Copy link

jonnor commented Oct 12, 2024

Which port are you using for the RTL8722? Questions about what the port supports or not would be best directed to the developers of that port.

The aioble high-level BLE package should work if the port provides a compatible low-level "bluetooth" module.

@dpgeorge
Copy link
Member

The RTL8722 is not supported by MicroPython.

@kean0048
Copy link
Author

Hi @dpgeorge ,
Thanks for your update but could you help to double confirm whether I can use the bluetooth driver on the RTL8722 with files under "ports/nrf/drivers/bluetooth"
and is the example workable on this platform under:examples/bluetooth/ble_advertising.py

Thanks

@andrewleech
Copy link
Contributor

The drivers you're pointing at are for Nordic semi chips, not Realtek. There is no support for any Realtek chips in this official micropython repository.

Realtek have started work on adding support for micropython on their chips here: https://github.com/ambiot/ambd_micropython

Their work is unfinished and/or hasn't been submitted for inclusion in official micropython yet.

As such no support can be given for these chips here, but you could raise a discussion / issue on their own repositories to see if they have Bluetooth support yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants