recrof
c4a2b13930
moved HeltecV3Board.h to variant folder
2025-10-11 21:52:48 +02:00
Sebastian Muszynski
601479e572
Introduce Heltec_WSL3_companion_radio_wifi target
2025-10-07 11:17:19 +02:00
fdlamotte
5f31979e1e
Merge pull request #831 from Meshcore-Portugal/jbrazio/2025_87fe0ad8
...
Add bridge management CLI
2025-10-06 14:23:35 +02:00
João Brázio
13a0202062
Add BRIDGE_DEBUG flag
2025-10-06 12:57:32 +01:00
João Brázio
e48f3a58ae
Remove WITH_ESPNOW_BRIDGE_SECRET definition from platformio.ini files and update documentation to use _prefs->bridge_secret
2025-10-03 00:23:09 +01:00
liamcottle
0307b6119e
increase MAX_NEIGHBOURS from 8 to 50
2025-09-28 16:11:58 +13:00
João Brázio
7fca20475a
Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35
2025-09-08 02:04:14 +01:00
João Brázio
04e70829a4
Rename RS232 bridge environments
2025-09-07 21:46:51 +01:00
João Brázio
5843a12c71
Rename SerialBridge to RS232Bridge
2025-09-05 11:28:40 +01:00
Rastislav Vysoky
accacd9d74
fixed max_contacts to 300 for v3
2025-09-01 12:21:03 +02:00
João Brázio
9fd7e9427a
Add bridge support for WSL3 board
2025-09-01 10:53:51 +01:00
João Brázio
cf4720bd34
Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35
2025-09-01 10:47:19 +01:00
Scott Powell
b8223e9d07
* reverting HeltecV3 _CURRENT_LIMIT change
2025-09-01 16:28:53 +10:00
recrof
489bcaffc9
raised max contacts for esp32 classic companions to 160 and 170; set to 300 for WSL3
2025-08-31 16:23:21 +02:00
recrof
50cab44473
set companion radios with esp32c3 esp32c6 and esp32s3 boards to max 300 contacts
2025-08-31 14:27:44 +02:00
liamcottle
09e45f25b7
add new ui to heltec v3 wifi companion
2025-08-29 18:58:54 +12:00
João Brázio
78fcb704bc
Increase power limit for Heltec v3 433 MHz
2025-08-25 17:44:14 +01:00
João Brázio
7f142245e6
Merge remote-tracking branch 'origin/dev' into jbrazio/2025_3f11ad35
2025-08-22 23:00:35 +01:00
Scott Powell
c30a103baf
* WSL3 fixes. Heltec V2 ui-new
2025-08-17 15:50:25 +10:00
Scott Powell
e14b022a7c
* original UITask now in /ui-orig folder
2025-08-16 21:09:35 +10:00
Scott Powell
acde9921b5
* Refactor of UITask, moved to /ui-new
2025-08-16 20:04:54 +10:00
Scott Powell
4b95c981bb
* UI revamp for companion radios
2025-08-08 20:01:31 +10:00
recrof
6861b0702f
create sensor template in platformio.ini, update heltec v3 and rak4631 to use new template
2025-08-02 21:40:56 +02:00
446564
dca20ea994
add wsl3 usb companion
2025-07-29 15:56:07 -07:00
João Brázio
85273a6dc6
Merge remote-tracking branch 'origin/dev' into jbrazio/2025_3f11ad35
2025-07-29 00:31:52 +01:00
Mike Cochrane
93802fe250
Add VL53L0X time-of-flight distance sensor to Heltec V3 Sensor
2025-07-18 22:01:47 +12:00
Mike Cochrane
9f2a77c92e
Add Melexis Contact-less Infrared Sensor - MLX90614 to Heltec V3 Sensor
2025-07-18 18:51:00 +12:00
Mike Cochrane
e4f7b9e37f
Allow the SDA and SCL pins for Environment sensors to be configured independantly. Add Heltec V3 Sensor.
2025-07-18 18:16:59 +12:00
recrof
6be8e19a9f
move radiolib wrappers to dedicated directory
2025-07-13 11:37:33 +02:00
João Brázio
04042e3ca0
Refactor serial bridge handling
2025-07-09 11:03:35 +01:00
Scott Powell
7fb7b69bbc
* first cut of new simple_sensor sketch
2025-07-08 23:19:34 +10:00
João Brázio
3375389181
Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35
2025-07-04 11:57:09 +01:00
taco
2bb7e6dad4
fix: heltec v3: change gps enable pin
2025-07-04 14:12:57 +10:00
taco
74818d0594
fix: change GPS pins
...
Pin 45 and 46 are strapping pins on ESP32-S3, which can lead to unintended consequences on boot. I have amended the pins and added an enable pin as well.
2025-07-04 13:55:39 +10:00
ripplebiz
f8d277de83
Merge pull request #426 from 446564/feat-GH109
...
allows manual BLE pin even when device has display
2025-07-01 15:09:43 +10:00
João Brázio
2f77cef04b
Add config flags to variants
2025-06-29 16:28:11 +01:00
recrof
9530744ff4
add support for BMP280 temperature+pressure sensor
2025-06-29 00:17:46 +02:00
taco
b8db628ce8
fix: remove extra spi.begin() on heltec v3
2025-06-24 11:27:13 +10:00
taco
4d2b176ccc
feature: GPS support on HeltecV3
...
GPS support via EnvironmentSensorManager. Connect GPS RX to pin 45, TX to pin 46.
Note that while you can disable using the GPS there is no way to power down the GPS without using a mosfet and adjusting PIN_GPS_EN.
2025-06-21 13:04:39 +10:00
Rob Loranger
f4463154cf
allows manual BLE pin even when device has display
...
also updates remaining variants to use default of
123456 instead of 0 for random pin
2025-06-20 14:20:42 -07:00
Scott Powell
587d9d8818
* added CustomSX1262::std_init()
...
* refactored variants to use std_init(): heltec_v3, t114, xiao_c3
2025-06-19 10:58:10 +10:00
Scott Powell
7dd7b715cd
* enabling _PRIVATE_KEY import/export for ALL companions.
2025-06-07 14:20:59 +10:00
Memo
42284edcfe
Update platformio.ini
2025-05-24 10:39:05 +00:00
Memo
e1351effb1
Update platformio.ini
2025-05-22 15:50:54 +00:00
Memo
cd7fc59f06
Update platformio.ini
2025-05-22 13:24:26 +00:00
Memo
0caa2b4cd1
Update target.h
2025-05-22 12:07:45 +00:00
Memo
648953ce8d
Update target.cpp
2025-05-22 12:07:06 +00:00
Memo
1d94df1d04
Update platformio.ini
2025-05-22 12:06:34 +00:00
Scott Powell
a73eb9823d
* big refactor of the 'display' object. Now defined in variants/*/target modules.
2025-05-19 14:16:55 +10:00
liamcottle
6c0d94aa2d
increase offline queue size from 16 to 256 for all companion ble firmwares
2025-05-14 23:02:49 +12:00