Liam Cottle
10eacc4e95
Merge pull request #1316 from weebl2000/allow-negative-tx
Allow negative tx
4 months ago
Wessel Nieboer
e8646f5ede
Parse as signed int
4 months ago
ripplebiz
bcb7a8067e
Merge pull request #1578 from recrof/m5stack-unit-c6l
initial port of M5Stack Unit C6L
4 months ago
ripplebiz
c1c9848569
Merge pull request #1596 from jbrazio/2026/t114-sensors
Refactor Heltec T114 sensor management
4 months ago
ripplebiz
6502067368
Merge pull request #1591 from agessaman/fix-kiss-noise-floor
fix(kiss): periodic noise floor calibration and AGC reset
4 months ago
Wessel Nieboer
d0720c63c2
Allow negative tx power
Like SX1262 allows -9 dBm lowest, some allow lower but that probably
isn't useful
5 months ago
Adam Gessaman
c0b81b9ad8
Clean up comments on kiss noise floor changes.
4 months ago
João Brázio
18473333df
Merge remote-tracking branch 'upstream/dev' into 2026/t114-sensors
4 months ago
João Brázio
5cb26b91f6
Refactor Heltec T114 sensor management
4 months ago
João Brázio
f0aa12faac
Merge remote-tracking branch 'pikolin/T114_sensors' into 2026/t114-sensors
4 months ago
ripplebiz
f7e92a7cd1
Merge pull request #1398 from Socalix/heltecv4-register1
Improve Heltec v4 RX reception with undocumented register patch
4 months ago
ripplebiz
76a46a74e9
Merge pull request #1562 from oltaco/nrf52-sleep-repeater
Add Low-Power Sleep for nRF52 Boards
4 months ago
ripplebiz
4b9d5462bb
Merge pull request #1532 from oltaco/esp32board.h-removewifi
Refactor ESP32Board.h to save ~500 bytes of DRAM
4 months ago
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).
4 months ago
Liam Cottle
236025913d
Merge pull request #1487 from oltaco/refactor-ui-with-ringbuffer
Show most recent message on display when no client is connected
4 months ago
taco
598489be47
refactor ui with ring buffer and display most recent
4 months ago
ripplebiz
e03f311e51
Merge pull request #1545 from ViezeVingertjes/kiss-modem-firmware
Add KISS-like Modem example and protocol documentation
4 months ago
Rastislav Vysoky
84e68cf4cb
initial port of M5Stack Unit C6L, update pioarduino to newer bugfix release
4 months ago
ViezeVingertjes
f0ba14ff75
Remove sync word handling from KissModem.
4 months ago
ripplebiz
ab994664ac
Merge pull request #1549 from Meshcore-Portugal/jbrazio/t114-fix
Revert "Merge pull request #1428 from etienn01/update-t114-i2c"
4 months ago
Jan Pinkas
223930765c
Enable I2C sensors and EnvironmentSensorManager for Heltec T114
4 months ago
taco
a342ab8437
nrf52: allow repeater to sleep when idle
4 months ago
ripplebiz
699d1cd0b6
Merge pull request #1495 from oltaco/esp32-advblob-removal
Fix unlimited advert blob growth on ESP32
4 months ago
ripplebiz
13cfc9ad4c
Merge pull request #1498 from piotrmalek/fix-env-sensor-manager
Fix incorrect INA260 address in debug message
4 months ago
ripplebiz
f231347131
Merge pull request #1512 from litruv/dev
Refactor display scaling definitions for HELTEC_VISION_MASTER_T190
4 months ago
ripplebiz
852c0b0b78
Merge pull request #1547 from oltaco/t114-remove-extra-dcdcen
Heltec T114: Remove extra DCDC enable call
4 months ago
ViezeVingertjes
240b5ea1e3
Refactor KissModem to integrate radio and sensor management directly, removing callback dependencies.
4 months ago
ViezeVingertjes
1bcb52bab3
Add new commands and responses for RSSI, channel status, airtime, noise floor, statistics, battery, and sensors.
4 months ago
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.
4 months ago
taco
8d5eaf500d
add makeBlobPath inline helper for esp32
4 months ago
taco
31ba971c60
only store advblob when adding/updating contacts
4 months ago
taco
e6e1b810f8
add DataStore::deleteBlobByKey()
4 months ago
taco
c5b1d30280
t114: remove extra DCDC enable
4 months ago
ViezeVingertjes
c786cfe613
Add KISS Modem firmware
4 months ago
Liam Cottle
06a83c0453
Merge pull request #1531 from agessaman/add-recv-errors-stats
Add recv_errors to CMD_GET_STATS STATS_TYPE_PACKETS response
4 months ago
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
taco
c7eea3915d
fix: remove esp_wifi.h from esp32board.h
saves ~500 bytes of dram and allows Tbeam to compile again
4 months ago
ripplebiz
cf7d95c6de
Merge pull request #1509 from stevenlafl/tbeam-1w
Add LilyGO T-Beam 1W Support
4 months ago
ripplebiz
e60fb14e88
Merge pull request #1500 from Meshcore-Portugal/jbrazio/2026_03a6aa94
Allow usage of "/" in radio names
4 months ago
Liam Cottle
e50fe31fd6
Merge pull request #1528 from recrof/revert-1437-dev
Revert "Remove _serial->isConnected() logic from buzzer notifications"
4 months ago
Rastislav Vysoky
c345f1da8e
Revert "Remove _serial->isConnected() logic from buzzer notifications"
4 months ago
SoCalix
31fbb679d5
Merge branch 'dev' into heltecv4-register1
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
Steven Linn
a9a8299e14
Set LilyGO T-Beam 1W to use TX0 3.0V (within reference +2.85V~+3.15V)
4 months ago
Steven Linn
44e7c092c8
Add battery min/max voltage parameter support
4 months ago
Steven Linn
f7e54ea797
Add LilyGO T-Beam 1W Support
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