agessaman
019bbf74d3
Add recv_errors to CMD_GET_STATS STATS_TYPE_PACKETS response
Append uint32_t recv_errors (RadioLib receive/CRC errors) to packet stats
binary frame. Frame size 26 -> 30 bytes. Update stats_binary_frames.md and
Python/TypeScript parsing examples for backward compatibility (accept >=26).
4 months ago
fdlamotte
acca73f57e
Merge pull request #1524 from recrof/thinknode-m3-m6-fixes
Elecrow ThinkNode M3, M6 build errors fix after NRF52Board base class migration
4 months ago
Rastislav Vysoky
2a321b53eb
renamed board files
4 months ago
Rastislav Vysoky
3a7ccc085d
fixed build errors and typos/inconsistencies
4 months ago
Scott Powell
465776d667
* ver 1.12.0
4 months ago
Liam Cottle
629adc23c5
Merge pull request #1508 from recrof/rak4631-cleanup
cleanup: moved RAK4631 pindefs from board file to variant.h
4 months ago
Liam Cottle
8f605f83fc
Merge pull request #1507 from recrof/rak3401-board-fix
fix: build errors because of changes in RAK3401Board base class
4 months ago
Rastislav Vysoky
f41872420e
moved pindefs from board file to variant.h
4 months ago
Rastislav Vysoky
d5a73b2394
fix: build errors because of changes in NRF52 base class
4 months ago
ripplebiz
93367b9f8f
Merge pull request #1493 from Cisien/dev
Add a cli command reference document
4 months ago
Liam Cottle
3fc736e3b0
Merge pull request #1499 from Meshcore-Portugal/jbrazio/2026_2768c833
Update runArgs in devcontainer.json
4 months ago
Chris
4e1e8bbffb
Add a cli command reference document
4 months ago
ripplebiz
58a3782325
Merge pull request #1497 from oltaco/meshtiny-build-fix
Build fix for Meshtiny
4 months ago
João Brázio
9665feeebf
Update runArgs in devcontainer.json
4 months ago
taco
4a83a6658a
build fix for meshtiny (nrf52board ota refactor)
4 months ago
fdlamotte
ac79b38fa6
Merge pull request #1246 from fschrempf/nrf-dcdc
NRF52 boards: Enable internal DC/DC regulator to reduce power consumption and enable OTA support for all boards
4 months ago
fdlamotte
3f3978c7d3
Merge branch 'dev' into nrf-dcdc
4 months ago
ripplebiz
c0194d889a
Merge pull request #1492 from oltaco/meshtiny
Support for Meshtiny
4 months ago
ripplebiz
fedf703262
Merge pull request #1486 from Quency-D/fix-heltec-v4-tft
Add heltec v4-tft code.
4 months ago
Scott Powell
5ff6e813bd
* Fix: RegionMap build fail on _max
4 months ago
Scott Powell
5627500988
* new "clkreboot" CLI command
4 months ago
taco
5a20e8674f
support for meshtiny
4 months ago
ripplebiz
d81616ec68
Merge pull request #1476 from mattzzw/region_via_LoRa
Add cli command `region list {allowed|denied}`, enable output of region cmd via remote cli
4 months ago
Matthias Wientapper
0805a47f35
Add output of region cmd via lora cli
Add cli commands "region list {allowed|denied}"
4 months ago
ripplebiz
f1be7d0914
Merge pull request #1488 from liamcottle/firmware/boot-adverts
Change advert on boot from flood to zero hop
4 months ago
liamcottle
7e24bd00b9
increase maximum flood advert interval to 168 hours (7 days)
4 months ago
liamcottle
d13bc446de
added build flag to enable/disable boot advert
4 months ago
liamcottle
ed589f9620
boot adverts are now zero hop instead of flood
4 months ago
ripplebiz
4b7684c7df
Merge pull request #1477 from Cisien/dev
Expose a counter to track RadioLib receive errors
4 months ago
Quency-D
c7ac16f0e3
Add v4-tft code.
4 months ago
Scott Powell
7ae164217c
* region names now don't need '#' prefix. (SHA still adds a '#' for back compat)
4 months ago
Chris
c16bcd2fe3
Expose a counter to track RadioLib receive errors
This change counts when readData returns an err code other than RADIOLIB_ERR_NONE. In most cases this is going to be a CRC error. This counter is exposed in the `stats-packets` command, and in the repeater stats payload (4 additional bytes to the payload, which is now 56 bytes with this change. My incompetent robot claims the total payload size is 96 bytes (unverified but probably close).
4 months ago
ripplebiz
a5f3766016
Merge pull request #1429 from Snayler/dev
Fix Serial and TX LED not working on Heltec Wireless Paper V1.2
4 months ago
ripplebiz
f0269c9bff
Merge pull request #1465 from recrof/rak3112-port
initial RAK 3112 support
4 months ago
ripplebiz
153bcdc6a3
Merge pull request #1457 from oltaco/remote-set-prvkey
Allow set prv.key over LoRa, clear ACL and validate key
4 months ago
taco
96ef5e5efe
allow set prv.key from remote, validate new prv.key
4 months ago
taco
988287bfd7
recalc ClientACL shared_secrets at startup
4 months ago
taco
6336bd5b72
refactor ClientACL and CommonCLI, add ClientACL::clear()
4 months ago
Scott Powell
f46f0d0ed1
* WIO tracker l1: BLE companion. default node name now MAC address
4 months ago
ripplebiz
c7b3d34963
Merge pull request #1456 from Quency-D/fix-env-i2c
Fix env i2c errors
4 months ago
ripplebiz
e744adfa39
Merge pull request #1413 from entr0p1/powermgt-nrf52840-v2
nRF52840 Power Management v2 Phase 1 - LPCOMP Wake and startup lockout
4 months ago
Liam Cottle
b853c7ced5
Merge pull request #1459 from oltaco/fix-roomserver-debug
Build fix for room server with MESH_DEBUG
4 months ago
Rastislav Vysoky
266f6ee856
fixed battery measurement
4 months ago
Rastislav Vysoky
e7c72c5c6a
initial port of rak3112
4 months ago
taco
9dd52bd0cc
build fix for room server with MESH_DEBUG=1
4 months ago
entr0p1
1f59e52880
nRF52840 Power Management - Phase 1 - Boot Low VBAT Voltage Lockout
Added NRF52840 power management core functionality:
- Boot‑voltage lockout
- Initial support for shutdown/reset reason storage and capture (via RESETREAS/GPREGRET2)
- LPCOMP wake (for voltage-driven shutdowns)
- VBUS wake (for voltage-driven shutdowns)
- Per-board shutdown handler for board-specific tasks
- Exposed CLI queries for power‑management status in CommonCLI.cpp
- Added documentation in docs/nrf52_power_management.md.
- Enabled power management support in Xiao nRF52840, RAK4631, Heltec T114 boards
4 months ago
Scott Powell
3c27132914
* T1000e BLE - default node name is now the MAC address
4 months ago
Quency-D
fc61018d4d
Fix the issue of inconsistent I2C usage in the environmental sensor.
4 months ago
ripplebiz
616eb57b16
Merge pull request #1428 from etienn01/update-t114-i2c
Update T114 I2C pins for external RTC
4 months ago
ripplebiz
537acd7ea1
Merge pull request #1437 from nakoeppen/dev
Remove _serial->isConnected() logic from buzzer notifications
4 months ago