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

oled wont work with heltec lora 32 v2 #32

Closed
qubolino opened this issue Feb 24, 2022 · 5 comments
Closed

oled wont work with heltec lora 32 v2 #32

qubolino opened this issue Feb 24, 2022 · 5 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@qubolino
Copy link

just got a board from heltec but oled isn't showing anything. any idea what to change in the source?

@roema
Copy link
Owner

roema commented Feb 24, 2022

Hi!

Heltec boards are not tested yet. I have no board from heltec, so i cannot give you informations about, sorry.
If anyone has a board for me, i can check an create a new version.

@roema roema added help wanted Extra attention is needed question Further information is requested labels Feb 24, 2022
@qubolino
Copy link
Author

qubolino commented Feb 25, 2022

what i can say is that i have the disply working with https://github.com/pjalocha/esp32-ogn-tracker and flags

#define PIN_I2C_SCL GPIO_NUM_15   // SCL pin
#define PIN_I2C_SDA GPIO_NUM_4    // SDA pin
#define OLED_I2C_ADDR 0x3C        // I2C address of the OLED display
#define PIN_OLED_RST GPIO_NUM_16  // OLED RESET: low-active

maybe there's a simple way of building ognbase according to these pins/address

@roema
Copy link
Owner

roema commented Feb 26, 2022

You can test it, maybe it will be work. You should also check the pins from lora chip and gps if available.

@dziedzic99
Copy link

Doing same stuff here (basestation w/ Heltec). Let's keep each other posted @qubolino

@qubolino
Copy link
Author

qubolino commented Mar 1, 2022

basestation essentially works out of the box besides display on my side

i tried the simplest example fron the used display library without success. opened an issue ThingPulse/esp8266-oled-ssd1306#366 but it hasn’t been picked up

fyi @dziedzic99

@roema roema closed this as completed Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants