dl9rdz / rdz_ttgo_sonde

270 stars 94 forks source link

Support for ESP32-S3 #357

Open j0uni opened 1 year ago

j0uni commented 1 year ago

Could we have support for ESP32-S3. Heltec Lora V3 is using -S3 version of ESP32.

dl9rdz commented 1 year ago

The -S3 itself should not be a big issue. Not sure if it is binary compatible, but just recompiling the source for that target should be good enough.

However, the main issue with the Heltec Lora V3 is that it has a newer radio chip (SX1262/SX1268), which is quite different from the SX1278 in the other boards. What this means is that

j0uni commented 1 year ago

@dl9rdz thanks for such fast and deep insight. You are absolutely correct, I should have checked what I was buying. V3 seem to be very innocent "small" upgrade on quick glanze.

5B4APV commented 1 year ago

I came here to post the exact same request. I just received a few Heltec Wireless Sticks V3 and I couldn't get them working. It would be nice to have support as they seem nicely build and cheap boards.

dl9rdz commented 1 year ago

I have now received a board with a SX1268, so there is a first step achieved :-). And I got some info from Semtech support on how to use it with an unlimited length packet format (more tricky and not in the data sheet, but seems feasible).

So the next step is to check if it works on 400 MHz (spec is 410-810 MHz). It may or may not work...

j0uni commented 1 year ago

I have now received a board with a SX1268, so there is a first step achieved :-). And I got some info from Semtech support on how to use it with an unlimited length packet format (more tricky and not in the data sheet, but seems feasible).

So the next step is to check if it works on 400 MHz (spec is 410-810 MHz). It may or may not work...

So cool! If you need any help testing on Heltec V3, just let me know!

Illenganavi commented 1 year ago

G'Day everybody, is there any progress to support the SX1268? Thanks heaps!! :

LW6DSM commented 1 year ago

Hello i have a Heltec ESP32 V3 any progress today Thanks!

buttim commented 2 weeks ago

Beware: boards with an SX1268 should NOT work since the low end of the frequency range is 410MHz. Not tested though. The SX1262 should be fine. More details in this (abandoned) discussion