Pius Onyema Ndukwu
Pius Onyema Ndukwu
- Arduino board: **ESP8266** - Arduino IDE version (found in Arduino -> About Arduino menu): **1.8.16** - List the steps to reproduce the problem below (if possible attach a sketch...
WiFi range extender with a WiFi manager. Allows you to change the WiFi network the extender is connected to Led blinks at different rates to indicate various states of the...
I got an error when trying to compile for esp8266 so I simply added ``` #ifdef ESP32 #include #elif defined(ESP8266) #include #endif ``` The WiFi.h library is for esp32 so...
PIO Core Call Error: "The following files/directories have been created in C:\\Users\\onyem\\Documents\\PlatformIO\\Projects\\my keyword spotting final\r\ninclude - Put project header files here\r\nlib - Put project specific (private) libraries here\r\nsrc - Put...
**Describe the bug** When using an ultrasonic sensor, if the echo pin is set to output the sensor still works correctly although, it should be an input **To Reproduce** use...