-
* face_recognition version:any
* Python version:3.7
* Operating System:ESP8266
### Description
I want to run the project on ESP8266 NodeMCU.
What is the procedure for installation?
-
Arduino IDE version: 1.8.10
Softserial version: 6.7.1
//14 = D5 on NodeMCU
`SoftwareSerial mySerial(14, -1, true, 128); // (RX, TX. inverted, buffer)`
exit status 1
no matching function for c…
-
Hello Mr.Miguel,
I'm having a little fight with ESP. At first, when I tried to upload sketch "dcservoESP_wifi.ino" I've encountered an "isr not in iram" error. After googling it, I've downgraded in b…
ravx4 updated
4 years ago
-
I have tried numerous tutorials, Arduino examples and I cant get an SD to initialize. There is a card inserted that is formatted with exFAT and there is one file test.txt. Particularly [SD Card Module…
-
I've seen comments about snap4arduino working over wifi using `StandardFirmataWifi` for esp8266 NodeMCU but I've a simpler use-case I can't still fulfill:
I would like to make it work over USB, I use…
-
Hello,
could you help me please with this, I get an error while compiling the code in nodemcu ESP8266, when I change the board everything is okey but when I chose the nodemcu ESP8266 it show's this e…
-
Hi friend!
I have a LED Matrix Panel 64x32 Bicolor (1R1G) HUB08; Is it possible to use your sketch on this panel with Arduino Uno or ESP8266 Nodemcu? If yes, how to connect the pins on Nodemcu? Thank…
-
Sorry, not a real issue but a support request.
Some guy tried to port your code to NodeMCU (Lua) for the ESP8266 - but failed: https://github.com/nodemcu/nodemcu-firmware/issues/50#issuecomment-75832…
-
I tried to compile the example for a nodemcu, and got a bunch of errors. Any idea what is the issue?
```
Build options changed, rebuilding all
/home/user/Arduino/libraries/PingSerial-master/PingS…
rajil updated
5 years ago
-
**Is your feature request related to a problem? Please describe.**
MQTT from javascript only supports websockets , currently websockets are not supported by sMQTT broker, so less useable in my enviro…