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.
Search found 1006 matches
- Tue Nov 11, 2025 10:33 am
- Forum: Feature Requests
- Topic: Component for GNSS / GPS Modules
- Replies: 5
- Views: 189
- 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...
- 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...
- 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?
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
- 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: I suspect the string is not hex..
program for gradient
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: I suspect the string is not hex..
program for gradient
- 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?
I tried it but it didn't work active.
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?
I tried it but it didn't work active.
- 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...
- 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...
- 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 ...
- 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 ...