Still no 5ghz wifi :(
WiFi 6 supports 5ghz
ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
21–30 of 112 posts
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#22I 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…
From the docs:
“ESP-NOW is a kind of connectionless Wi-Fi communication protocol that is defined by Espressif. In ESP-NOW, application data is encapsulated in a vendor-specific action frame and then transmitted from one Wi-Fi device to another without connection.”
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/...
Edit: this video discusses power consumption of esp now: https://youtu.be/6NsBN42B80Q
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#23I 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…
[edit]: This is assuming you are connecting directly to the device of course. Connecting the ESP32 to your existing wifi is well supported and much more reliable.
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#24For a new project we've been looking at the ESP32 range - great functionality - but we're more than a little concerned about being reliant on a single company (Expressif) and manufacturer (TSMC). Are there other SoC solutions with multiple companies and manufacturers with similar functionality?
Cortex-M. Lots of Bluetooth LE solutions. WiFi getting there - Nordic is working on a solution here as well.
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#25Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#26Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#27Why didn't they pack more ram on this? 400K is a bit tight, we often hit the ceiling with the ESP32's 512K of internal RAM. Does anyone know if they support SPI-connected external RAM on this? It has been a lifesaver on the ESP32, especially since WROVER-E fixed most of the long standing bugs that were plaguing the earlier revisions. It is slow as hell, but having 4MB (+4MB high memory) of connected RAM on a microcon…
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#28Earlier quoted context omitted.
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).
Power isn't a huge concern, although it's a battery powered device, so having a longer battery life is a plus without needing to include a larger capacity battery. I'll look into the nRF5. I've been using some of Nordic's code to test and build my prototypes already, although I feel like adding a proprietary profile on top will just make it harder to interface. Once I make the connection currently, all I need to do i…
https://github.com/NordicPlayground/nrf52-ble-multi-link-mul...
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#29For a new project we've been looking at the ESP32 range - great functionality - but we're more than a little concerned about being reliant on a single company (Expressif) and manufacturer (TSMC). Are there other SoC solutions with multiple companies and manufacturers with similar functionality?
Cortex-M. Lots of Bluetooth LE solutions. WiFi getting there - Nordic is working on a solution here as well.