-
Notifications
You must be signed in to change notification settings - Fork 41
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
base: master
Are you sure you want to change the base?
Conversation
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
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 ? |
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. |
Flash on the Heltec Wireless Stick (Lite) V3 through platformio was successful. Fanet works. Used platform 6.1.0. |
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. |
|
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.