-
Notifications
You must be signed in to change notification settings - Fork 211
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
Board selection #270
Comments
I've not had much luck with the Heltec boards as the lack of good documentation and the need for a specific Heltec library makes for a complex product. Sone of the best are the Wemos D32 or DFRobot Firebeetle especially the latter, as both can achieve minuscule power consumption in sleep mode, this is where most other development boards fail with often excessive power consumption due to poor design. |
|
Copy that thanks for the recomendation, I did order a Firebeetle. But I did get the LOLIN32 working with Hello World from GXEPD2. But when I tried to compile your Waveshare 4.2 code , I get the following error, see attached log. Generating function prototypes... Using library ArduinoJson at version 7.2.0 in folder: C:\Users\veitchb\Documents\Arduino\libraries\ArduinoJson Compilation error: 'class WiFiClass' has no member named 'setAutoConnect'; did you mean 'setAutoReconnect'? |
You need to change WiFi.setAutoConnect(true); To: The compiler has been changed. |
Looking for some help with board selection.
I found a LOLIN32 vs LOLIN32D, would the pinout be the same, as I tried with no luck. And also having issues finding the exact board in VS_code with PlatformIO.
And I also have a Heltec Wireless stick v3 and Heltec Wifi kit 32 v3, that I would like to use as well but I couldnt figure out the pinout, I was able to find both of these in Platform IO though...
Thanks for any help.
The text was updated successfully, but these errors were encountered: