ripplebiz
bcb7a8067e
Merge pull request #1578 from recrof/m5stack-unit-c6l
...
initial port of M5Stack Unit C6L
2026-02-07 14:21:47 +11:00
ripplebiz
c1c9848569
Merge pull request #1596 from jbrazio/2026/t114-sensors
...
Refactor Heltec T114 sensor management
2026-02-07 14:17:15 +11:00
ripplebiz
6502067368
Merge pull request #1591 from agessaman/fix-kiss-noise-floor
...
fix(kiss): periodic noise floor calibration and AGC reset
2026-02-07 14:08:26 +11:00
João Brázio
18473333df
Merge remote-tracking branch 'upstream/dev' into 2026/t114-sensors
2026-02-05 13:36:22 +00:00
João Brázio
5cb26b91f6
Refactor Heltec T114 sensor management
2026-02-05 13:35:04 +00:00
João Brázio
f0aa12faac
Merge remote-tracking branch 'pikolin/T114_sensors' into 2026/t114-sensors
2026-02-05 12:57:27 +00:00
ripplebiz
f7e92a7cd1
Merge pull request #1398 from Socalix/heltecv4-register1
...
Improve Heltec v4 RX reception with undocumented register patch
2026-02-05 19:14:18 +11:00
agessaman
0fb570338f
fix(kiss): periodic noise floor calibration and AGC reset
...
- Trigger noise floor calibration every 2s and AGC reset every 30s in main loop.
- Reorder loop to match Dispatcher: calibrate + radio.loop() before AGC reset
and recvRaw() so RSSI is never sampled right after startReceive().
- Update protocol doc with calibration intervals and typical noise floor range.
- Variant platformio.ini updates (heltec_v3, rak4631).
2026-02-03 20:58:39 -08:00
Rastislav Vysoky
84e68cf4cb
initial port of M5Stack Unit C6L, update pioarduino to newer bugfix release
2026-02-02 22:58:55 +01:00
ripplebiz
ab994664ac
Merge pull request #1549 from Meshcore-Portugal/jbrazio/t114-fix
...
Revert "Merge pull request #1428 from etienn01/update-t114-i2c"
2026-02-02 13:36:25 +11:00
Jan Pinkas
223930765c
Enable I2C sensors and EnvironmentSensorManager for Heltec T114
2026-02-01 09:05:03 +01:00
João Brázio
b5248faec4
Revert "Merge pull request #1428 from etienn01/update-t114-i2c"
...
This reverts commit 616eb57b16 , reversing
changes made to 537acd7ea1 .
This patch needs to be reverted because it boot freezes t114 433Mhz variant.
2026-01-31 13:45:58 +00:00
taco
c5b1d30280
t114: remove extra DCDC enable
2026-01-31 23:48:28 +11:00
ripplebiz
cf7d95c6de
Merge pull request #1509 from stevenlafl/tbeam-1w
...
Add LilyGO T-Beam 1W Support
2026-01-30 14:55:17 +11:00
SoCalix
31fbb679d5
Merge branch 'dev' into heltecv4-register1
2026-01-29 09:12:35 -06:00
Rastislav Vysoky
2a321b53eb
renamed board files
2026-01-29 16:00:19 +01:00
Rastislav Vysoky
3a7ccc085d
fixed build errors and typos/inconsistencies
2026-01-29 15:32:51 +01:00
Steven Linn
a9a8299e14
Set LilyGO T-Beam 1W to use TX0 3.0V (within reference +2.85V~+3.15V)
2026-01-28 22:24:57 -07:00
Steven Linn
44e7c092c8
Add battery min/max voltage parameter support
2026-01-28 22:24:49 -07:00
Steven Linn
f7e54ea797
Add LilyGO T-Beam 1W Support
2026-01-28 22:24:43 -07:00
Liam Cottle
629adc23c5
Merge pull request #1508 from recrof/rak4631-cleanup
...
cleanup: moved RAK4631 pindefs from board file to variant.h
2026-01-29 12:35:47 +13:00
Rastislav Vysoky
f41872420e
moved pindefs from board file to variant.h
2026-01-28 17:28:48 +01:00
Rastislav Vysoky
d5a73b2394
fix: build errors because of changes in NRF52 base class
2026-01-28 17:18:39 +01:00
taco
4a83a6658a
build fix for meshtiny (nrf52board ota refactor)
2026-01-28 00:59:42 +11:00
fdlamotte
3f3978c7d3
Merge branch 'dev' into nrf-dcdc
2026-01-27 08:42:58 -04:00
ripplebiz
c0194d889a
Merge pull request #1492 from oltaco/meshtiny
...
Support for Meshtiny
2026-01-27 19:54:16 +11:00
taco
5a20e8674f
support for meshtiny
2026-01-27 14:15:02 +11:00
Quency-D
c7ac16f0e3
Add v4-tft code.
2026-01-26 13:48:15 +08:00
ripplebiz
a5f3766016
Merge pull request #1429 from Snayler/dev
...
Fix Serial and TX LED not working on Heltec Wireless Paper V1.2
2026-01-25 14:58:07 +11:00
ripplebiz
f0269c9bff
Merge pull request #1465 from recrof/rak3112-port
...
initial RAK 3112 support
2026-01-25 14:56:17 +11:00
Scott Powell
f46f0d0ed1
* WIO tracker l1: BLE companion. default node name now MAC address
2026-01-24 22:08:05 +11:00
ripplebiz
e744adfa39
Merge pull request #1413 from entr0p1/powermgt-nrf52840-v2
...
nRF52840 Power Management v2 Phase 1 - LPCOMP Wake and startup lockout
2026-01-24 21:51:06 +11:00
Rastislav Vysoky
266f6ee856
fixed battery measurement
2026-01-23 23:35:00 +01:00
Rastislav Vysoky
e7c72c5c6a
initial port of rak3112
2026-01-23 22:26:24 +01:00
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
2026-01-23 17:18:41 +11:00
Scott Powell
3c27132914
* T1000e BLE - default node name is now the MAC address
2026-01-23 15:53:58 +11:00
ripplebiz
616eb57b16
Merge pull request #1428 from etienn01/update-t114-i2c
...
Update T114 I2C pins for external RTC
2026-01-23 12:25:07 +11:00
ripplebiz
32230f6167
Merge pull request #1415 from WattleFoxxo/StationG2-tx-power-changes
...
Change the Station G2's default TX power
2026-01-23 11:58:53 +11:00
taco
36f230d074
thinknode m1: allow GPS to sync clock
2026-01-22 14:42:43 +11:00
taco
ea85486dca
thinknode m1: add missing GPS page to new UI
2026-01-22 14:42:08 +11:00
taco
b09ddfc5e1
thinknode m1: add missing getLocationProvider() override
2026-01-22 14:41:07 +11:00
Socalix
46e4cc06e3
Revert boosted gain flag to original
2026-01-21 21:12:54 -06:00
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
2026-01-20 01:52:45 +00:00
Étienne Fesser
e51a2d1ba0
Update T114 I2C pins
2026-01-19 21:39:01 +01:00
chrisdavis2110
ed5d2909fc
updated variant rak3401
2026-01-17 22:54:20 -08:00
Chris Davis
5e4b33a1a0
Merge pull request #4 from chrisdavis2110/var-rak3401
...
Var rak3401
2026-01-17 22:47:25 -08:00
WattleFoxxo
5c7b28f110
Change the Station G2 default tx power
...
set the default TX power to 7dBm to avoid illegal power output by default.
2026-01-18 14:29:50 +11:00
Rastislav Vysoky
11565673c3
fix: bump max contacts for v3 companion usb
2026-01-15 15:39:44 +01:00
Dustin Brewer
31f98bdd43
Fix Ikoka Stick builds
2026-01-14 17:53:42 -08:00
Socalix
4575800e40
Turn on register 0x8B5 LSB for improved RX, turn off boosted gain
2026-01-14 17:52:15 -06:00