ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
espressif.com
ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
1–10 of 112 posts
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#2Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#3Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#4Any idea if the BT5 stack now supports long range mode?
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#5Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#6Would be fun to experiment on the RISC-V stack.
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#7Although 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
#8Still no 5ghz wifi :(
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#9Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#10I 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…
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).