1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.55k stars 782 forks source link

Add support for LILYGO-T3-S3 #1990

Open StarPicard opened 1 month ago

StarPicard commented 1 month ago

LILYGO is shipping a new version of their LoRaWAN board. It comes with newer chips and an esp32-s3.

https://www.lilygo.cc/products/t3s3-v1-0

This board is not supported yet. But it would be great. It should be noted that this board ships with three different Lora transeivers (SX1280, SX1276, SX1262).

Thanks for the great work

NorthernMan54 commented 1 month ago

Are you asking about Lora Mode or rtl_433 mode ?

For rtl_433 mode, only the SX1276 is likely to work. The SX1280 is for 2.4 Ghz devices, and the SX1262 doesn't have the direct receive mode needed to decode the signal.

StarPicard commented 1 month ago

I actually meant the FSK mode. (I own the sx1262)

NorthernMan54 commented 1 month ago

Same applies to FSK signals

StarPicard commented 1 month ago

OK, so I bought the wrong hardware... But the T3-S3 also comes with a SX1276 chip. Would flashing work out of the box? I ask because it has the other esp chip on board.