Scott Powell
7ae164217c
* region names now don't need '#' prefix. (SHA still adds a '#' for back compat)
5 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).
5 months ago
ripplebiz
a5f3766016
Merge pull request #1429 from Snayler/dev
Fix Serial and TX LED not working on Heltec Wireless Paper V1.2
5 months ago
ripplebiz
f0269c9bff
Merge pull request #1465 from recrof/rak3112-port
initial RAK 3112 support
5 months ago
ripplebiz
153bcdc6a3
Merge pull request #1457 from oltaco/remote-set-prvkey
Allow set prv.key over LoRa, clear ACL and validate key
5 months ago
taco
96ef5e5efe
allow set prv.key from remote, validate new prv.key
5 months ago
taco
988287bfd7
recalc ClientACL shared_secrets at startup
5 months ago
taco
6336bd5b72
refactor ClientACL and CommonCLI, add ClientACL::clear()
5 months ago
Scott Powell
f46f0d0ed1
* WIO tracker l1: BLE companion. default node name now MAC address
5 months ago
ripplebiz
c7b3d34963
Merge pull request #1456 from Quency-D/fix-env-i2c
Fix env i2c errors
5 months ago
ripplebiz
e744adfa39
Merge pull request #1413 from entr0p1/powermgt-nrf52840-v2
nRF52840 Power Management v2 Phase 1 - LPCOMP Wake and startup lockout
5 months ago
Liam Cottle
b853c7ced5
Merge pull request #1459 from oltaco/fix-roomserver-debug
Build fix for room server with MESH_DEBUG
5 months ago
Rastislav Vysoky
266f6ee856
fixed battery measurement
5 months ago
Rastislav Vysoky
e7c72c5c6a
initial port of rak3112
5 months ago
taco
9dd52bd0cc
build fix for room server with MESH_DEBUG=1
5 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
5 months ago
Scott Powell
3c27132914
* T1000e BLE - default node name is now the MAC address
5 months ago
Quency-D
fc61018d4d
Fix the issue of inconsistent I2C usage in the environmental sensor.
5 months ago
ripplebiz
616eb57b16
Merge pull request #1428 from etienn01/update-t114-i2c
Update T114 I2C pins for external RTC
5 months ago
ripplebiz
537acd7ea1
Merge pull request #1437 from nakoeppen/dev
Remove _serial->isConnected() logic from buzzer notifications
5 months ago
ripplebiz
32230f6167
Merge pull request #1415 from WattleFoxxo/StationG2-tx-power-changes
Change the Station G2's default TX power
5 months ago
Liam Cottle
bccefd6e37
Merge pull request #1445 from oltaco/thinknode_m1-gps-fix
ThinkNode M1 GPS fixes
5 months ago
taco
36f230d074
thinknode m1: allow GPS to sync clock
5 months ago
taco
ea85486dca
thinknode m1: add missing GPS page to new UI
5 months ago
taco
b09ddfc5e1
thinknode m1: add missing getLocationProvider() override
5 months ago
Socalix
46e4cc06e3
Revert boosted gain flag to original
5 months ago
nakoeppen
d68bc74514
Remove _serial->isConnected() logic from buzzer notifications
5 months ago
Miguel de Matos
a7cadc8e44
Fix Serial and TX LED not working on Heltec Wireless Paper V1.2
As described on #1276 , tested and working on my heltec wireless paper v1.2
5 months ago
Étienne Fesser
e51a2d1ba0
Update T114 I2C pins
5 months ago
ripplebiz
56ab59ded2
Merge pull request #1387 from chrisdavis2110/rak3401
Add Variant rak3401 (for new 1W booster kit)
5 months ago
ripplebiz
bf0777845a
Merge pull request #1408 from oltaco/improved-contact-mgmt
Contact management tweaks
5 months ago
chrisdavis2110
ed5d2909fc
updated variant rak3401
5 months ago
Chris Davis
5e4b33a1a0
Merge pull request #4 from chrisdavis2110/var-rak3401
Var rak3401
5 months ago
WattleFoxxo
5c7b28f110
Change the Station G2 default tx power
set the default TX power to 7dBm to avoid illegal power output by default.
5 months ago
taco
b919119faf
only write contacts when changed
5 months ago
taco
c61fde9328
always send PUSH_CODE_NEW_ADVERT when advert was not added to contacts[]
5 months ago
Liam Cottle
7d1f52252b
Merge pull request #1402 from recrof/v3-usb-contact-fix
fix: bump max contacts for heltec v3 companion usb
5 months ago
Rastislav Vysoky
11565673c3
fix: bump max contacts for v3 companion usb
5 months ago
Liam Cottle
23f1f2a3fa
Merge pull request #1399 from mannkind/patch-1
Fix Ikoka Stick builds
5 months ago
ripplebiz
d41a968d1d
Merge pull request #1379 from oltaco/improved-contact-mgmt
Companion: Improved Contact Management
5 months ago
taco
df6687034a
bootstrap RTC from contact.lastmod and improve slot overwrite logic
slot overwrite logic can now safely use contact.lastmod to find oldest contact for overwrite
5 months ago
taco
741564dd48
refactor: add populateContactFromAdvert()
5 months ago
taco
403ce1db08
contacts: granular autoadd and overwrite-oldest
5 months ago
Dustin Brewer
31f98bdd43
Fix Ikoka Stick builds
5 months ago
Socalix
4575800e40
Turn on register 0x8B5 LSB for improved RX, turn off boosted gain
5 months ago
Liam Cottle
56eb5b0499
Merge pull request #1373 from liquidraver/buildwithoutdebug
DISABLE_DEBUG=1 env variable to build.sh
5 months ago
Alexander aka R6DJO
0084d92239
Fix T1000-E negative temperature display bug
The ntc_temp2 lookup table was declared as 'char', which can be
unsigned on some platforms, causing negative temperature values
(-30°C to -1°C) to be incorrectly interpreted.
Changed to int8_t to ensure proper signed integer handling of
negative temperatures.
Fixes #1389
Co-Authored-By: Claude Sonnet 4.5 <[email protected] >
5 months ago
chrisdavis2110
06c4ca19ab
added variant rak3401
5 months ago
liquidraver
a48b185189
DISABLE_DEBUG=1 env variable to build.sh
5 months ago
Liam Cottle
4643f4d3a3
Merge pull request #1378 from recrof/ikoka-cleanup
cleanup ikoka variants and add all supported sensors
5 months ago