Heltec Wifi Lora (V2)

Hello, Heltec Wifi Lora 32 does not compile in Arduino IDE. I already tried to use the espressif and Heltec board selection and i get different errors:

-Selecting espressif driver, message error:

sketch_feb23a:93:22: error: 'LoRaWAN_DEBUG_LEVEL' was not declared in this scope
uint8_t debugLevel = LoRaWAN_DEBUG_LEVEL;
^
sketch_feb23a:96:33: error: 'ACTIVE_REGION' was not declared in this scope
LoRaMacRegion_t loraWanRegion = ACTIVE_REGION;

-When I use Heltec Driver, message error is:

Traceback (most recent call last):
File "esptool.py", line 57, in
File "/Library/Python/2.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "serial/tools/list_ports.py", line 29, in
File "/Library/Python/2.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "serial/tools/list_ports_posix.py", line 31, in
File "/Library/Python/2.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "serial/tools/list_ports_osx.py", line 32, in
ValueError: dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found
Failed to execute script esptool

I have no idea what is going, I am trying to follow this steps: arduino | Helium Documentation

I will take a SWAG and say it is not currently supported by the IDE. I would suggest you contact your source and get the particulars on how to connect and program it. Posting there answer will help others. If I am wrong others will let us know very quickly.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.