I think I got this issue on an ESP32 with 2v01 when trying to use MQTT / tinyMQTT. reset(1), reset button, power cycling does not solve the problem. The board can connect to wifi, ping works.
What really puzzles me is that I have an ESP32 with tinyMQTT that works.
With MQTT the error message is ERROR: Connect failed (err 104)
With tinyMQTT the error message is:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think I got this issue on an ESP32 with 2v01 when trying to use MQTT / tinyMQTT.
reset(1)
, reset button, power cycling does not solve the problem. The board can connect to wifi, ping works.What really puzzles me is that I have an ESP32 with tinyMQTT that works.
With MQTT the error message is
ERROR: Connect failed (err 104)
With tinyMQTT the error message is:
at this call:
a.cl=require("net").connect({host:a.svr,port:a.prt},b)
Edit: A simple http get does work.
Edit2: A simple http server works: