Erik

Results 18 comments of Erik

Solved: LoRa DIO0 is pulled low by LoRa at startup hence setting the ESP in programming mode. if connected to ESP DIO 0 or 2. Hence the only way to...

I solved it by adding to LowPower.h the following: #if defined (__AVR_ATmega168__) #define SLEEP_MODE_EXT_STANDBY SLEEP_MODE_STANDBY #endif

I am sorry!! I am new to this, I have to learn how to use Github. One additional thing I have to mention is that this relates to Atmega 168P,...

Hi rocketscream, is it possible you had added this to your low power library? When I open LowPower.h I cannot find my original addition, but it seems replaced by equivalent...

Maybe this might help: [https://www.mischianti.org/2020/05/11/interface-arduino-esp8266-esp32-rs-485/](url)

A & B polarity must be respected. Master A must be connected to slave A. I spent 2 full days with this issue

There seems to be no response, a pity. Thank you for that correction, I modified manually. Erik

Hi tttapa, I need to come back on my comment above: I do experience issues that need further investigation. In some instances the ESP8266 does not revert to normal operating...

Hi tttapa, after a few days of testing I come with following conclusions for the auto-reset and auto-program circuit: 1. as mentioned above, connect DTR with diode (but use Schottky...