morgan · he/him
  • Joined on 2021-09-21
morgan opened issue morgan/esp32-lora#11 2021-12-02 01:47:23 -05:00
Implement DIO mapping
morgan pushed to development at morgan/esp32-lora 2021-11-19 13:56:20 -05:00
c8beb458f6 set header mode during init based on lora32_cfg_t->implicitHeader state
7ec011f15a debug log setting header mode
db9b74ec76 renamed idle to standby to better reflect datasheet
14cd5df1e3 implement single RX, still needs timeout handling
8f07873624 reimplementing semephore and bus locking seems to have helped overall stability, particularly on first init
Compare 8 commits »
morgan opened issue morgan/esp32-lora#10 2021-11-19 12:28:28 -05:00
Implement CRC
morgan opened issue morgan/esp32-lora#9 2021-11-19 02:28:25 -05:00
Issue while reading in implicit header mode
morgan commented on issue morgan/esp32-dual-lora#1 2021-11-18 13:22:15 -05:00
Add breakout header

Six pin header added with 3v3/gnd and 4 GPIOs

morgan closed issue morgan/esp32-dual-lora#1 2021-11-18 13:22:15 -05:00
Add breakout header
morgan pushed to development at morgan/esp32-dual-lora 2021-11-18 13:21:22 -05:00
8f01c963ec broke out last available gpios
morgan opened issue morgan/esp32-dual-lora#3 2021-11-18 13:20:18 -05:00
Add SOICBite programming interface
morgan opened issue morgan/esp32-lora#8 2021-11-17 22:42:02 -05:00
Implement Channel H o p p i n g
morgan opened issue morgan/esp32-lora#7 2021-11-17 22:41:46 -05:00
Implement RSSI
morgan opened issue morgan/esp32-lora#6 2021-11-17 22:41:27 -05:00
set_lna results in different values depending on device
morgan opened issue morgan/esp32-lora#5 2021-11-17 22:40:26 -05:00
Reduce all DIO interrupt handling to single ISR/task pair
morgan pushed to multidev-wip at morgan/esp32-lora 2021-11-17 22:34:43 -05:00
db9b74ec76 renamed idle to standby to better reflect datasheet
14cd5df1e3 implement single RX, still needs timeout handling
8f07873624 reimplementing semephore and bus locking seems to have helped overall stability, particularly on first init
dc78e9b137 remove assert(REG_VERSION) in favor of returning error so application recovery is possible
Compare 4 commits »
morgan opened issue morgan/esp32-lora#4 2021-11-17 22:31:35 -05:00
Handle Single RX Timeout
morgan commented on issue morgan/esp32-lora#3 2021-11-17 21:32:58 -05:00
E (62201) bus_lock: spi_bus_lock_acquire_end(701): Cannot release a lock that hasn't been acquired.

Can be trigger by triggering receive just before a send

morgan opened issue morgan/esp32-lora#3 2021-11-17 21:30:10 -05:00
E (62201) bus_lock: spi_bus_lock_acquire_end(701): Cannot release a lock that hasn't been acquired.
morgan opened issue morgan/esp32-lora#2 2021-11-17 21:01:59 -05:00
Guru Meditation Error: Core 0 panic'ed (IntegerDivideByZero). Exception was unhandled.
morgan opened issue morgan/esp32-lora#1 2021-11-17 17:11:05 -05:00
Update README to reflect new device config
morgan created branch multidev-wip in morgan/esp32-lora 2021-11-17 16:50:20 -05:00
morgan pushed to multidev-wip at morgan/esp32-lora 2021-11-17 16:50:20 -05:00
7141d87680 functional multi-device support
a445ed539f WIP dump of multidev support
Compare 2 commits »