-
It does not work properly with the esp8266 and when i open the serial monitor i cannot see any data on the screen for the sensor
-
loaded stock code for esp lxdmxwifi example and in AP mode im getting hard reset and WDT error on reboot
-
- Arduino board: Feather Huzzah
- Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.0
- List the steps to reproduce the problem below (if possible attach a sketch or
copy the…
-
Hello guys!
First of all many tanks to @achimdoebler , this is a very time saver library!
The only big problem (in my case) is that i'm trying to use it together with Arduino [Adafruit_GFX](http…
-
### Basic Infos
#### Hardware
**WiFimanager Branch/Release:**
- [ X] Master
**Esp8266/Esp32:**
- [X] ESP8266
- [ ] ESP32
**Hardware: ESP-12e, esp01, esp25**
Adafruit Feather Huzzah - E…
-
### Board
ESP32 Dev Module, Adafruit ESP32 Feather Huzzah
### Device Description
None
### Hardware Configuration
Just the board connected to PC via USB.
### Version
v2.0.11
### IDE Name
Ardui…
-
I've been racking my brain and trying everything trying to get it to work, I'm not sure what's going wrong.
Things I've done: flashed the ESP8622 (Adafruit Huzzah Feather) module using the Arduino …
-
Hello, I've recently changed my router and I've started seeing that anytime I bounce the router, my heatpumps reconnect with a temperature of 61F. This has been happening every time I make any changes…
-
The FTDI connection works with miniterm.py. Test conditions:
```
[adminpete@capybara]: /usr/local/bin
$ ./rshell --version
0.0.26
```
When invoked it hangs at this point:
```
[adminpete@capyba…
-
I can get stable reading when Slave Address is < 0x40 with this code
void setup() {
pinMode(Rx, INPUT);
pinMode(Tx, OUTPUT);
mySerial.begin(9600);
TinyWireS.begin(I2C_SLAVE_ADDR);
TinyWireS.onR…