Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Heltec Wireless Stick Lite confusion (Read 342 times)
SonicPLD
Junior Member
**
Offline


Posts: 21
Joined: Aug 5th, 2018
Heltec Wireless Stick Lite confusion
Oct 9th, 2024 at 9:50pm
Print Post  
Hello. I am trying to compile for Heltec Wireless Stick Lite, but seems like I need a custom ( theirs ESP32 ) library which they forked and modified from the ESP32 repo, and I am really confused how to use with VisualMicro.
Please help.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12166
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Heltec Wireless Stick Lite confusion
Reply #1 - Oct 10th, 2024 at 12:24am
Print Post  
There are various ways to add arduino compatible libraries to Visual Micro. 

Following installation guides for the Arduino IDE is often the easiest way.

If you have a custom library and would like an install example, then please provide url to the repro.

Info

An arduino library usually has a root folder that contains a library.properties text file and the library code is in the \src sub folder and below \src. 

Manually copying the library root and its sub folders, for example "\Library1" folder to "mydocuments\arduino\libraries" is a way to install/use a library. If visual micro is open then click "vMicro>general>reload toolchains" after adding the library.

It is also possible to have visual micro install a library directly from git.

If the library author has registered the library with arduino.cc. then the Library Manager in either visual micro or the arduino ide can be used to install.

In any event, all library installations for the arduino ide and visual micro will end up in the same "mydocuments/arduino/libraries" folder unless the location has been overriden in settings.

Let us know the url if these notes don't help. If you have installed the library but have a compile failure then also follow the guide in yellow near the top of the page.



  
Back to top
IP Logged
 
SonicPLD
Junior Member
**
Offline


Posts: 21
Joined: Aug 5th, 2018
Re: Heltec Wireless Stick Lite confusion
Reply #2 - Oct 10th, 2024 at 4:25am
Print Post  
Sorry for not providing this early.

the framework :
https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series
the library :
https://github.com/HelTecAutomation/Heltec_ESP32

PS : Finding solution to this nightmare would be quite an advertisement of VisualMicro, since on their forum seems like I am the only VisualMicro user, and the rest is quite overwhelmed already on Arduino IDE or PlatformIO.
« Last Edit: Oct 10th, 2024 at 5:48am by SonicPLD »  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2498
Joined: Feb 13th, 2019
Re: Heltec Wireless Stick Lite confusion
Reply #3 - Nov 18th, 2024 at 11:22am
Print Post  
We have downloaded the Heltec_ESP32 Library (Heltec ESP32 Dev-Boards v2.1.1 in Library Manager) and the Latest ESP32 Board Package (v3.0.7).

Using the Board "Heltec Wireless Stick Lite (V3)", and the Example Sketch "Wireless_Stick_Lite_V3_FactoryTest" it all builds successfully with Visual Micro.

If you have problems installing or building for your specific board please let us know, and if it is a build issue, supply the logging information shown at the top of the page.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint