ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
41–50 of 112 posts
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#42Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#43Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#44I 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…
One downside of using wifi if that devices like phones really don't like network connections that don't route to the internet. You sometimes have to fight them to stop the phone "helpfully" falling back to 4G or popping up all sorts of warnings about degraded networking to the user. [edit]: This is assuming you are connecting directly to the device of course. Connecting the ESP32 to your existing wifi is well support…
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#45Earlier quoted context omitted.
One downside of using wifi if that devices like phones really don't like network connections that don't route to the internet. You sometimes have to fight them to stop the phone "helpfully" falling back to 4G or popping up all sorts of warnings about degraded networking to the user. [edit]: This is assuming you are connecting directly to the device of course. Connecting the ESP32 to your existing wifi is well support…
I have tried fighting this a couple of times but lost every time. Do you know a solution to make my Android phone keep the connection to a wifi without internet connection?
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#46I wonder what Risc-V would bring them, other than some de-risking vs potential trade blockages for ARM as Huawei experienced. Would not having to pay royalties to ARM give this chip a cost advantage? By how much?
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#47Why 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
#48I really wish Thread mesh networking would become standard on new Wi-Fi routers. Google Nest has hardware support for it, but not sure if it's enabled yet. I think Thread is a much better fit for IP connectivity for IoT devices. Nordic Semiconductor nRF SoCs can do Bluetooth LE and Thread on the same radio at the same time, so should be very cost effective. I'd gladly replace all my Zigbee devices with Thread ones if…
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#49I wonder what Risc-V would bring them, other than some de-risking vs potential trade blockages for ARM as Huawei experienced. Would not having to pay royalties to ARM give this chip a cost advantage? By how much?
They were not using ARM, but Tensilica chips with Xtensa instruction set - https://en.wikipedia.org/wiki/Tensilica#Xtensa_instruction_s...
Re: ESP32-C6, a Wi-Fi 6 and Bluetooth 5 (LE) SoC
#50Why 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…
If you happy to answer - what are you doing with them?
It's certainly alot more direct to implement than booting up Armbian on a PI, and then starting Node, and then....