-
**Im using esp8288 nodemcu 12E v3**
_code bellow:_
```C
ESP8266WebServer server(80);
WebsocketsClient wsClient;
//other un important stuff
void loop() {
switch (state) {
…
-
@EtchedPixels' recent commits resolved all the problems I had in my other [issue](https://github.com/EtchedPixels/FUZIX/issues/1090) and now both the build and burn processes work as expected.
By …
-
Hello,
I have purchased a few of Kyle's boards and programmed them successfully. For some reason this time around after programming it turns on and all I get is yellow LEDs. Every LED is solid yell…
-
Can the esp8266 chip be compatible with this? I flashed it but there was no response, even though I modified the interface according to Waveshare driver board.
-
Exception (4):
epc1=0x4020d379 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
>>>stack>>>
ctx: cont
sp: 3fff1250 end: 3fff13d0 offset: 0160
3fff13b0: 3fffdad0 00000000 3…
-
### Platform
ESP8266
### Assembly
the DTU was already assembled
### nRF24L01+ Module
_No response_
### Antenna
circuit board
### Power Stabilization
nothing
### Connectio…
-
Hi is this library available to esp8266 node mcu ?
-
like the closed issue i want to come back to the compiling problem in digitalTapeRecorder.ino
in this case:
`243 //------------------------------------------------------
//-- reads a "nibble" (whic…
-
I'm not sure if this should work. But I tried to configure to work with esp8266. By changing the board.txt to the one that comes with "https://github.com/esp8266/Arduino". As a result, I was able to c…
-
Hello everyone,
I want to read information from the URL "http://192.168.100.1/cgi-bin/luci/admin/system/openmptcprouter/interfaces_status" and display it on an LCD module using an ESP8266 programmed …