Liam Cottle
ffbf73dc5c
Merge pull request #2432 from recrof/kiss-radio-everywhere
...
kiss radio: added stm32 support + envs in platformio.ini
2026-05-01 00:36:46 +12:00
Rastislav Vysoky
5beef490a0
add kiss radio env to most of the variants
2026-04-28 15:09:25 +02:00
OverkillFPV
958204c7f1
Merge branch 'dev' into lora-longer-preamble
2026-04-16 20:43:46 +10:00
overkillfpv
f0ec5d2ae7
changed to set the preamble on radio settings change
2026-03-29 21:45:16 +11:00
João Brázio
274e00df50
Merge remote-tracking branch 'upstream/dev' into 2026/remote-lna
2026-03-16 09:37:55 +00:00
João Brázio
75895895f0
Add USE_SX1262 flag to multiple platformio.ini configurations
2026-03-16 09:34:12 +00:00
João Brázio
9a95e25ef2
Remove unused RX boosted gain mode functions and related preprocessor directives across multiple variants
2026-03-05 18:38:57 +00:00
Wessel Nieboer
67d22401b1
Pass rtc_clock to all MicroNMEALocationProvider instances
...
Enable GPS time synchronization across all variants by passing
&rtc_clock to MicroNMEALocationProvider. When GPS gets a valid
fix, the RTC clock is now updated automatically every 30 minutes.
Updated 16 variants: rak4631, lilygo_tbeam_SX1262, rak_wismesh_tag,
lilygo_tbeam_supreme_SX1262, thinknode_m3, heltec_v4, thinknode_m1,
lilygo_tbeam_SX1276, meshadventurer, nano_g2_ultra, heltec_v3,
promicro, xiao_c3, heltec_tracker_v2, keepteen_lt1, heltec_mesh_solar.
2026-03-03 15:45:07 +01:00
João Brázio
64a16d7ad2
Merge branch 'dev' into 2026/remote-lna
2026-02-27 10:32:14 +00:00
Scott Powell
f4748a7f9d
* misc
2026-02-24 21:30:04 +11:00
Sam Koucha
5a885bffe4
Make full use of board's 8MB Flash and add companion WiFI target
2026-02-22 18:14:39 +00:00
João Brázio
71136671bd
Implement remote lna toggle cli cmd
2026-02-10 15:02:23 +00: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
recrof
04c0c40b39
set max contacts to 350 and channels to 40 for esp32c3, s3 and c6
2025-11-04 23:58:32 +01: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
1c93c162a1
Add ESPNow bridge configurations for all ESP32 targets
2025-09-08 18:49:33 +01:00
recrof
50cab44473
set companion radios with esp32c3 esp32c6 and esp32s3 boards to max 300 contacts
2025-08-31 14:27:44 +02:00
Scott Powell
2477d60fae
* TBeam variants: ui-new
2025-08-17 16:18:39 +10:00
Scott Powell
37d7257f04
* Heltec tracker, now using /ui-new
...
* variants with no DISPLAY_CLASS .ini fixes
2025-08-16 21:53:36 +10:00
recrof
6be8e19a9f
move radiolib wrappers to dedicated directory
2025-07-13 11:37:33 +02:00
taco
84c2cfdcf2
fix: revert swapped GPS pins
...
reverted GPS pin behaviour and swapped GPS pins for tbeam variants.
2025-06-24 12:39:07 +10:00
cod3doomy
218b96e4aa
T-Beam refactor
...
There is a lot to this PR, so if there are any questions let me know.
The idea here is to merge T-Beam fw so that there is less redundant code. Most versions (except the 0.7) share PMU code, init sequence, and most IO pin definitions.
- Merged all T-Beam board.h files into one TBeamBoard.
- Added PMU code to identify different AXP chips.
- Modified "lilygo tbeam SX1276" variant to cover all T-Beam SX1276 versions
- Modified "lilygo tbeam SX1262" variant to cover all T-Beam SX1262 versions
- Enabled GPS on all T-Beam versions/models
- Enabled BME280 on the Supreme
I am also updating EnvironmentSensorManager to allow for boards that do or don't have GPS enable pins, as well as a PERSISTANT_GPS define check for boards that want GPS to stay active after boot.
2025-06-22 17:46:30 -07:00
cod3doomy
ff10f37e7c
T-Beam removed redundancy
...
Removed redundant SPI begin calls
2025-06-21 14:18:38 -07:00
cod3doomy
7bcfbd3243
T-Beam refactor for radio.std_init
...
Changed radio init for both T-beam (SX1262) and Supreme (SX1262) to include radio.std_init()
2025-06-20 15:06:01 -07:00
Scott Powell
7dd7b715cd
* enabling _PRIVATE_KEY import/export for ALL companions.
2025-06-07 14:20:59 +10:00
cod3doomy
2f675119e1
Merge branch 'dev' of https://github.com/cod3doomy/MeshCore_HW_Dev into dev
2025-05-25 22:57:36 -07:00
cod3doomy
0e8b807a8b
RAK4631: Add RAK12500 GPS support
...
Added RAK12500 GPS support
Added socket scan capability to determine which socket the GPS is connected to
T-beam supreme: added conditional to displaying location data to only when gps is active
2025-05-25 22:48:04 -07:00
Scott Powell
3ae2e851a0
* minor tidy ups
2025-05-26 14:39:44 +10:00
cod3doomy
4b103ca0de
t-beam supreme: fixes and consolidation
...
Made changes requested by Scott
Simplified gps init sequence and removed unnecessary code
Reverted SensorManager change
Updated PMU flow to enable header outputs
2025-05-25 21:23:31 -07:00
cod3doomy
e742d1f722
t-beam supreme: minor GPS and BME fixes
...
Fixed GPS initial state to default to off after init.
Removed redundant current limit define
2025-05-22 16:50:06 -07:00
cod3doomy
77bfc0db1c
Merge branch 'ripplebiz:dev' into dev
2025-05-22 09:23:14 -07:00
cod3doomy
4f503de743
t-beam supreme: fixes and cleanup
...
Reverted the SensorManager changes
Moved BME into TbeamSupSensorManager
Moved printBMEValues into TbeamSupSensorManager
Moved scanDevices out of TBeamS3SupremeBoard
2025-05-20 11:37:41 -07:00
recrof
e14ea72699
fix: missing SX126X_CURRENT_LIMIT
2025-05-20 14:20:42 +02:00
cod3doomy
4990fe40e7
t-beam supreme: current limit increase
...
Added the current limit increase define
2025-05-19 13:15:01 -07:00
cod3doomy
fd37810022
t-beam supreme: display fix, BME add, user btn fix
...
-Fixed build issues after display refactor
-Added BME280 support and updated SensorManager to include this data
-Fixed user button and verified it turns the display on
2025-05-19 12:55:56 -07:00
ripplebiz
519ebb549b
Merge pull request #300 from cod3doomy/dev
...
t-beam supreme: PMU and i2c fixes
2025-05-19 10:56:42 +10:00
JQ
d4e6ece75d
fix altitude for telemetry, instead of using zero
2025-05-18 16:36:45 -07:00
cod3doomy
a79e9a79e0
t-beam supreme: debug move
...
Moved scanDevices into ifdef MESH_DEBUG since it only needs to run under debug sequence
2025-05-18 10:20:32 -07:00
cod3doomy
ee41d6e2d3
t-beam supreme: PMU and i2c fixes
...
Fixed i2c (Wire) init issue by defining pins in platformio
Added an i2c scanning function for debug
Corrected the pmu power up sequence
2025-05-17 22:01:13 -07:00
cod3doomy
7576d45a8d
t-beam supreme: enabled lora tx led
...
enabled lora tx led and verified it flashes with message transmit
2025-05-14 20:27:59 -07:00
liamcottle
6c0d94aa2d
increase offline queue size from 16 to 256 for all companion ble firmwares
2025-05-14 23:02:49 +12:00
Scott Powell
a56e9ef62f
* TBeam Supreme: refactor for readStringUntil()
2025-05-14 13:11:10 +10:00
cod3doomy
2ea05a5182
t-beam supreme: added GPS functionality
...
Enabled GPS and verified with meshcli.
All supreme envs build.
2025-05-12 23:21:37 -07:00
hank
3c2781cce1
Disabling MESH_DEBUG by default on TBeam Supreme companion
2025-05-12 01:17:28 -07:00
hank
6218c1e7ae
Fixes to the PMU calls
2025-05-12 01:09:16 -07:00
Rastislav Vysoky
445179f53a
tbeam supreme companion: raise channels to 8
2025-05-09 16:22:31 +02:00
liamcottle
d04eda9f16
enable neighbours feature for all repeater variants
2025-05-07 20:26:15 +12:00