-
-
Notifications
You must be signed in to change notification settings - Fork 408
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 heltec S 3 v3.1 version 3.6.2 #1008
Comments
Is there an solution für sx1262 Lora chip? |
Paxcounter software should work on ESP32 S3, but there is no halfile for heltec esp32-s3 board yet. If you figure out the right pinput, it should run. You're welcome to raise a PR for this. But there is no support for SX1262 in LMIC library, which paxcounter is based on. You may find patches on github on your own. Without paxcounter is not running on SX1262. |
FWIW, I've been using this branch with a newer TBeam S3 (SX1262) and can confirm that it works well. It includes a board definition for the Heltec |
Reopened this. Anyone willing to create a PR for Paxcounter SX1262? |
@cyberman54 it looks like it would be possible to update for compatibility with SX126x by:
However, pointing to my fork rather than the MCCI master arduino-lmic library might not be ideal. What are your thoughts? |
Yes, that's the way to go. |
@TristanWebber it works with your lmic branch! Thank you very much for this enhancement! /cc @oseiler2 @mhuelsmann |
Great news! I'm glad it is working for you and that it is useful to others. Let me know if there are any dramas. At this point I know for sure it has been used for a couple of AU915 and a couple of EU868 examples so it's still relatively early days with knowing for sure how it performs for all bandplans. Similarly it has been tested with a small number of boards but over time I'm sure I'll hear feedback if / when there are bugs. |
Hello,
i am unable to compile version 3.6.2 for heltec esp32-s3 v3.1 hardware. I try all 3 possible options in platfomio.ini
halfile = ttgotdongles3.h
;halfile = ttgotdongledisplays3.h
;halfile = ttgotdisplays3.h
does this version only work for ttgo?
regards michael
The text was updated successfully, but these errors were encountered: