Search found 1006 matches

by stefan.erni
Tue Nov 11, 2025 10:33 am
Forum: Feature Requests
Topic: Component for GNSS / GPS Modules
Replies: 5
Views: 189

Re: Component for GNSS / GPS Modules

Hi Victor

Very good. Thanks
I suspect that works very well with a macro and FC11.
I'll try.
If it works, I'll post it here.
by stefan.erni
Mon Nov 10, 2025 12:47 pm
Forum: Feature Requests
Topic: Component for GNSS / GPS Modules
Replies: 5
Views: 189

Re: Component for GNSS / GPS Modules

Hi Victor The exact position is better depending on the standard and module. However, this can also mean an expensive module. I will only use the time signal. This allows me to add a timestamp to my measurement signals. My video cameras also have the same timestamp (GPS data in video). This allows m...
by stefan.erni
Fri Nov 07, 2025 4:32 pm
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 84
Views: 347702

Re: Suggestions for new microcontroller support

Hi Steve How about the ESP32-C5? https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c5/esp-dev-kits-en-master-esp32c5.pdf That's a dual-core again. Various demo boards are available.: https://www.mouser.ch/ProductDetail/Espressif-Systems/ESP32-C5-DevKitC-1-N8R4?qs=sqEgtWRSLJ2%2Fdhsv380L...
by stefan.erni
Fri Nov 07, 2025 10:30 am
Forum: Feature Requests
Topic: ESP32 and Bluetooth Low Energy BLE
Replies: 1
Views: 13845

Re: ESP32 and Bluetooth Low Energy BLE

Hi Steve

The new ESP32 C5 also only has BLE. But even version 5.3

Can we start with the ESP32 S3 and BLE? Or with the App Developper BLE soon?

Bluetooth-Version:
ESP32-C5 Bluetooth v5.3 ( BLE) BLE only
by stefan.erni
Thu Nov 06, 2025 2:24 pm
Forum: App Developer
Topic: App Developper active gradient change
Replies: 2
Views: 174

Re: App Developper active gradient change

Hi Steve

It's working nice.
Only the flame is red on the outside and blue on the inside.
It should be the other way around. But I'll try to fix that.
Here the result:
2025-11-06_14-59-16.PNG
2025-11-06_14-59-16.PNG (55.2 KiB) Viewed 140 times
I suspect the string is not hex..
2025-11-06_15-09-45.PNG
2025-11-06_15-09-45.PNG (31.03 KiB) Viewed 140 times

program for gradient
by stefan.erni
Wed Nov 05, 2025 2:35 pm
Forum: App Developer
Topic: App Developper active gradient change
Replies: 2
Views: 174

App Developper active gradient change

Hi to All

I have various thermal sensors on a plate. I would like to change the gradient depending on the measured value in real time.
How can I do this?

2025-11-05_15-30-31.PNG
2025-11-05_15-30-31.PNG (27.71 KiB) Viewed 174 times
2025-11-05_15-34-01.PNG
2025-11-05_15-34-01.PNG (32.31 KiB) Viewed 174 times
I tried it but it didn't work active.
FC11_gradient_active_PC Project.fcpcd
(10.68 KiB) Downloaded 18 times
by stefan.erni
Wed Nov 05, 2025 1:23 pm
Forum: General
Topic: ESP32 "Flash EEPROM"
Replies: 5
Views: 195

Re: ESP32 "Flash EEPROM"

Hi Dirk I don't know if this will help you. I have several ESP32s, each with a fixed calibrated sensor. For each ESP32, there are values from the calibration machine that are stored in the Flowcode program. I read the MAC address from the ESP32 and then assign the appropriate values. read mac adress...
by stefan.erni
Wed Nov 05, 2025 9:39 am
Forum: Feature Requests
Topic: Component for GNSS / GPS Modules
Replies: 5
Views: 189

Component for GNSS / GPS Modules

Hi Ben There are many GPS/GNSS modules available from different manufacturers. They are available as ready-made modules with antenna connections or as integrated circuits . These modules can be used to determine the position and also get the speed, if the object is moving. In addition, the exact tim...
by stefan.erni
Mon Oct 27, 2025 10:29 am
Forum: General
Topic: ESP32 how to read the MAC Adress
Replies: 6
Views: 1015

Re: ESP32 how to read the MAC Adress

Hi Martin It look like a problem on my computers That's not such a big problem, I always use an IRQ in my program. However, I shouldn't send any data before I activate it. With IRQ: 2025-10-27_10-59-08.PNG Without IRQ: 2025-10-27_11-01-11.PNG I created a program for AppDevelopper FC11 to obtain the ...
by stefan.erni
Fri Oct 24, 2025 3:07 pm
Forum: General
Topic: ESP32 how to read the MAC Adress
Replies: 6
Views: 1015

Re: ESP32 how to read the MAC Adress

Hi Martin Yes, I haven't made all the strings that long now. And it's working nice. But I have a small issue with the UART. The red data is without a interrupt, the green data with an interrupt in the program . This interrupt is doing nothing but the the data I send is thisway ok I don't know why I ...