Search found 692 matches

by stefan.erni
Fri Feb 09, 2024 8:39 am
Forum: General
Topic: ESP32 air mouse project
Replies: 1
Views: 256

Re: ESP32 air mouse project

Hi wavetekken I know a little about ESP32 and MPU-6050. You can also use other IMU like MPU6886 or LSM9DS1 both components that flowcode supports well. For the first test, you must use the Bluetooth Serial Port Profile (SPP). Bluetooth Low Energy (BLE) is not yet supported, but I hope maybe one day....
by stefan.erni
Fri Feb 09, 2024 8:19 am
Forum: General
Topic: Bluetooth after installing ESP IDF 5.x
Replies: 2
Views: 252

Re: Bluetooth after installing ESP IDF 5.x

Hi MJU20

I had the same problem, but no solution yet. Just back to Phyton 3.7..
But the BT still does not work. When I search with the PC or Iphone, Bt it finds nothing.
https://flowcode.co.uk/forums/viewtopic ... 9&start=10
by stefan.erni
Mon Feb 05, 2024 11:21 am
Forum: General
Topic: Compiler PIC+ICD4
Replies: 10
Views: 4806

Re: Compiler PIC+ICD4

Hi Steve Just now and I did it for the ESP32! I also took this opportunity to increase the speed from 115200 to 921600. Now I only need 8 seconds for the 2nd compile_again instead of 38 seconds. Only the command looks a bit small but that's ok. So I can add some more user tools... Thanks for the use...
by stefan.erni
Wed Jan 31, 2024 1:49 pm
Forum: Bug Reports
Topic: ESP32 SD-Card can no longer be initialised
Replies: 19
Views: 15156

Re: ESP32 SD-Card can no longer be initialised

Hi Ben On the SPI Bus is a display and a File sd/sdhc. The File sd/sdhc is just working if i set set all the SPI Speed to 5Mhz from the display and File sd/sdhc InitialPrescalar and File sd/sdhc Highg Speed Prescaler. This makes the speed of the device too slow. In FC9 there, was not a problem to ru...
by stefan.erni
Tue Jan 30, 2024 3:34 pm
Forum: Feature Requests
Topic: Realspeak in HTML code App?
Replies: 2
Views: 679

Re: Realspeak in HTML code App?

Hi Steve

Perfect ! Yes it's working on my computer !

Not working on Iphone but it's a Java and Iphone problem...

Thanks a lot

Stefan
by stefan.erni
Tue Jan 30, 2024 1:33 pm
Forum: Feature Requests
Topic: Realspeak in HTML code App?
Replies: 2
Views: 679

Realspeak in HTML code App?

Hi Steve

Is there a way to use Realspeak in HTML code App?

regards

Stefan
by stefan.erni
Fri Jan 26, 2024 10:29 am
Forum: Bug Reports
Topic: ESP32 and WS2811: init in macro not working
Replies: 10
Views: 1398

Re: ESP32 and WS2811: init in macro not working

it's not the first time I had problems with the led but it was working again, without knowing why

https://flowcode.co.uk/forums/viewtopic.php?f=5&t=2315
by stefan.erni
Fri Jan 26, 2024 10:03 am
Forum: Bug Reports
Topic: ESP32 and WS2811: init in macro not working
Replies: 10
Views: 1398

Re: ESP32 and WS2811: init in macro not working

Hi Lain It's compile always, just the led is not working. What also happened a few times was that the LED lit up at full power in white. At the moment it seems to be working and I realise when it's not. I'm not sure if it has to do with the ESP-IDF 5.12 In my project, the LED has many functions. 1. ...
by stefan.erni
Fri Jan 26, 2024 9:25 am
Forum: Bug Reports
Topic: ESP32 and WS2811: init in macro not working
Replies: 10
Views: 1398

Re: ESP32 and WS2811: init in macro not working

I have tested with delay before and after many times.
But it only helped to put the component init into the main.
Even if I switch from main to macro without or with a delay, it only works if the component init, is in the main part.
It is not a big problem, the LED works perfectly after that.