Search found 54 matches

by unity-control
Tue Apr 19, 2022 10:10 am
Forum: Bug Reports
Topic: I2C on ESP32-WROOM-32 BUG
Replies: 10
Views: 3513

Re: I2C on ESP32-WROOM-32 BUG

Hi Martin,

Thanks for your efforts. Have you tried the same GPIOs I've used? If I use software mode all works fine with the slave address 0x88 I am using.

R
by unity-control
Mon Apr 18, 2022 4:29 pm
Forum: Bug Reports
Topic: I2C on ESP32-WROOM-32 BUG
Replies: 10
Views: 3513

Re: I2C on ESP32-WROOM-32 BUG

Hi Martin,

Thanks for your lines. The speed is set back to 100KHz, I was trying different speeds to see if there would be any difference, but same issue.

I've also added a loop at the end and just tested the lst program on hardware, confirmed the same issue I'm afraid :-(

Cheers
R
by unity-control
Sat Apr 16, 2022 9:44 pm
Forum: Bug Reports
Topic: I2C on ESP32-WROOM-32 BUG
Replies: 10
Views: 3513

Re: I2C on ESP32-WROOM-32 BUG

The 2 sample programs attached
by unity-control
Sat Apr 16, 2022 9:42 pm
Forum: Bug Reports
Topic: I2C on ESP32-WROOM-32 BUG
Replies: 10
Views: 3513

I2C on ESP32-WROOM-32 BUG

Hi all. Found a bug with the I2C Master Component on ESP32, I wonder if you can help me please. Simple program attached. Works fine in Software mode target slave address is 0x88 (note the time base on the scope is 5ms per divison = THIS IS WEIRD, it's way too slow) Now same component also at 100KHz,...
by unity-control
Sun Apr 03, 2022 10:09 pm
Forum: General
Topic: ESP32-S2 / ESP32-S2-H4 Supported?
Replies: 0
Views: 1644

ESP32-S2 / ESP32-S2-H4 Supported?

Hi there,

Are ESP32-S2 and ESP32-S2-H4 supported with Flowcode?

Thanks for the insight,
R
by unity-control
Sat Apr 02, 2022 8:08 pm
Forum: Bug Reports
Topic: I/O Problem ESP32-Dev Kitc V4
Replies: 3
Views: 1699

Re: I/O Problem ESP32-Dev Kitc V4

Just beware some ports have got pullup/pulldown resistors and as Leigh mentioned are special ones, so avoid using those. An excellent reference I found whilst having similar issues here, have a check and take note of each and every I/O pin: https://randomnerdtutorials.com/esp32-pinout-reference-gpio...
by unity-control
Sat Apr 02, 2022 8:03 pm
Forum: Bug Reports
Topic: SSD1306 128x32 ESP32 ERROR COMPILING
Replies: 2
Views: 1190

Re: SSD1306 128x32 ESP32 ERROR COMPILING

Hi Martin,

Thanksw for the swift reply and fix. It works perfectly well now :D

Many thanks again, enjoy the rest of the weekend.

Regards,
R
by unity-control
Fri Apr 01, 2022 9:47 pm
Forum: Bug Reports
Topic: SSD1306 128x32 ESP32 ERROR COMPILING
Replies: 2
Views: 1190

SSD1306 128x32 ESP32 ERROR COMPILING

Hi all, Would it be possible to get a copy of the SSD1306 I2C Component code to adapt it to 128x32 pixels? We are using a 0.91" OLED 128x32 pixels with SSD1306 controller in I2C mode. When I configure the component to be 128x32 pixels the program does not compile and throws an error. Changed back to...
by unity-control
Sat Nov 06, 2021 1:17 pm
Forum: General
Topic: ESP32 INTERRUPT PROBLEM
Replies: 3
Views: 1705

Re: ESP32 INTERRUPT PROBLEM

Thanks for this, OK that explains it! The period cannot be set to 1000, it's strange as that's the setting there on the menu when on milliseconds... :evil: And the integer has to be smaller than 256 ;-) So all fine now, that makes sense. It's not as flexible as the PICs, but very simple to use! :-) ...
by unity-control
Fri Nov 05, 2021 9:15 pm
Forum: General
Topic: ESP32 INTERRUPT PROBLEM
Replies: 3
Views: 1705

ESP32 INTERRUPT PROBLEM

Hi guys, I've been using Flowcode for a very long time, always with PIC16/18/32. It has always been very straightforward to make an LED blink every second from within an interrupt for testing... However I'm trying ESP32 and need some help with interrupts as can't get this to work at all :?: I've ena...