TTGO ESP32-S3 / LILYGO® T-Beam SUPREME ESP32-S3 (433Mhz) #415
Replies: 5 comments 1 reply
-
The S3 is not bin compatible, but that would be a simple issue to resolve. I could easily create pre-compiled files, or you can compile yourself a suitable bin after selecting the right architecture (S3) in ArduinoIDE or platformio (there are very minor changes to do that I have tested myself already). The bigger issue with the T-Beam SUPREME is that it uses a different Lora chip (SX1262 instead of the older SX1278). This is a completely different chip. I was able to make it transmit on 400 MHz, but tuning it to 400 MHz was giving rather unstable results (this frequency is outside the chip spec). Unless I find much more time for that, I am likely to give up on this. It is not very likely (in my opinion) that using the SX1262 for radiosonde reception on 400 MHz is feasible. I currently have some different ideas for a low-cost ESP-based radiosonde receiver, in case that SX1278 based boards will not be available any more in the future... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I don't have a Beam Supreme (only a T-Display S3 board and another different one). The flash should support QIO mode, and the flash size is 8MB (but I don't think using just DIO (which is slower) and 4MB in the config would break anything). PSRAM most likely is QSPI, not OPI, this might explain the error regarding PSRAM. Apart from that, I wonder how you flash the file system (the software might not run properly without). ArduinoIDE v2 does not support file system upload. (In any case, there will still be the SX1262 problem...) |
Beta Was this translation helpful? Give feedback.
-
Hello Hansi, It would be greatly appreciated if you would update the 'Supported Boards' Wiki to specifically state which boards are supported, given the newer hardware releases. At the moment, for example it mentions T-Beam 0.7 and 1.0 families, which are no longer available, with no mention of the 1.1, 1.2 families of Lilygo T-Beam boards, as well as the support for PMU IC changes. Thanks and kind regards. |
Beta Was this translation helpful? Give feedback.
-
Hello Hansi, Thanks and kind regards. |
Beta Was this translation helpful? Give feedback.
-
Hello , TTGO Team,
I recently purchased the LILYGO® T-Beam SUPREME ESP32-S3 (433Mhz) board and have been trying to use it with the latest bin file. However, it appears that there might be compatibility issues.
Before jumping to conclusions, I wanted to reach out to inquire if there are any plans to officially support the T-Beam SUPREME ESP32-S3 in the future. If not, is there a recommended workaround or any community-driven efforts underway to address this compatibility concern?
I appreciate your time and assistance in clarifying this matter. Thank you for your ongoing efforts to support the community and enhance the functionality of TTGO products.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions