Search found 52 matches

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

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: 3501

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: 1612

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: 1692

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: 1179

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: 1179

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: 1685

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: 1685

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...
by unity-control
Fri Oct 22, 2021 2:54 pm
Forum: General
Topic: Can't Compile ESP32 (First time)
Replies: 4
Views: 1975

Re: Can't Compile ESP32 (First time)

Hi Ben,

Many thanks for clarifying, I was doing something wrong, I now got the 2 separate folders under c:\dev and compilation works perfectly well!

Thanks again!
R
by unity-control
Fri Oct 22, 2021 10:26 am
Forum: General
Topic: Can't Compile ESP32 (First time)
Replies: 4
Views: 1975

Re: Can't Compile ESP32 (First time)

Hi Leigh,

Thanks for this, I have checked and there is a folder there and some files inside...
esp_idf_folder.jpg
esp_idf_folder.jpg (15.29 KiB) Viewed 1941 times