Michael Gjelsø
f822d067a3
Merge branch 'meshcore-dev:dev' into dev
2026-02-15 11:56:57 +01:00
recrof
cafc212bb2
fix M5Stack Unit M6L build errors
2026-02-15 11:25:27 +01:00
ripplebiz
2220eca4f3
Merge pull request #1669 from Azuresword/fix/wio-tracker-l1-grove-sensor-v2
...
Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1)
2026-02-15 15:55:25 +11:00
gjelsoe
88337fc058
Added Wakeup
...
If put in Hibernation it would not wakeup
2026-02-14 12:19:32 +01:00
Michael Gjelsø
64e89359e4
Merge branch 'meshcore-dev:dev' into dev
2026-02-14 12:16:34 +01:00
Liam Cottle
5ccae4bddc
Merge pull request #1671 from recrof/rak3112-fix
...
fix: usb and ui for rak 3112
2026-02-12 11:39:27 +13:00
gjelsoe
6c0da535b8
Add Radiomaster Bandit/Bandit Nano support
...
Added support for 5-Way analog joystick.
Added Custom Sh1115 OLED driver.
Added NeoPixels support for Radiomaster Bandit.
Power output 20-30 dbm (100mW-1000mW).
Changed so Analog joystick can be used in UI.
Changed so NeoPixels is used for new Message. (Color can be defined).
Radiomaster Bandit Micro uses the same code as Nano.
2026-02-11 19:45:59 +01:00
Rastislav Vysoky
beff18c53b
fix usb and build for rak 3112
2026-02-11 09:34:41 +01:00
dylan
f720338c03
Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1)
...
Sensors connected via the Grove I2C connector (D18/D17) were not detected
because the firmware scanned the OLED I2C bus (Wire, D14/D15) by default.
Adding ENV_PIN_SDA/SCL flags directs EnvironmentSensorManager to use Wire1,
matching the physical Grove connector pinout.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 14:12:48 +08:00
ripplebiz
e33d93dc7f
Merge pull request #1611 from weebl2000/semtech-patch-tracker-v2
...
Enable register patch heltec tracker v2
2026-02-11 14:04:58 +11:00
Snayler
810fd561d2
Enable TX LED for LilyGo LoRa32 V2.1_1.6
...
Working on my device, green TX LED starts blinking every time I transmit
2026-02-09 23:20:29 +00:00
ripplebiz
3f33455b4d
Merge pull request #1570 from Quency-D/fix-heltec-power-consumption
...
Fix heltec-v4 power consumption
2026-02-09 16:49:49 +11:00
ripplebiz
248c3107b4
Merge pull request #1605 from ViezeVingertjes/kiss-modem-spec-compliance
...
Kiss modem spec compliance
2026-02-09 16:45:20 +11:00
Liam Cottle
b1094c2842
Merge pull request #1616 from jbrazio/2026/raknorm
...
Refactor environment names and build flags for RAK variants
2026-02-09 01:33:26 +13:00
Thane Gill
31a2e74ada
Correct manufacturer name 'Elecrow ThinkNode M5'
2026-02-07 17:05:51 -08:00
Liam Cottle
10eacc4e95
Merge pull request #1316 from weebl2000/allow-negative-tx
...
Allow negative tx
2026-02-08 12:43:10 +13:00
João Brázio
fcfbb458f8
Refactor environment names and build flags for RAK variants
2026-02-07 21:26:28 +00:00
Wessel Nieboer
23b4baa066
Enable register patch heltec tracker v2
2026-02-07 16:04:01 +01:00
ViezeVingertjes
5dcc377b77
Rewrite KISS modem to be fully spec-compliant
2026-02-07 08:51:52 +01:00
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
Wessel Nieboer
d0720c63c2
Allow negative tx power
...
Like SX1262 allows -9 dBm lowest, some allow lower but that probably
isn't useful
2026-02-06 02:24:51 +01: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
Quency-D
e15503d50d
Fix low power consumption issues
2026-02-02 14:19:42 +08: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