steadramon / ESPGeiger

☢️ ESP8266 / ESP32 Firmware for collecting and reporting statistics from Geiger counters
GNU General Public License v3.0
26 stars 3 forks source link

SSD1306 Display not working ESPGeiger v0.6.2 with Pulse over Chrome Firmware #15

Closed raindancer2204 closed 2 weeks ago

raindancer2204 commented 3 weeks ago

Hello, i wired my ESP as follows and then installed the current firmware "Pulse" ESPGeiger v0.6.2 via Chrome, with the check mark next to "I have a SD1306 OLED screen connected". I then entered the WiFi data and can connect properly. I want to connect an " Cajoe Geiger Counter."

Where can I activate the display please? The wiring should be fine.

image

Can someone please check this?

Thank you

steadramon commented 3 weeks ago

I think this is to do with the pins assigned in ESPGeiger.

Can you try with the SCL/SDA connections between the D1 mini and OLED display flipped? I think this is something I should fix for the standard builds.

raindancer2204 commented 3 weeks ago

I turned the 2 PINS and the display turned on. It would be great if you could implement this for the “standard web builds”. Then I could test it again with the “default cabling”.

Are you planning to support a larger display like the "SH1106" via WEB Firmware in the near future?

Can you add the readme under instructions? Category "2. Connect hardware"

Thanks for the quick reply.

steadramon commented 2 weeks ago

Are you planning to support a larger display like the "SH1106" via WEB Firmware in the near future?

Not in the near future - I do not have access to one of these displays at present. However I'd be happy to look at any PRs that came for this. Some thought around implementation and supporting the different builds would be needed.

I'll add some more information regarding SSD1306 setup on the readme and documentation.