| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- [LilyGo_T3S3_sx1262]
- extends = esp32_base
- board = t3_s3_v1_x
- build_flags =
- ${esp32_base.build_flags}
- -I variants/lilygo_t3s3
- -D LILYGO_T3S3
- -D P_LORA_DIO_1=33
- -D P_LORA_NSS=7
- -D P_LORA_RESET=8 ; RADIOLIB_NC
- -D P_LORA_BUSY=34
- -D P_LORA_SCLK=5
- -D P_LORA_MISO=3
- -D P_LORA_MOSI=6
- -D P_LORA_TX_LED=37
- -D PIN_VBAT_READ=1
- -D PIN_USER_BTN=0
- -D PIN_BOARD_SDA=18
- -D PIN_BOARD_SCL=17
- -D P_LORA_TX_LED=37
- -D PIN_OLED_RESET=21
- -D SX126X_DIO2_AS_RF_SWITCH=true
- -D SX126X_DIO3_TCXO_VOLTAGE=1.8
- -D SX126X_CURRENT_LIMIT=140
- -D RADIO_CLASS=CustomSX1262
- -D WRAPPER_CLASS=CustomSX1262Wrapper
- -D LORA_TX_POWER=22
- -D SX126X_RX_BOOSTED_GAIN=1
- build_src_filter = ${esp32_base.build_src_filter}
- +<../variants/lilygo_t3s3>
- lib_deps =
- ${esp32_base.lib_deps}
- adafruit/Adafruit SSD1306 @ ^2.5.13
- ; === LilyGo T3S3 with SX1262 environments ===
- [env:LilyGo_T3S3_sx1262_Repeater]
- extends = LilyGo_T3S3_sx1262
- build_flags =
- ${LilyGo_T3S3_sx1262.build_flags}
- -D DISPLAY_CLASS=SSD1306Display
- -D ADVERT_NAME='"T3S3-1262 Repeater"'
- -D ADVERT_LAT=0.0
- -D ADVERT_LON=0.0
- -D ADMIN_PASSWORD='"password"'
- -D MAX_NEIGHBOURS=8
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
- +<helpers/ui/SSD1306Display.cpp>
- +<../examples/simple_repeater>
- lib_deps =
- ${LilyGo_T3S3_sx1262.lib_deps}
- ${esp32_ota.lib_deps}
- ; [env:LilyGo_T3S3_sx1262_Repeater_bridge_rs232]
- ; extends = LilyGo_T3S3_sx1262
- ; build_flags =
- ; ${LilyGo_T3S3_sx1262.build_flags}
- ; -D DISPLAY_CLASS=SSD1306Display
- ; -D ADVERT_NAME='"RS232 Bridge"'
- ; -D ADVERT_LAT=0.0
- ; -D ADVERT_LON=0.0
- ; -D ADMIN_PASSWORD='"password"'
- ; -D MAX_NEIGHBOURS=8
- ; -D WITH_RS232_BRIDGE=Serial2
- ; -D WITH_RS232_BRIDGE_RX=5
- ; -D WITH_RS232_BRIDGE_TX=6
- ; ; -D MESH_PACKET_LOGGING=1
- ; ; -D MESH_DEBUG=1
- ; build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
- ; +<helpers/bridges/RS232Bridge.cpp>
- ; +<helpers/ui/SSD1306Display.cpp>
- ; +<../examples/simple_repeater>
- ; lib_deps =
- ; ${LilyGo_T3S3_sx1262.lib_deps}
- ; ${esp32_ota.lib_deps}
- [env:LilyGo_T3S3_sx1262_Repeater_bridge_espnow]
- extends = LilyGo_T3S3_sx1262
- build_flags =
- ${LilyGo_T3S3_sx1262.build_flags}
- -D DISPLAY_CLASS=SSD1306Display
- -D ADVERT_NAME='"ESPNow Bridge"'
- -D ADVERT_LAT=0.0
- -D ADVERT_LON=0.0
- -D ADMIN_PASSWORD='"password"'
- -D MAX_NEIGHBOURS=8
- -D WITH_ESPNOW_BRIDGE=1
- -D WITH_ESPNOW_BRIDGE_SECRET='"shared-secret"'
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
- +<helpers/bridges/ESPNowBridge.cpp>
- +<helpers/ui/SSD1306Display.cpp>
- +<../examples/simple_repeater>
- lib_deps =
- ${LilyGo_T3S3_sx1262.lib_deps}
- ${esp32_ota.lib_deps}
- [env:LilyGo_T3S3_sx1262_terminal_chat]
- extends = LilyGo_T3S3_sx1262
- build_flags =
- ${LilyGo_T3S3_sx1262.build_flags}
- -D MAX_CONTACTS=300
- -D MAX_GROUP_CHANNELS=1
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
- +<../examples/simple_secure_chat/main.cpp>
- lib_deps =
- ${LilyGo_T3S3_sx1262.lib_deps}
- densaugeo/base64 @ ~1.4.0
- [env:LilyGo_T3S3_sx1262_room_server]
- extends = LilyGo_T3S3_sx1262
- build_flags =
- ${LilyGo_T3S3_sx1262.build_flags}
- -D DISPLAY_CLASS=SSD1306Display
- -D ADVERT_NAME='"T3S3-1262 Room"'
- -D ADVERT_LAT=0.0
- -D ADVERT_LON=0.0
- -D ADMIN_PASSWORD='"password"'
- -D ROOM_PASSWORD='"hello"'
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
- +<helpers/ui/SSD1306Display.cpp>
- +<../examples/simple_room_server>
- lib_deps =
- ${LilyGo_T3S3_sx1262.lib_deps}
- ${esp32_ota.lib_deps}
- [env:LilyGo_T3S3_sx1262_companion_radio_usb]
- extends = LilyGo_T3S3_sx1262
- build_flags =
- ${LilyGo_T3S3_sx1262.build_flags}
- -I examples/companion_radio/ui-new
- -D DISPLAY_CLASS=SSD1306Display
- -D MAX_CONTACTS=300
- -D MAX_GROUP_CHANNELS=8
- ; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
- ; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
- build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
- +<helpers/ui/SSD1306Display.cpp>
- +<helpers/ui/MomentaryButton.cpp>
- +<../examples/companion_radio/*.cpp>
- +<../examples/companion_radio/ui-new/*.cpp>
- lib_deps =
- ${LilyGo_T3S3_sx1262.lib_deps}
- densaugeo/base64 @ ~1.4.0
- [env:LilyGo_T3S3_sx1262_companion_radio_ble]
- extends = LilyGo_T3S3_sx1262
- build_flags =
- ${LilyGo_T3S3_sx1262.build_flags}
- -I examples/companion_radio/ui-new
- -D DISPLAY_CLASS=SSD1306Display
- -D MAX_CONTACTS=300
- -D MAX_GROUP_CHANNELS=8
- -D BLE_PIN_CODE=123456
- -D BLE_DEBUG_LOGGING=1
- -D OFFLINE_QUEUE_SIZE=256
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
- +<helpers/esp32/*.cpp>
- +<helpers/ui/SSD1306Display.cpp>
- +<helpers/ui/MomentaryButton.cpp>
- +<../examples/companion_radio/*.cpp>
- +<../examples/companion_radio/ui-new/*.cpp>
- lib_deps =
- ${LilyGo_T3S3_sx1262.lib_deps}
- densaugeo/base64 @ ~1.4.0
|