lora-aprs / LoRa_APRS_iGate

This is a LoRa APRS iGate/Digi based on an ESP32
https://www.lora-aprs.info
MIT License
348 stars 112 forks source link

add heltec_wifi_lora_32_V3 support #230

Closed octavia75 closed 1 year ago

octavia75 commented 1 year ago

hello can you add support for heltec_wifi_lora_32_V3

peterus commented 1 year ago

can you try to upload the firmware and capture the output from the first startup when the firmware is trying to find out which board you are using. I have the feeling the board is already supported but not in the list.

frankwatervoort commented 1 year ago

If you could let me know exactly what you want me to do, I can give it a try. Do you want me to build/compile for a Heltec Wifi Lora 32 V2 board and try and upload it to the V3 board? We tried that before. You get an Invalid head of packet (0x47) during upload. Thanks for your help in advance! I tried using this article as well, but it results in all kinds of errors during the build process.

frankwatervoort commented 1 year ago

So, I added this section below to the platformio.ini for the Lora_APRS_iGate, as seen in the article in my previous post, but the result is that the build process failed when selecting the heltec_wifi_lora_32_v3 board in Platformio.

[env:heltec_wifi_lora_32_V3] platform = https://github.com/Baptou88/platform-espressif32.git framework = arduino board = heltec_wifi_lora_32_V3 platform_packages = framework-arduinoespressif32@https://github.com/Baptou88/arduino-esp32.git

Thanks for your help!

peterus commented 1 year ago

implemented here: https://github.com/lora-aprs/LoRa_APRS_iGate/pull/315 its already in the newest release version!