Search found 3 matches

by bubugian
Mon Oct 11, 2021 10:05 am
Forum: ESP8266 boards
Topic: HTML INPUT (POST) data management
Replies: 0
Views: 1084

HTML INPUT (POST) data management

Hi all,
I need to read data from an HTML input tag (POST).
Someone could kindly address me ?

Thanks !
by bubugian
Mon Sep 06, 2021 8:28 pm
Forum: ESP8266 boards
Topic: Wifi delay [autentication timeout]
Replies: 1
Views: 1496

Re: Wifi delay [autentication timeout] - SOLVED

Probably I found the delay reason. My main loop continuously check: - for I/O change and eventually pubblish (simple mqtt .publish(topic, message) )messages - for incoming MQTT messages (simple mqtt .check_msg() ) without sleeping before a main cycle and the next one . Inserting a sleep_ms(200) at t...
by bubugian
Sun Sep 05, 2021 7:48 pm
Forum: ESP8266 boards
Topic: Wifi delay [autentication timeout]
Replies: 1
Views: 1496

Wifi delay [autentication timeout]

Hi all. After a day of attempts I have to raise the white flag and give the web a try. My problem is: I have two AP. - One A) is the main router (and AP of course) - the other B) is just an AP cabled in the network to A) with a static ip address. A) & B) have different SSID. SSID aren't hidden. Ther...