Live data from Hacker News

ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC

espressif.com

1–10 of 112 posts

Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC

#7
I was recently looking into using some ESP32s to use on a BLE hardware project I am working on at the moment.

Although I do wonder whether wifi would be a better technology to use sometimes. The only thing I remember seeing is that wifi technology uses much more power.

From TFA it looks like WiFi 6 uses less power, is this true?

Anyone experienced have any suggestions whether BLE or WiFi would be better for streaming serial data from a device onto many platforms? (I currently have a BLE demo working, but working with Bluetooth stacks on mobile and desktop are a royal pain, network requests are very straightforward at this point)

Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC

#10

I was recently looking into using some ESP32s to use on a BLE hardware project I am working on at the moment. Although I do wonder whether wifi would be a better technology to use sometimes. The only thing I remember seeing is that wifi technology uses much more power. From TFA it looks like WiFi 6 uses less power, is this true? Anyone experienced have any suggestions whether BLE or WiFi would be better for streaming…

For equal target transfer rate and range, I don't think there would be a mode that any WiFi tech beats BLE in terms of using less power.

If power is your concern, have you considered nRF5 devices? Nordic has a proprietary profile for sending serial data over BLE (NUART) but AFAIK, you could only connect to one device at a time (not many).

Post reply on HN