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

Heltec wifi lora v3 s3 1262 compatibility #123

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Martenz
Copy link
Contributor

@Martenz Martenz commented Mar 3, 2023

Hi I did some test here to have the new Heltec WiFiLora 32 S3 V3 board working with master code.
The new board use a sx1262.
Lot of GPIO changed.
It works only with latest espressif platform that include S3 boards and based on this repo
RadioLib
it is suggested to use a compatible board instead of the existing Heltec because Arduino pins are wrong.

Here the schematic of the new board (see also the previous repo about correct GPIO to use).
pdf

I guess also for new Heltec Wireless Stick (Lite) V3 there will be a similar solution.

Martenz and others added 5 commits January 17, 2023 10:27
merge latest official master
added sendmessage menuepoint in in expert settings
…and flag, might be useful to integrate in settings and web interface the selection
@nepat
Copy link
Contributor

nepat commented Mar 25, 2023

Thank you. Out of curiosity I just tried to load the bin file onto a Heltec Wireless Stick (Lite) V3 using the ESP32S3 Flash Download Tool (like I would successfully do with any other board). The board was recognised by the download tool. However after flashing I counldn't see any sign of life (=SSID announcing on Wifi). Would you have any pointers ?

@Martenz
Copy link
Contributor Author

Martenz commented Mar 25, 2023

Sorry not tested yet on lite version. On my S3 wireless stick I only flashed firmware through platformio so I can see logs from serial while connected with usb.. I suggest to attach the usb and check serial output eg with Arduino ide terminal output or platformio if you can and see what's going on.

@nepat
Copy link
Contributor

nepat commented Mar 26, 2023

Flash on the Heltec Wireless Stick (Lite) V3 through platformio was successful. Fanet works. Used platform 6.1.0.
Someone has also already published a pull request for the board platformio/platform-espressif32#1044

@hermannbach
Copy link

Tested your version on Heltec V3 S3 with Baro/Gyro MS5611/MPU6050 it didn't work properly. GPS part worked, but the vario stuff didn't work. Seemed to crash while initializing MPU6050. Updated the libraries I2Cdev and MPU6050 to newer version, now the vario part seems to work. So far i have tested it on Heltec V2.1 and Heltec V3 S3.

@bzed
Copy link
Contributor

bzed commented Jun 29, 2023

board_build.partitions = ${esp32_base.board_build.partitions} is missing in your new board definition to be able to upload the FS image.

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

Successfully merging this pull request may close these issues.

4 participants