top | item 40152738

(no title)

paul_funyun | 1 year ago

A useful gizmo but bang for your buck seems esp32 is the way to go

discuss

order

reaperman|1 year ago

Biggest advantage of the ESP32 for me is that it can connect to WiFi networks with enterprise encryption with X.509 certificates. ESP8266 doesn't have the CPU horsepower to manage this.

throwup238|1 year ago

The other big advantage is nonvolatile storage. The ESP32 can store the state of modules between restarts.

jes5199|1 year ago

I’ve used both, and I’m actually more productive with the ESP8266 because it is so limited - I can usually squeeze in a minimal implementation of one or two things and that’s it. With the ESP32 there’s always other options, and it means I have to make more decisions, so I end up getting bogged down in irrelevant stuff

sircastor|1 year ago

The ESP32 line is the natural progression. Specifically the ESP32-C3 is the successor to the 8266.

yau8edq12i|1 year ago

If you're looking for a "successor" for the ESP8266, then it's clearly the ESP8684, part of the C2 line - even Espressif says so.

weinzierl|1 year ago

The ESP32-C is a RISC-V, unlike the others.

jareklupinski|1 year ago

i reach for an esp8266 for the same reasons i try to design a 2 layer pcb instead of 4 layer: the challenge

and maybe just maybe if i have to make a thousand, i'll be ahead of the game

GuB-42|1 year ago

This guide is from 2017, before the ESP32 essentially took over.

3abiton|1 year ago

It totally depends on the usecase, but I find that esp32 is so powerful, it's not power efficient. Al lot of IoT application run on batteries with a single task usually, and this where ESP8266 shines.

connicpu|1 year ago

I mean, if it's for a task where I know my program will fit in 512K flash and 80K ram, then an ESP8266 is still cheaper. One of those is powering my DIY thermostat right now :)

LeafItAlone|1 year ago

I have to imagine that in most hobby (as in, one off) use cases the $1-$2 difference makes no real difference.

And at one point (years ago) I was able to buy ESP32s for practically the same price on Aliexpress.

peterhadlaw|1 year ago

Any resources on how you made your diy thermostat? :)

pantalaimon|1 year ago

Unfortunately it relies on an outdated GCC 5 toolchain that will never get an update