-
hi, I'm sorry to open ticket for my question , but actually I'm not pro in php and with your instruction not figure out how to install it in my remote directory host , and really appreciate for coupl…
-
Assuming the ESP8266 is connected to an AP. Then I do:
```
wlan = network.WLAN(network.STA_IF)
wlan.active(False)
# some tasks
wlan.active(True)
```
After that, there is no automatic reconnect to th…
-
> Ah, I must've misread when I commented, mine is an SSD1306 64*48 OLED.
> Is it possible to avoid flashing those on and off when coming back from deep sleep?
-
Hi Marvin,
I trying to use some handler event, but I am not able to execute the handler function.
I am using the LightOnOff.ino, I can see all information is published on my MQTT broker, but when I p…
-
I try to compile for ESP8266 and get this error:
[12.9%] Compiling /Users/aa/Library/Arduino15/packages/esp8266/hardware/esp8266/2.3.0/cores/esp8266/cont.S...
[14.3%] Compiling /Users/aa/Library/Ar…
-
Hi! I though to be smart and connect two 0.96" oled displays to my EPS8266, each with the same address but each with different SDA and SDC ports (as I still have sufficient of them in the flight track…
-
Hi! I compiled the nodemcu-firmware and got the 0x00000.bin and the 0x40000.bin. Then I typed "make flash" and writed done, then I turn the power off and on, but it didn't work. The same as I typed “s…
-
Would it be possible to have a captive portal function for when the ESP8266 is being used as an AP
ghost updated
8 years ago
-
Arduino: 1.6.6 (Windows 8.1), Board:"NodeMCU 1.0 (ESP-12E Module), 160 MHz, Serial, 115200, 4M (3M SPIFFS)"
Build-opties gewijzigd, alles wordt opnieuw gebuild
C:\Users\Bas\Documents\Open-Lap-master …
-
Hi, can anyone provide a link to firmware to update the ESP8622-01 the little blue one.
Currently AT+GMR returns 2.2.89.2, what ever that is.
I think WiFiERsp says ver 21.
I would like to upgrade to v…