Search found 6 matches

by Blitz54
Fri Jul 25, 2025 9:48 pm
Forum: ESP32 Arduino
Topic: Lolin D32 v1.0.0 can't get I2C working
Replies: 5
Views: 764

Re: Lolin D32 v1.0.0 can't get I2C working

Did you try other pins? There's nothing locking I2C to 21/22, but maybe there's a problem with those connections on the board.
I did months ago, and confirmed the code worked as the changed pins worked on a diff board. Just didn't work on these two.
by Blitz54
Thu Jul 24, 2025 8:29 pm
Forum: ESP32 Arduino
Topic: Lolin D32 v1.0.0 can't get I2C working
Replies: 5
Views: 764

Re: Lolin D32 v1.0.0 can't get I2C working

Just to "update". Still no luck, didn't touch it for months (sitting on my desk the whole time lol) and tried today with a fresh mindset, no change. My only thought left is maybe the charging circuit on the board is screwing with the I2C. But I have no interest in looking into that. Need to find a ...
by Blitz54
Sun Mar 30, 2025 8:03 pm
Forum: ESP32 Arduino
Topic: Lolin D32 v1.0.0 can't get I2C working
Replies: 5
Views: 764

Re: Lolin D32 v1.0.0 can't get I2C working

Hey there, thanks for the reply. I've ran a few versions of a scanner now, including yours. Still can't read the I2C on the Lolin, but my other ESP32 works fine.

If I set the pins 21/22 to low/high every other second in their own code, they do correctly change, so it's not a misconfiguration of ...
by Blitz54
Sun Mar 30, 2025 3:27 am
Forum: ESP32 Arduino
Topic: Lolin D32 v1.0.0 can't get I2C working
Replies: 5
Views: 764

Lolin D32 v1.0.0 can't get I2C working

Hello! Been a while. I'm currently working on an alarm clock, and I'm at my wits' end now.

Originally I was using a board that registered as Node32s in Arduino IDE. Like this one
https://www.aliexpress.com/item/1005005393681904.html?spm=a2g0o.order_list.order_list_main.17.347d1802p25W0k

Everything ...
by Blitz54
Fri Oct 22, 2021 5:45 am
Forum: ESP32 Arduino
Topic: Huge newbie with disgusting spaghetti code, ESP32 freezes
Replies: 3
Views: 3298

Re: Huge newbie with disgusting spaghetti code, ESP32 freezes


Thanks for the spaghetti-code warning. I've seen people post worse while not seeing any problem with it...

My guess would be that the TFT code is not re-entrant, that is, you cannot have two tasks call something that writes to the TFT at the same time as the two calls will interfere.


I think ...
by Blitz54
Thu Oct 21, 2021 6:35 am
Forum: ESP32 Arduino
Topic: Huge newbie with disgusting spaghetti code, ESP32 freezes
Replies: 3
Views: 3298

Huge newbie with disgusting spaghetti code, ESP32 freezes

Alright. I'll start off by saying I'm sorry for the pain I will cause some of you. I know my code is gonna be painful for some of you, and there's a few incomplete parts, but what matters is it works... but now it doesn't, which is why I'm here.

I started off with an Arduino Mega and an TFT 9486 ...

Go to advanced search