You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
* Squashed all openthread commits into a single one.
esp32/mesh: saving settings in NVM; RSSI is computed considering SNR
lora-mesh: forced Lora MAC as 802.15.4 Extended Address (not random anymore)
esp32/lora: openthread socket UPD packets are 512B max, and 8 are buffered
esp32/lora: added lora.mstatus, role, neighbors, routers micropy commands
esp32/lora: increased mesh task priority (6), delay just 1ms, lora deinit
esp32/lora: added mesh rx callback, increased mpy isr stack; removed server task
esp32/mods added machtouch, frozen python scripts for oled, pytrack and msgpack
esp32: openthread synch'ed with branch openthread_1_Nov from pycom-esp-idf
sigfox task not started, some micropy wrapper for busy channel
Lora sleep time decreased
Lora LBT implemented
openthread: 14 Dev 2018, fixed NVS usage, RSSI without SNR
esp32: openthread cli fixed
esp32: modlora added Border Router
* Squashed all openthread commits into a single one.
esp32/mesh: saving settings in NVM; RSSI is computed considering SNR
lora-mesh: forced Lora MAC as 802.15.4 Extended Address (not random anymore)
esp32/lora: openthread socket UPD packets are 512B max, and 8 are buffered
esp32/lora: added lora.mstatus, role, neighbors, routers micropy commands
esp32/lora: increased mesh task priority (6), delay just 1ms, lora deinit
esp32/lora: added mesh rx callback, increased mpy isr stack; removed server task
esp32/mods added machtouch, frozen python scripts for oled, pytrack and msgpack
esp32: openthread synch'ed with branch openthread_1_Nov from pycom-esp-idf
sigfox task not started, some micropy wrapper for busy channel
Lora sleep time decreased
Lora LBT implemented
openthread: 14 Dev 2018, fixed NVS usage, RSSI without SNR
esp32: openthread cli fixed
esp32: modlora added Border Router
* esp32/application.mk: added group of lora openthread files, buit only if OPENTHREAD flag is enable (yes by default)
* esp32: added modmesh.c as micropy wrapper for mesh commands from modlora.c
* esp32/mods/modmesh: added Mesh.deinit command, removed debug, made functions static
* esp32/lib: updated idf libraries, from idf_v3.1
* esp32/modmesh: modmesh task is started dinamically at Lora.Mesh() and erased at Lora.Mesh.deinit()
0 commit comments