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
79a75b8b0e
Merge pull request #465 from fdlamotte/t1000e_preamble_16
...
t1000e: set preamble to 16 at init
2025-07-01 23:56:24 +10:00
Florent de Lamotte
b80d99edd1
t1000e: set preamble to 16 at init
2025-07-01 15:42:54 +02:00
ripplebiz
1d1bafb3eb
Merge pull request #455 from jquatier/wireless-paper
...
Initial Support for Heltec Wireless Paper
2025-07-01 15:23:58 +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
ripplebiz
387e2c7e74
Merge pull request #464 from oltaco/lilygo_t3s3-radio.std_init
...
refactor: lilygo_t3s3 with CustomSX1262::std_init()
2025-07-01 12:26:43 +10:00
Scott Powell
3dc4607d89
* PAYLOAD_TYPE_PATH: reserving upper 4 bits if 'extra_type' field, for future use
2025-06-30 23:18:16 +10:00
Scott Powell
a72fafcbf1
Merge branch 'main' into dev
2025-06-30 17:07:01 +10:00
ripplebiz
d04fd377b6
Merge pull request #463 from jankowski-t/main
...
Support MeshAdventurer
2025-06-30 17:06:19 +10:00
ripplebiz
28a38e674b
Merge pull request #462 from seagull9000/Refactor-Heltec-Tracker-radiolib-init
...
Refactor radiolib for Heltec Wireless Tracker
2025-06-30 17:01:55 +10:00
jankowski-t
c91356016b
Fixed MeshAdventurer repeater build failing
...
Update build_src_filter in platformio.ini
2025-06-30 05:40:07 +02:00
jankowski-t
4541380632
Support MeshAdventurer
...
Added support for MeshAdventurer, including radio, display, button, GPS, voltage reading
2025-06-30 03:46:18 +02:00
taco
c56da5e6aa
refactor: lilgo_t3s3 with CustomSX1262::std_init()
2025-06-30 08:51:18 +10:00
seagull9000
1bfa3d338c
Refactor radiolib for Heltec Wireless Tracker
...
Made changes and tested transmission and reception.
Note:
TX to T1000E would not work direct, but always went through a repeater.
TX to two Thinknode M1's went through direct..
2025-06-30 09:48:18 +12:00
ripplebiz
eb4f81f9ae
Merge pull request #459 from liquidraver/dev
...
change fixed preamble to match the new 16
2025-06-30 00:26:19 +10:00
liquidraver
ddbf27c245
change fixed preamble to match the new 16
2025-06-29 15:17:15 +02:00
Scott Powell
165fb33d5c
* ver bump to v1.7.1
companion-v1.7.1
repeater-v1.7.1
room-server-v1.7.1
2025-06-29 20:06:24 +10:00
Scott Powell
e31017be1a
Merge branch 'main' into dev
2025-06-29 20:04:03 +10:00
Scott Powell
187eea1b18
* Preamble now 16 (for most variants)
2025-06-29 20:03:10 +10:00
ripplebiz
c4c5d18a79
Merge pull request #456 from recrof/dev
...
add support for BMP280 temperature+pressure sensor, enable sensor support for tlora 2.1_1.6
2025-06-29 15:28:31 +10:00
recrof
bcd31b7cdf
fix: missing dependency
2025-06-29 00:28:01 +02:00
recrof
9530744ff4
add support for BMP280 temperature+pressure sensor
2025-06-29 00:17:46 +02:00
ripplebiz
cea16bad89
Merge pull request #453 from recrof/dev
...
sx1276 boards: migrate to std_init()
2025-06-28 21:14:23 +10:00
Rastislav Vysoky
5fa6533291
Merge branch 'ripplebiz:dev' into dev
2025-06-28 11:03:15 +02:00
recrof
1ce180d6ea
remove spi.begin in targets
2025-06-28 11:00:13 +02:00
JQ
ff3e888dfd
formatting
2025-06-27 23:30:52 -07:00
Scott Powell
3bd1dc3ffa
* minor tidy ups
2025-06-28 16:10:53 +10:00
ripplebiz
7c9cf2a5ee
Merge pull request #446 from cod3doomy/dev
...
RAK4631: BME680 add and GPS cleanup
2025-06-28 16:00:36 +10:00
JQ
e417c43c30
wireless paper board support
2025-06-27 22:57:49 -07:00
recrof
0e197254a2
remove old tbeam def
2025-06-27 17:38:07 +02:00
recrof
e16f5349fa
manual-merge tbeam conflicts
2025-06-27 15:30:01 +02:00
recrof
95e69cf273
RadioWrapper::std_init: add tbeam, unify coding style
2025-06-27 15:17:51 +02:00
recrof
f666b8c8cf
RadioWrapper::std_init: add missing definitions for rx/tx switching
2025-06-27 15:16:37 +02:00
recrof
07f25ccac8
sx1276 boards: migrate to std_init()
2025-06-27 15:12:48 +02:00
ripplebiz
ba34cff4d4
Merge pull request #452 from fdlamotte/custom_sx1262_TXEN_fix
...
CustomSX1262: fix typo that would prevent compile when TXEN or RXEN i…
2025-06-27 21:37:57 +10:00
Florent de Lamotte
0f259d3b51
CustomSX1262: fix typo that would prevent compile when TXEN or RXEN is not set
2025-06-27 11:11:12 +02:00
ripplebiz
4e282a423a
Merge pull request #451 from fdlamotte/wio-e5-dev_uart
...
wio-e5-sdk: adjust uart location
2025-06-26 21:51:11 +10:00
Florent
408ed549a8
wio-e5-sdk: adjust uart location
2025-06-26 13:04:15 +02:00
cod3doomy
63247667d0
String removed
...
Removed all string type casting
2025-06-25 21:12:36 -07:00
cod3doomy
c872f72584
Merge branch 'ripplebiz:dev' into dev
2025-06-25 21:08:38 -07:00
ripplebiz
6e670aa2a4
Merge pull request #450 from rfmoz/main
...
Update faq.md
2025-06-26 13:16:14 +10:00
ripplebiz
fe0234d208
Merge pull request #449 from recrof/dev
...
Station G2 refactor for radio.std_init, set max tx power to 19dBm
2025-06-26 13:10:06 +10:00
Ricardo F.
669ff39cd6
Update faq.md
...
Order last other questions and add fix to WebFlasher from linux
2025-06-25 22:41:14 +02:00
recrof
f15f32e138
Station G2 refactor for radio.std_init, set max tx power to 19dBm
2025-06-25 22:21:22 +02:00
ripplebiz
56df7d15a7
Merge pull request #448 from fdlamotte/rak3x72_LP_Support
...
rak3x72: support variations in platformio.ini
2025-06-25 22:27:06 +10:00
Florent
387579922b
rak3x72: support variations in platformio.ini
2025-06-25 13:55:54 +02:00
ripplebiz
816f3f8a6b
Merge pull request #447 from fdlamotte/stm32_halt_reset
...
stm32: implement halt and reset
2025-06-25 19:04:15 +10:00
Scott Powell
55ff69bd25
* RAK: 'start ota' returned MAC address was reversed
2025-06-25 19:02:16 +10:00
Florent
8ccd4f3660
stm32: implement halt and reset
2025-06-25 11:00:24 +02:00