Search found 1036 matches
- Fri Jan 09, 2026 3:41 pm
- Forum: General
- Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
- Replies: 9
- Views: 241
Re: Reading a 12.62 Volt battery with a voltage divider on an UNO
Hi Billduck1302 I found the modul: 2026-01-09_15-59-57.PNG And what is used in the modul: 2026-01-09_16-01-59.PNG There is a command "map" used in the software, 2026-01-09_16-31-10.PNG I guess that's the same as the map component in Flowcode. 2026-01-09_16-20-14.PNG I hope that helps a lit...
- Fri Jan 09, 2026 8:02 am
- Forum: General
- Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
- Replies: 9
- Views: 241
Re: Reading a 12.62 Volt battery with a voltage divider on an UNO
Hi Billduck1302 I suspect the link goes to the wrong module. Perhaps you could post a schematic. Actually, you only need two resistors. 82 kΩ / 9,1 kΩ → divider 0,0999 and 0,165mA 91 kΩ / 10 kΩ → divider 0,0990 and 0,149mA This requires a little power from the battery. You can also use higher resist...
- Thu Jan 08, 2026 1:30 pm
- Forum: Bug Reports
- Topic: FC11 ESP32-S3 BLE error
- Replies: 24
- Views: 2628
Re: FC11 ESP32-S3 BLE error
Hi Ben
I cannot locate the comonents in the web developer.
I cannot locate the comonents in the web developer.
I'm on it, I think we have already released the web developer version of a component
- Thu Jan 08, 2026 1:22 pm
- Forum: App Developer
- Topic: FC11 WEBDeveloper error : Unknown or missing macro:
- Replies: 1
- Views: 90
Re: FC11 WEBDeveloper error : Unknown or missing macro:
Hi Ben
Unfortunately, I tested with these two components.
All others would have worked. test from the others:
Unfortunately, I tested with these two components.
All others would have worked. test from the others:
- Thu Jan 08, 2026 8:35 am
- Forum: App Developer
- Topic: FC11 WEBDeveloper error : Unknown or missing macro:
- Replies: 1
- Views: 90
FC11 WEBDeveloper error : Unknown or missing macro:
Hi Ben I have an error message in FC11 (In FC10 it's working fine ) It probably creates part of the HTML code, but not all of it. It stops before it finishes. Test_Web Project.html : 740 : error : Unknown or missing macro: WebDeveloper.Component.GetHtmlElement here my program: Test_Web Project.fcweb
- Wed Jan 07, 2026 2:20 pm
- Forum: Bug Reports
- Topic: FC11 ESP32-S3 BLE error
- Replies: 24
- Views: 2628
Re: FC11 ESP32-S3 BLE error
Hi Ben
Yes RX Led is perfect!
Also the send/receive IntArray is there.
but one little thing ....
NumValues are usually int or uint
A byte has crept into these three macros.
But it's not really a problem.
Yes RX Led is perfect!
Also the send/receive IntArray is there.
but one little thing ....
NumValues are usually int or uint
A byte has crept into these three macros.
But it's not really a problem.
- Wed Jan 07, 2026 1:11 pm
- Forum: Bug Reports
- Topic: FC11 ESP32-S3 BLE error
- Replies: 24
- Views: 2628
Re: FC11 ESP32-S3 BLE error
Hi Ben Perfect! SendArray is working for this 3 commands to send: as buffer as "on" or as string 2026-01-07_13-37-54.PNG That means it already works very well. I have observed that it is already perfectly implemented in ESP32 BLE_GATT. these practical send/receive IntArray but one little t...
- Mon Jan 05, 2026 2:14 pm
- Forum: Bug Reports
- Topic: FC11 ESP32-S3 BLE error
- Replies: 24
- Views: 2628
Re: FC11 ESP32-S3 BLE error
Hi Ben, Hi Steve Thank you very much. BLE also works with the App Developer now. Perfect! Running a scan and selecting the right module with the address is also perfect. Sending and receiving in both directions is perfect! I will also test with the web developer. I can already work with read and wri...
- Wed Dec 17, 2025 9:05 am
- Forum: Bug Reports
- Topic: FC11 ESP32-S3 BLE error
- Replies: 24
- Views: 2628
Re: FC11 ESP32-S3 BLE error
Hi Ben
I can already test part of it?
I can already test part of it?
I'll have a look into the PC/Web devloper components next so we have a full set.
- Fri Dec 12, 2025 9:54 am
- Forum: General
- Topic: ESP32 UART-USB Brige How to use
- Replies: 31
- Views: 8718
Re: ESP32 UART-USB Brige How to use
Hi Martin My Uart program works again on both PCs. There are no more problems with pressing the reset button. But I can't compile the tiny program. Do you know how I can add it to the Flowcode menu config ? Are there any C code commands like for CPU speed setup? Then I wouldn't have to change the me...