Skip to content
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 kit V2 no longer available, how to make it compatible with V3 #4

Open
Ponpont opened this issue Aug 12, 2023 · 2 comments

Comments

@Ponpont
Copy link

Ponpont commented Aug 12, 2023

Hello,

Many thanks for this project, I had some loadcell available and tried to source a Heltec Wifi Kit V2 but couldn't find any. So I bought a V3 thinking it will be a simple GPIO swap, well long story short, I can't make it work...

Do you think you will be able to port it so it can work on a Heltec Wifi Kit V3 ?

Many thanks,
Pierre

@guillaumef
Copy link
Owner

Hi,
It should work with minimal modifications I guess.
Do you successfully compile?

You have to use the provided OLED driver by Heltec it seems and there is a demo here:
https://github.com/HelTecAutomation/Heltec_ESP32/blob/master/examples/OLED/SSD1306UiDemo/SSD1306UiDemo.ino

As far as I can see, there is not much difference in the API, except the includes:

#include "heltec.h"
#include "oled/OLEDDisplayUi.h"

@kabelbrand
Copy link

Hi,

same here! Found this brilliant scale but the ESP32 is not available. So i got a TTGO T-Display, tried to implement all libraries, but it doesn't compile. Because i am not a code guy, help will be appreciated....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants