- Sun Oct 21, 2018 9:36 am
#78780
Your description of your question is a bit vague, to say the least.
We do need actual sketches, schematics and photo's to get a clear picture of the problem.
Having said that: please keep in mind that the ESP is not the same as an ATMEL (the controler found on an Arduino board).
So though they made a PCB holding an ESP with the same form factor as an Arduino UNO (I know the board: I have the same one), there's no guarantee sketches and code is 1:1 interchangable.
For instance: the ESP has only has 11 free GPIO-ports and 1 ADC-pin while an Arduino has a multitude of digital and analog ports.
"But", you say, "the ESP has 17 GPIO-ports, not 11"?
No, actually
6 of them (GPIO6 - GPIO11) are used by the on-board SPI flash memory and if you'd also use them yourself for sensors, you'll crash the ESP.
Assumption is the mother of all f*ckups. At least: that's what I'm assuming.