ripplebiz
0396cf6771
Merge pull request #2383 from IoTThinks/MCdev-Added-XiaoS3-202604
Added Xiao S3 variant
3 months ago
Liam Cottle
470ad43313
Merge pull request #2392 from zjs81/meshcore_open_data_types
Introduce DataType Definitions for Meshcore Open
3 months ago
Liam Cottle
70212fb5cc
Merge pull request #2401 from zevaryx/rak-3401-gps
feat: Enable GPS on RAK 1W kit
3 months ago
zjs81
9c8eb301a4
Clarify path length semantics and data handling in inbound group datagrams
3 months ago
zjs81
b6d0b7a5dd
Refine data type definitions and update registration process in documentation
3 months ago
Quency-D
363ac44461
Fix external watchdog timing around sleep
3 months ago
Quency-D
7e0d9f6f39
Merge pull request #10 from meshcore-dev/dev
merge Dev
3 months ago
Quency-D
444dcfb8fd
Change write to read for radio_fem_rxgain
3 months ago
Liam Cottle
03a13aed30
Merge pull request #2413 from keithtweed/patch-1
Update script link in FAQ 4.7 to the repo of the fork
3 months ago
ripplebiz
fed8d36d03
Merge pull request #2412 from LitBomb/patch-25
Removed links to outdated resources and links
3 months ago
Keith Tweed
b948369d71
Update script link in FAQ 4.7
3 months ago
uncle lit
34db93150a
Removed links to outdated resources and links
Removed links to outdated resources and links
3 months ago
Ryan Gregg
a3354db521
Address PR review feedback from oltaco
- Remove extra blank line in companion_radio main.cpp before NRF52/STM32 block
- Revert unintended STM32_PLATFORM ETHERNET_ENABLED branch (no STM32 ethernet target exists, and it incorrectly included nrf52 headers)
- Drop renovate annotations from rak4631 platformio.ini (no renovate config in this repo)
3 months ago
Liam Cottle
cb669a26f1
Merge pull request #2407 from jirogit/fix/wireless-paper-device-model
fix: correct device model name for Heltec Wireless Paper
3 months ago
me
b91f127e4e
fix: correct device model name for Heltec Wireless Paper
3 months ago
Liam Cottle
528bf3f61e
add FUNDING.yml
3 months ago
Quency-D
62b0d82682
Restore WiFi operation command scope comments
3 months ago
Quency-D
9d26953398
Remove unnecessary blank line in MyMesh.cpp
3 months ago
Huw Duddy
40d7fcfc26
Merge pull request #2157 from aXistem-dev/fix/sensecap-solar-tx-led-12
fix(sensecap_solar): correct TX LED after remap & power-button pin changes
3 months ago
Quency-D
c42f6db0eb
Revise according to the review comments.
Co-authored-by: Copilot <[email protected] >
3 months ago
Confi
835b0e9114
fix(sensecap_solar): init LED_WHITE LOW to prevent always-on at boot
3 months ago
Quency-D
22f07b3e48
Revert "Merge branch 'meshcore-dev:main' into cli-lna-command"
This reverts commit ca047fe0c0 , reversing
changes made to ddedb3c7a7 .
3 months ago
Quency-D
ca047fe0c0
Merge branch 'meshcore-dev:main' into cli-lna-command
3 months ago
Quency-D
ddedb3c7a7
Merge branch 'dev' into cli-lna-command
3 months ago
zevaryx
7f38e3f145
feat: Enable GPS on RAK 1W kit
3 months ago
Michael Lynch
b6a3aa1bfe
Update googletest to use 1.17.0 exactly
With the '^x.y.z' semantics, the version can upgrade out from under us and change dependencies, so this pins to an exact version.
3 months ago
Michael Lynch
5e03c00397
Add unit tests for Utils::toHex
10 months ago
OhYou-0
68360157ec
Add LilyGo T-ETH Elite board support
3 months ago
Liam Cottle
9a1be5386d
Merge pull request #2326 from IoTThinks/MCdev-Added-HeltecV4-Expansion-Kit-2026-04-16
Added support for Expansion Kit to Heltec V4 OLED repeaters
3 months ago
zjs81
b705d5489f
Update companion protocol documentation and enhance data type definitions for clarity
3 months ago
Kevin Le
277331381e
Added Xiao S3 variant.
This is for Xiao S3 and a normal Wio SX1262 for Xiao shield.
3 months ago
liamcottle
ecd0cfc1c1
update discord links
3 months ago
Liam Cottle
5372388e6e
Merge pull request #2353 from jirogit/fix/techo-lite-non-shell-ble-clean
feat(techo-lite): add Non-Shell companion BLE variant
3 months ago
Liam Cottle
dc548578ff
Merge pull request #2287 from pelgraine/fix/techo-lite-battery
Fixes #1183 — T-Echo Lite incorrect battery voltage
3 months ago
Liam Cottle
d3b457681a
Merge pull request #2008 from weebl2000/p_lora_reset_rak4631
Fix RAK4631 SX1262 hardware pin config
3 months ago
Liam Cottle
f1f1361fd5
Merge pull request #2340 from weebl2000/fem-enabled-def
Fix FEM/LNA enbaled by default for Heltec T096, Heltec Wireless Tracker v2
3 months ago
Liam Cottle
bdae60498c
Merge pull request #2016 from weebl2000/add-lr1110-sx1276
Add sanity build for LR1110 and SX1276 too
3 months ago
Wessel Nieboer
66fe9ac2db
Fix FEM/LNA enbaled by default for Heltec T096, Heltec Wireless Tracker v2
Should only really be disabled when it causes issues.
4 months ago
Liam Cottle
cc6139bc23
Merge pull request #2371 from weebl2000/r1-neo-shutdown
Implement proper shutdown procedure for R1 neo
3 months ago
pelgraine
d516cd8a9e
Fixes #1183 — T-Echo Lite incorrect battery voltage
Battery (TechoBoard.h/cpp): Added PIN_VBAT_MEAS_EN (P0.31) — the T-Echo
Lite has a gated voltage divider that must be enabled before reading. Also
added pinMode(PIN_VBAT_READ, INPUT) before each ADC read to reclaim P0.02
from other peripherals. Pin definitions hardcoded from LilyGo's
t_echo_lite_config.h.
I2C (variant.h): Corrected SDA/SCL from P0.04/P0.02 to P1.04/P1.02 per
LilyGo's IIC_1_SDA/IIC_1_SCL. The old P0.02 mapping conflicted with the
battery ADC pin.
GPS (variant.h): Corrected all five GPS pin assignments to match LilyGo's
config — UART TX/RX, wake, PPS, and power enable were all scrambled.
SPI (variant.h): Fixed SPI_INTERFACES_COUNT from _PINNUM(0, 2) to (2).
Tested on T-Echo Lite Non-Shell (USB-C, no display). Battery readings match
Heltec V4 reference within 10mV.
4 months ago
Wessel Nieboer
07671cf1fe
Implement proper shutdown procedure for R1 neo
fixes #2361
3 months ago
Liam Cottle
d532481f34
Merge pull request #2335 from fizzyfuzzle/v4_adc_mult
Add Heltec V4 set adc.multiplier functionality
3 months ago
me
28b1586fd7
feat(techo-lite): add Non-Shell (screenless) companion BLE variant
T-Echo Lite Non-Shell has no ePaper display, but the existing
companion BLE env inherits DISPLAY_CLASS=GxEPDDisplay from the base
env. This causes display.begin() to run on non-existent hardware,
corrupting BLE initialization and generating a random PIN that
cannot be displayed, making BLE connection impossible.
Add LilyGo_T-Echo-Lite_non_shell_companion_radio_ble env that:
- excludes DISPLAY_CLASS and ePaper-related build flags
- removes GxEPDDisplay.cpp and ui-new from build sources
- uses static BLE_PIN_CODE=123456 (avoids random PIN generation)
Also fix boards/t-echo.json:
- add nrfutil to upload protocols list
- add use_1200bps_touch=true and wait_for_upload_port=true
to enable reliable flashing via PlatformIO upload button
3 months ago
Scott Powell
3d982711a6
* CommonCLI: more reply bounds checking
3 months ago
Scott Powell
db7baa7bd7
* CommonCLI: bounds check added to "unknown config:" replies
3 months ago
Ryan Gregg
2a2c7a171d
Merge remote-tracking branch 'upstream/dev' into rak-ethernet
# Conflicts:
# docs/faq.md
4 months ago
Marco
e8907a3108
Add Heltec V4 set adc.multiplier
4 months ago
Confi
3fcf5b548b
fix(sensecap_solar): set P_LORA_TX_LED to 12 after LED remap
Align TX activity LED with LED_BLUE / variant.h after LED definition
and power-button pin mapping changes.
4 months ago
Scott Powell
dee3e26ac0
Merge branch 'dev'
# Conflicts:
# docs/faq.md
4 months ago
Scott Powell
3751785400
* version 1.15.0
4 months ago