Search found 4 matches

by mattlogue
Fri Apr 03, 2020 3:17 pm
Forum: ESP32 Arduino
Topic: SOLVED: ESP32 esp-now data transfer is pausing
Replies: 2
Views: 4724

Re: ESP32 esp-now data transfer is pausing

Sorry not answering. I am plagued by same symptoms, not impressed with esp now, won't reach me from garage, yet I see tons of other APs. May just chain together in WiFi and use UDP.
by mattlogue
Fri Jun 21, 2019 6:04 am
Forum: ESP-IDF
Topic: Do you NEED to enable rollback?
Replies: 3
Views: 4239

Do you NEED to enable rollback?

I am lazy and don't want to mess around with kConfig. The Expressif doc'n is a bit unclear as to whether rollbacks occur by default if there is a upload failure, OR application crash / abort(). CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is the command it refers to.
by mattlogue
Wed Mar 06, 2019 3:56 am
Forum: ESP32 Arduino
Topic: Wire doesn't work with ESP32 / 8266
Replies: 6
Views: 8254

Re: Wire doesn't work with ESP32 / 8266

"Blow fast as fuses"... no kidding. I thought it would be safe to hook one up to a project designed for an Arduino, with one 5V PIR and another 5V input. I thought worst case scenario it would burn out the pins. No, the whole thing is a brick now.
by mattlogue
Sat Mar 02, 2019 3:14 am
Forum: ESP32 Arduino
Topic: Wire doesn't work with ESP32 / 8266
Replies: 6
Views: 8254

Wire doesn't work with ESP32 / 8266

For the life of me I can't get wire to work on between Uno and ESP8266 and ESP32... On the Uno I had them connected like SDA via Uno SDA -> ESP32 GPIO21 SCL via Uno SCL -> ESP32 GPIO22 I also tried flipping them like this: SDA via Uno SDA -> ESP32 GPIO22 SCL via Uno SCL -> ESP32 GPIO21 Connections a...