fdlamotte and GitHub
d2fd1fdaa6
Merge pull request #2887 from spinda/thinknode-m3-dev
...
Fix GPS and LEDs on ThinkNode M3
2026-07-20 17:42:30 -04:00
fdlamotte and GitHub
427cd7c263
Merge pull request #2987 from entr0p1/fix/nrf52-shutdownperipherals
...
NRF52Board - ShutdownPeripherals() housekeeping
2026-07-20 11:53:56 -04:00
Liam Cottle and GitHub
da67328017
Merge pull request #2990 from entr0p1/fix/xiao-nrf52-userbtn
...
Fix Xiao nRF52840 repeater compile failure
2026-07-21 02:09:33 +12:00
entr0p1
d2bbe4d8d3
Fix Xiao nRF52840 repeater compile failure
...
Compile fails due to user_btn not declared in board target.
Fixes:
- Add MomentaryButton declaration for user_btn in variants/xiao_nrf52/target.cpp
- Add momentary button helper include in variants/xiao_nrf52/target.h
- Add extern linkage for MomentaryButton -> user_btn in variants/xiao_nrf52/target.h
2026-07-20 22:43:25 +10:00
Liam Cottle and GitHub
a45dae928c
Merge pull request #3000 from oltaco/rx-irq-timeout
...
fix: clear the correct IRQ flag for timeout on preamble detected on SX1262
2026-07-20 23:32:12 +12:00
taco
ab5c45f516
fix: clear the correct IRQ flag for timeout on preamble detected
2026-07-20 21:05:12 +10:00
Liam Cottle and GitHub
c1ee9cad5b
Merge pull request #2998 from oltaco/heltec-t1-bodmer
...
Fix: Heltec t1: add missing bodmer TFT_eSPI library
2026-07-20 22:39:17 +12:00
taco
91e65af9dd
fix: heltec t1: add missing bodmer TFT_eSPI library
2026-07-20 20:28:38 +10:00
Liam Cottle and GitHub
2834121b6e
Merge pull request #2994 from oltaco/rx-irq-timeout
...
Add setter methods for preambleMillis and maxPayloadMillis on SX1262 and LR1110
2026-07-20 22:07:36 +12:00
taco
121b72712b
LR1110: add setter methods for preambleMillis and payloadMillis
2026-07-20 19:52:57 +10:00
taco
ae48072ff0
SX1262: add setter methods for preambleMillis and payloadMillis
2026-07-20 19:52:57 +10:00
Liam Cottle and GitHub
fdd4d8a610
Merge pull request #2989 from rgregg/fix-nrf52-ethernet-build
...
Fix nRF52 builds broken by unconditional RAK Ethernet include
2026-07-20 20:58:26 +12:00
liamcottle
8c987c8689
Merge remote-tracking branch 'official/main' into dev
2026-07-20 20:42:09 +12:00
ripplebiz and GitHub
dc7dd5105e
Merge pull request #2977 from oltaco/rx-irq-timeout
...
Add IRQ timeout logic for SX1262 and LR1121
2026-07-20 14:14:02 +10:00
Ryan Gregg
cc221330ba
Fix nRF52 builds: guard SerialEthernetInterface with ETHERNET_ENABLED
...
SerialEthernetInterface.cpp is compiled for every nRF52 target because
PlatformIO builds all .cpp files under src/. It includes
SerialEthernetInterface.h, which unconditionally pulls in
<RAK13800_W5100S.h> -- a library only present in the RAK4631 Ethernet
env's lib_deps. As a result any other nRF52 board (e.g. Heltec T114)
fails to build with 'RAK13800_W5100S.h: No such file or directory'.
Wrap the contents of both files in '#ifdef ETHERNET_ENABLED' so they
compile to empty translation units on non-Ethernet builds. RAK4631
Ethernet envs define ETHERNET_ENABLED and are unaffected.
Fixes #2985
2026-07-19 10:17:08 -07:00
entr0p1
aee53a8c3e
NRF52Board - ShutdownPeripherals() housekeeping
...
Improvements:
- Add condition to only turn off display if on (avoids wedging the shutdown on some displays)
- Reset LoRa radio before calling radio_driver.powerOff() to ensure it is in a known good state (and will accept the command)
- Ensure SPI is started so LoRa radio commands can be sent (some shutdowns can happen before this)
- Add gate for P_LORA_NSS pin defined before writing to the pin
2026-07-19 23:59:12 +10:00
taco
b28bf00348
fix: setMaxPacketMillis() should return void
2026-07-19 22:06:36 +10:00
Liam Cottle and GitHub
a3a1aa5e3b
Merge pull request #1865 from MeshEnvy/fix/python-json-parse-error
...
fix: JSON parsing regression in build.sh
2026-07-19 22:58:21 +12:00
ripplebiz and GitHub
795989b918
Merge pull request #2966 from Quency-D/heltec-rc32
...
Add Heltec rc32 board
2026-07-17 23:23:29 +10:00
fdlamotte and GitHub
4aec46b039
Merge pull request #2976 from fdlamotte/UITask_poweroff_radio_display
...
UI task: poweroff of radio and display moved to board
2026-07-17 08:35:06 -04:00
Florent
c644720ea7
uitask: screen and radio poweroff moved to board
2026-07-17 08:29:31 -04:00
fdlamotte and GitHub
8f5a393404
Merge pull request #2975 from fdlamotte/nrf52_boards--use-shutdownPeripherals-on-TInpulse-and-TEchoBoard
...
nrf52_variants: override shutdownPeripherals instead of powerOff for …
2026-07-17 08:12:35 -04:00
taco
0bd871cde6
add IRQ timeout logic for LR11X0
2026-07-17 21:45:31 +10:00
Florent
84d1e24338
nrf52_variants: override shutdownPeripherals instead of powerOff for TechoLite, TInpulse and TechoBoard (protect the gate)
2026-07-17 07:36:39 -04:00
taco
79ef74ea8d
add IRQ timeout logic for SX1262
2026-07-17 21:33:57 +10:00
fdlamotte and GitHub
3a67685597
Merge pull request #2883 from fdlamotte/repeater_btn
...
repeater: poweroff on long press
2026-07-17 07:18:44 -04:00
taco
975a673efd
add calcMaxPacketMillis
2026-07-17 21:15:09 +10:00
fdlamotte and GitHub
76c6e73fb6
Merge branch 'dev' into repeater_btn
2026-07-17 06:55:19 -04:00
fdlamotte and GitHub
3eb5451d3e
Merge pull request #2906 from fdlamotte/shutdown_peripherals
...
Proposal: Introduce shutdownPeripherals in NRF52Board to prepare for shutdown
2026-07-17 06:53:00 -04:00
Quency-D
fd7b35f457
Move the rotation input to target.cpp
2026-07-17 15:50:25 +08:00
Quency-D
b26f53a263
Avoid waking display from rotary input
2026-07-17 15:35:07 +08:00
ripplebiz and GitHub
41f4d6bd91
Merge pull request #2560 from Quency-D/heltec-v4-r8
...
Add heltec-v4-r8 board
2026-07-17 13:54:45 +10:00
Quency-D
61a8821d3c
Optimize battery voltage reading
2026-07-16 17:45:00 +08:00
Quency-D
a472cd7956
Delete duplicate pin definitions
2026-07-16 15:14:17 +08:00
Quency-D
3469e92458
Enable patch reception
2026-07-16 11:37:12 +08:00
Quency-D
05d4bd2f7f
Add a rotary encoder
2026-07-15 17:45:24 +08:00
ripplebiz and GitHub
b55d69e57a
Merge pull request #1983 from rgregg/rak-ethernet
...
Support for RAK ethernet module
2026-07-15 18:53:38 +10:00
Liam Cottle and GitHub
1831349e5a
Merge pull request #2897 from yarda/companion-add-mcu-temp-sensor
...
Added MCU temp sensor to the companion
2026-07-15 20:11:24 +12:00
Quency-D and GitHub
6c9f0907ee
Merge pull request #17 from meshcore-dev/dev
...
merge Dev
2026-07-15 14:49:40 +08:00
Liam Cottle and GitHub
f44aede4f3
Merge pull request #2954 from liamcottle/board/thinknode-m7-neighbours
...
Increase ThinkNode M7 MAX_NEIGHBORS to 50
2026-07-15 16:06:58 +12:00
liamcottle
a99f4a0160
increase thinknode m7 max neighbours to 50
2026-07-15 16:05:37 +12:00
Scott Powell
5a14f36e25
* ST7735 color/offset fix for Heltec Tracker V1
2026-07-15 14:00:10 +10:00
Jaroslav Škarvada
15e259c572
Added MCU temp sensor to the companion
...
Fixes #2896
2026-07-14 17:43:33 +02:00
Liam Cottle and GitHub
ea4383f90c
Merge pull request #2952 from Quency-D/fix-ex-watchdog
...
fix repeater watchdog
2026-07-15 02:54:58 +12:00
Quency-D
4d0ba1516c
Remove the watchdog feeding operation from each iteration of the loop to reduce power consumption.
2026-07-14 17:23:13 +08:00
Ryan Gregg
16b76bd35a
Merge remote-tracking branch 'upstream/dev' into rak-ethernet
...
# Conflicts:
# examples/companion_radio/main.cpp
2026-07-13 23:06:00 -07:00
Huw Duddy and GitHub
64e8e24720
Merge pull request #2951 from meshcore-dev/fast-st7735-display
...
Fast ST7735 Display Driver
2026-07-14 16:01:14 +10:00
Scott Powell
d30d8ed748
* HSPI fix
2026-07-14 15:46:36 +10:00
ripplebiz and GitHub
05fdafbb2d
Merge pull request #2898 from entr0p1/fix/lilygo-techo-lite-sx1262-ldo
...
Lilygo T-Echo Lite - Change SX1262 from DC-DC to LDO regulator
2026-07-14 14:53:44 +10:00
ripplebiz and GitHub
f4ed8c711b
Merge pull request #2899 from entr0p1/fix/lilygo-techo-lite-nrf-dcdc
...
Lilygo T-Echo Lite - nRF52840 DC-DC
2026-07-14 14:52:56 +10:00