embassy icon indicating copy to clipboard operation
embassy copied to clipboard

RP-2040 PicoW support for bonded encrypted lvl 4 BLE and HTTPS TLS on wifi?

Open mytechnotalent opened this issue 1 year ago • 2 comments

Really excited about the embassy-rs project. I do not see any examples for BLE and more specifically BLE for bonded level 4 encryption nor do I see any HTTPS examples with TLS. Are these going to at some point be part of the RP-2040 port?

mytechnotalent avatar Jan 28 '24 18:01 mytechnotalent

you can do HTTPS with reqwless and embedded-tls.

Bluetooth is WIP. There's HCI support here https://github.com/embassy-rs/embassy/pull/1820 but it's going to take a while until there's a Rust bluetooth host stack on top of it capable of the fancier things like bonding.

Dirbaio avatar Jan 28 '24 23:01 Dirbaio

Thank you @Dirbaio for taking the time to respond!

Is reqwless and embedded-tls compatiable with Embassy? I think I may have the answer HERE

Regarding BLE thank you for giving me a heads-up that it might be a while.

mytechnotalent avatar Jan 29 '24 00:01 mytechnotalent