Search found 18 matches

by bercioiu
Tue Jun 09, 2026 3:55 pm
Forum: User Components
Topic: TM1637 Scrolling text
Replies: 0
Views: 318

TM1637 Scrolling text

I made a Flowcode component for scrolling text on a TM1637 display (4-digit, 7-segment). Non-blocking, 7-segment font, number conversion, custom characters, adjustable speed. Built on top of the standard TM1637 component (uses its ShowSegments internally). The text is converted into an array of raw ...
by bercioiu
Mon Feb 09, 2026 2:22 pm
Forum: Projects - Embedded
Topic: Pottery KILN
Replies: 4
Views: 8635

Re: Pottery KILN

The topic can be closed. I found support from Claude (Antropic).
by bercioiu
Mon Feb 09, 2026 2:02 pm
Forum: General
Topic: Internet radio
Replies: 2
Views: 1759

Re: Internet radio

Eh, complicated with sharing here in the forum... The latest version is very thick, with many files. I did the project in implementation stages. The first phase, actually the most important, was the implementation of the audio and wifi engines. I can put this version here, it is very compact. It is ...
by bercioiu
Mon Feb 09, 2026 6:54 am
Forum: General
Topic: Internet radio
Replies: 2
Views: 1759

Internet radio

Hi there! Has anyone made an internet radio in FC? I think the most suitable for this project is ESP32 Wroom. I don't know where to start, in the sense that I haven't worked with wifi in FC. I made an internet radio with the help of AI (Claude - Antropic) and it works flawlessly, but I want to make ...
by bercioiu
Tue Nov 04, 2025 2:44 pm
Forum: General
Topic: ESP32 (SOLVED)
Replies: 9
Views: 2260

Re: ESP32 (SOLVED)

Yes, Martin, you were right, as always, the installation path was wrong, I had changed the path during installation, to have everything "organized" :-).
Now it compiles without problems.
by bercioiu
Mon Nov 03, 2025 7:32 am
Forum: General
Topic: ESP32 (SOLVED)
Replies: 9
Views: 2260

Re: ESP32

I can't compile, where am I going wrong? This is the compiler message: Target folder: E:\ELECTRONICA\WORK\wifi_radio Source name: E:\ELECTRONICA\WORK\wifi_radio\radio_10.fcfx Title: Description: Device: ESP.ESP32.ESP32 Generated by: Flowcode v10.1.2.40 Date: Monday, November 03, 2025 09:24:52 Users:...
by bercioiu
Fri Oct 31, 2025 7:08 am
Forum: General
Topic: ESP32 (SOLVED)
Replies: 9
Views: 2260

Re: ESP32

As I said above, I installed the toolchain for esp32, but the compiler message is that I do not have a valid license to compile.


comp_mes.png
comp_mes.png (123.78 KiB) Viewed 2171 times


Thank you!
by bercioiu
Thu Oct 30, 2025 12:09 pm
Forum: General
Topic: ESP32 (SOLVED)
Replies: 9
Views: 2260

Re: ESP32

So, how can I compile esp32 in FC 10?
by bercioiu
Tue Oct 28, 2025 5:33 pm
Forum: General
Topic: ESP32 (SOLVED)
Replies: 9
Views: 2260

ESP32 (SOLVED)

Hi! How can I compile ESP32 in FC10? I downloaded ESP toolchain, but I don't have a license, how can I get one? Thanks! L10.png Oh, and one more thing, I downloaded FC11 to try it, but it won't let me do anything, no matter what I try, it tells me that I don't have the required license... L11.png An...
by bercioiu
Tue Aug 05, 2025 4:17 pm
Forum: Bug Reports
Topic: I2C Chanel Err (SOLVED)
Replies: 3
Views: 1618

Re: I2C Chanel Err

Thank you, Martin!
You helped me for the thousandth time! Compiles correctly now.