Scott Powell
ae8fb5d9b1
* Heltec v3.2 VEXT fix
...
* Heltec T114 LED fix, (now flashes with LoRa TX)
2025-03-07 21:37:05 +11:00
Rastislav Vysoky
03458269ac
moved nrf sdk headers to ./lib/ and added Repeater envs for t114 & t-echo
2025-03-07 00:16:22 +01:00
Rastislav Vysoky
2dd2571154
Added support for LilyGo T-Echo
2025-03-06 21:39:17 +01:00
Rastislav Vysoky
b74ae1302b
Added support for Heltec t114
2025-03-06 20:43:56 +01:00
ripplebiz
a3d46a3e8a
Merge pull request #62 from awolden/awolden/t3lora
...
Add LILYGO T-LoRa V2.1-1.6 firmware
2025-03-06 16:33:27 +11:00
Alex Wolden
0fc85b8c59
Revert identity change
2025-03-05 19:38:08 -08:00
Scott Powell
78ee88c9ed
* companion, HeltecV3: now picks random BLE pin for every session (from boot), unless a (non-zero) one stored in _prefs
...
* companion, WSL3: uses static BLE pin, per build BLE_PIN_CODE define
2025-03-05 19:14:34 +11:00
Alex Wolden
86389579eb
Merge remote-tracking branch 'origin/dev' into awolden/t3lora
2025-03-04 23:23:03 -08:00
Alex Wolden
d36da0ed8e
Refactor naming
2025-03-04 22:00:48 -08:00
Alex Wolden
ed320ac1f5
add libsodium
2025-03-04 20:04:19 -08:00
Scott Powell
c2ae34314e
* basic UITask added to repeater and room server (only HeltecV3 targets enable so far)
2025-03-05 12:52:29 +11:00
Alex Wolden
21ba6116a3
fix memory
2025-03-04 12:13:45 -08:00
Alex Wolden
1f25575b94
readded 1262 radio
2025-03-04 09:03:36 -08:00
Scott Powell
372c228210
* new ui/DisplayDriver classes (just SSD1306Display impl for now)
...
* companion radio: now with optional UITask (enabled by DISPLAY_CLASS config in target/env)
2025-03-04 23:09:43 +11:00
Alex Wolden
b777264eb7
Remove duplicate entries from platformio.ini
...
- Remove unnecessary T3S3 configurations
- Keep only the LilyGo T3 with SX1276 configurations
- Clean up the platformio.ini file to remove duplication
2025-03-04 00:16:35 -08:00
Alex Wolden
e1022791e8
Add support for LilyGo T3 with SX1276 module
...
- Add custom partition table for fitting larger firmware
- Create LilyGoT3S3Board.h for board-specific functionality
- Update all example files to support the T3 board with SX1276
- Configure build environment for optimizing firmware size
- Set up the right pin configuration for SX1276 on LilyGo T3
2025-03-04 00:07:36 -08:00
Scott Powell
5c4ec1bc22
* SerialWifiInterface: misc tidy-ups
2025-03-04 14:04:47 +11:00
Florent de Lamotte
03293be892
new Heltec_v3_companion_radio_wifi target
2025-03-03 13:26:37 +01:00
Scott Powell
c7cbd1a3b3
* HOTIFX: HeltecV3, SDA/SCL pin defines
2025-03-03 12:52:39 +11:00
liamcottle
66a85a70f3
add nrf52 s140 softdevice header files for compiling t1000e firmware
2025-02-27 02:35:12 +13:00
Florent de Lamotte
7290bf0c7d
t1000e companion radio example builds in tree !
2025-02-25 16:46:06 +01:00
Scott Powell
a6a6bef371
* new helper: AutoDiscoverRTCClock, which detects: DS3231 (on i2c addr 0x68), or RV3028 (on i2c addr 0x52)
...
* repeater and room server: ver bump (v5), now use AutoDiscoverRTCClock
* various Board::begin() now should do Wire.begin(), with custom pin mappings if needed
* examples removed: ping client/server, and test_admin
2025-02-25 19:00:07 +11:00
Scott Powell
4d8478de98
* added S3 WIO target for BLE companion radio
2025-02-22 10:44:45 +11:00
Scott Powell
f434123e99
* tidy ups of PRIVATE_KEY_IMPORT/_EXPORT stuff
2025-02-21 13:51:26 +11:00
Scott Powell
824f8c1349
* companion radio for RAK (USB) now fixed. (thanks to Bernd Giesecke)
...
* experimental NRF52 impl of SerialBLEInterface, and experimental RAK BLE companion radio target
2025-02-12 18:40:00 +11:00
Scott Powell
9013d99265
* new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb
2025-02-11 15:50:10 +11:00
Scott Powell
1bab9c861c
* new target/env: Heltec_v2_terminal_chat
2025-02-11 12:36:26 +11:00
Scott Powell
50421ad405
Merge branch 'main' into rx_delay
2025-02-06 22:57:07 +11:00
Scott Powell
5395214ef2
* companion radio: new RESP_CODE_NO_MORE_MESSAGES response
2025-02-06 22:39:33 +11:00
Scott Powell
ab11421c92
Merge branch 'main' into rx_delay
2025-02-05 12:09:27 +11:00
Scott Powell
8c9144f785
* added companion radio targets for T3S3 board
2025-02-04 22:09:46 +11:00
Scott Powell
7da0a5f7ec
* new RX delays based on SNR
2025-02-04 12:35:53 +11:00
Scott Powell
7b31fc8ef9
* refactor: new helpers/nrf52 dir
...
* RAK, startOTAUpdate()
2025-02-03 12:53:38 +11:00
Scott Powell
6e708dc0ec
* oops, default LORA_FREQ revert
2025-01-31 11:51:30 +11:00
Scott Powell
16b81d2a6c
* new target/envs: LilyGo_T3S3_sx1262, _repeater and _terminal_chat
2025-01-31 11:46:19 +11:00
Scott Powell
dc11fe85cb
* new env: RAK_4631_companion_radio_usb
2025-01-29 00:02:05 +11:00
Scott Powell
cd81878e92
* added helpers/ArduinoSerialInterface, for the 'companion radio'
...
* .ini, target envs: Heltec_v3_companion_radio_usb & Heltec_v3_companion_radio_ble
2025-01-28 23:26:55 +11:00
Scott Powell
d9dc76f197
* new helper for ESP32: SerialBLEInterface
...
* Some refactoring in BaseChatMesh and Terminal Chat
* new companion_radio example
2025-01-28 20:30:15 +11:00
Scott Powell
6fc21b815d
* HeltecV3 targets, now flash built-in LED on LoRa TX
2025-01-27 12:53:34 +11:00
Scott Powell
a3ce65c770
* new env: Xiao_S3_WIO_terminal_chat
2025-01-26 14:48:17 +11:00
Scott Powell
42af720b02
* fix for RAK terminal chat
2025-01-26 07:00:56 +11:00
Scott Powell
6d5e69ae04
* support for GroupChannels in BaseChatMesh, and terminal chat
2025-01-26 00:46:36 +11:00
Scott Powell
e58d866949
* merge-bin.py script
2025-01-25 23:09:09 +11:00
Scott Powell
00a9e93754
* simple_secure_chat now with a proper CLI
...
* new: BaseChatMesh class, for abstract chat client
2025-01-25 22:03:25 +11:00
Scott Powell
b8a5c3369f
* NEW: simple_room_server
2025-01-23 16:07:44 +11:00
Scott Powell
22e87836db
* Mesh.cpp: optimisation to not retransmit packets handled by this node
...
* simple_repeater: now supports a remote CLI
2025-01-22 12:11:43 +11:00
Scott Powell
47567b003f
* new targets: RAK_4631_chat_alice, and _bob
2025-01-21 21:36:44 +11:00
Scott Powell
e838f405a7
* sx126x TX power boost for RAK target
2025-01-20 23:32:02 +11:00
Scott Powell
515285e3c9
* new target: RAK_4631_Repeater
2025-01-20 20:22:40 +11:00
Scott Powell
e4ec9aec0b
* tidy ups
2025-01-20 10:20:42 +11:00