Search found 1480 matches
- Sat Aug 30, 2025 9:43 pm
- Forum: Projects - Embedded
- Topic: TIM the talking clock...
- Replies: 9
- Views: 11833
Re: TIM the talking clock...
Sure - which bit - 'tim.fcfx' is in one of the messages above. The dfplayer component is at https://www.flowcode.co.uk/forums/viewtopic.php?f=5&t=1605&p=9380&hilit=Dfplayer#p9380 - and I can post the source to this too if anyone is interested (note that FC has it's own DFPlayer component...
- Thu Aug 28, 2025 9:10 pm
- Forum: Bug Reports
- Topic: Raspberry Pi HDMI PrintNumber component
- Replies: 4
- Views: 295
Re: Raspberry Pi HDMI PrintNumber component
I think the issue is that you have 'Transparent' set to 1 in the print statements - where the value is fixed this doesn't cause an issue - but where it changes you'll get a gradual build up to a 'splodge'.
Martin
Martin
- Thu Aug 28, 2025 8:59 pm
- Forum: Bug Reports
- Topic: avrdude.exe: stk500_recv(): programmer is not responding
- Replies: 13
- Views: 342
Re: avrdude.exe: stk500_recv(): programmer is not responding
If it's programming AOK from the Arduino IDE - it's worth setting that to show 'verbose' output during upload (File->Preferences) then have a look at the command line used for avrdude by the IDE - compare this with the output from Flowcode during compilation / upload. The old bootloader for the Nano...
- Thu Aug 28, 2025 11:42 am
- Forum: General
- Topic: ESP32 UART-USB Brige How to use
- Replies: 7
- Views: 403
Re: ESP32 UART-USB Brige How to use
I tried the TinyUSB component too - but couldn't get it to compile
(5.5 or 5.4)
Seemed to be an issue with downloading it - will have a look at the examples too.

Seemed to be an issue with downloading it - will have a look at the examples too.
- Wed Aug 27, 2025 10:22 pm
- Forum: General
- Topic: ESP32 UART-USB Brige How to use
- Replies: 7
- Views: 403
Re: ESP32 UART-USB Brige How to use
Hi Stefan, Can you try this - run idf.py menuconfig component config - esp system settings - channel for console output -> Set this to USBSerial/JTAG Controller NB - target must be set as an esp32s3 (idf.py set-target esp32s3) Check if usual debug is then sent to USB (using PuTTY for exanple) Then t...
- Wed Aug 27, 2025 10:15 am
- Forum: General
- Topic: ESP32 UART-USB Brige How to use
- Replies: 7
- Views: 403
Re: ESP32 UART-USB Brige How to use
I'll have a look- it should be possible using the OTG USB interface...
Martin
Martin
- Mon Aug 25, 2025 6:11 pm
- Forum: Bug Reports
- Topic: ESP32 C3 Copiler error
- Replies: 11
- Views: 1331
Re: ESP32 C3 Copiler error
NB - it has captions....
- Mon Aug 25, 2025 4:25 pm
- Forum: Bug Reports
- Topic: ESP32 C3 Copiler error
- Replies: 11
- Views: 1331
Re: ESP32 C3 Copiler error
Hi Sadik, I've attempted a video (my hat is off to anyone who can work video editing (or indeed any graphics editing) software... So - not very polished - I've clipped a few bits (download took ~20mins and install ~5mins). Uploading the video takes a wee while! I actually chose the wrong target - es...
- Mon Aug 25, 2025 1:45 pm
- Forum: Bug Reports
- Topic: ESP32 C3 Copiler error
- Replies: 11
- Views: 1331
Re: ESP32 C3 Copiler error
Recording it wasn't as easy as the tutorial videos make it look.....
Still - upgrade to v5.5 worked AOK - download - install - run install.bat - point FC at new toolchain - compile.
Martin
Still - upgrade to v5.5 worked AOK - download - install - run install.bat - point FC at new toolchain - compile.
Martin
- Mon Aug 25, 2025 11:48 am
- Forum: Bug Reports
- Topic: ESP32 C3 Copiler error
- Replies: 11
- Views: 1331
Re: ESP32 C3 Copiler error
Note that I don't use the MatrixTSL scheme - I use my own batch file (as mentioned). So proceed carefully (if you have a working system then VERY carefully - backups are good) I use the espressif installer (from https://dl.espressif.com/dl/esp-idf/?idf=4.4VScode) and I install the frameworks to thei...