Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ESP32-S3 #357

Open
j0uni opened this issue Apr 11, 2023 · 8 comments
Open

Support for ESP32-S3 #357

j0uni opened this issue Apr 11, 2023 · 8 comments

Comments

@j0uni
Copy link

j0uni commented Apr 11, 2023

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

@dl9rdz
Copy link
Owner

dl9rdz commented Apr 11, 2023

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

  • a lot of software adjustments required. The API of the chip is quite different.
  • unsure if it works at all. 400 MHz is outside the regular specs of the chip (same for SX1278), but it needs to be tested to see if (or how well) it works on that frequency.
    See also Support for SX1268 #338

@j0uni
Copy link
Author

j0uni commented Apr 11, 2023

@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
Copy link

5B4APV commented Apr 21, 2023

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
Copy link
Owner

dl9rdz commented Apr 21, 2023

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
Copy link
Author

j0uni commented Apr 21, 2023

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
Copy link

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

@LW6DSM
Copy link

LW6DSM commented Aug 28, 2023

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

@buttim
Copy link

buttim commented Sep 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants