-
Hi Paul,
I'm using ESP32 as host controller, and it's architecture is Xtensa LX6.
I have realized that there is a library named libtimescale_core.a_xtensa at src folder, and form [https://github.co…
-
The approach with selecting the network controller inside the library's `config.h` is hardly usable in real projects - it is impossible to tweak it for every build.
There are several approaches whi…
-
I found your library from this (https://www.best-microcontroller-projects.com/bmp280.html) article and have found it to be perfect for my needs. However, it did not work on my chosen micro controller…
-
-
In the existing code:
if (!wifiManager.autoConnect((const char *)hostname.c_str())) {// new addition
delay(3000);
WiFi.disconnect(true);
ESP.reset();
delay(5000);
}
The WiFi…
-
Thank you for this aREST library and detailed examples. I was playing with it for my ESP8266 projects. I was curious to know more about the ESP8266_cloud_and_local option that you added recently. So I…
-
Hello,
I'm working with a Feather esp8266 board with ArduCAM OV2640. I basically followed this tutorial https://learning.oreilly.com/library/view/esp8266-robotics-projects/9781788474610/e82e4482-aea4…
-
### Basic Infos
- [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
- [x] I have read the documentation at [readthedocs](https://arduin…
-
Hi there,
I am working on a simular project to your esphome IOT Air Freshener ..I am sort of merging your project and another project (https://www.instructables.com/IoT-Air-Freshner-with-NodeMCU-Ar…
-
Using exactly the example FirebaseStream_ESP8266 (but without the oled display instructions), returns garbage reading the event type
event: 9⸮95⸮.⸮?
I tried with other firebase projects/db …