Thanks for reporting this. I wonder if it is related to this post:
https://www.flowcode.co.uk/forums/viewtopic.php?t=1505
Anyway, we'll have a look and get this fixed.
Search found 1350 matches
- Fri Feb 20, 2026 9:04 am
- Forum: Bug Reports
- Topic: PIC16F1788/9 ADC Resolution
- Replies: 6
- Views: 94
- Thu Feb 19, 2026 5:06 pm
- Forum: Feature Requests
- Topic: Web Developer with BLE
- Replies: 6
- Views: 121
Re: Web Developer with BLE
I think that filter should work. The Service and Characteristic values needs to be correct for your ESP32 device. If you call "RequestDevice", the browser should ask to connect to your device. Once connected, the "OnValueChanged" macro should be called when the data for that Char...
- Thu Feb 19, 2026 2:44 pm
- Forum: Feature Requests
- Topic: Web Developer with BLE
- Replies: 6
- Views: 121
Re: Web Developer with BLE
Yes, that's the component. But a slightly newer version is attached here (this one has a proper icon). The complication is the "filter" expression. Due to domain origin issues in (most?) browsers, this needs to reference the actual device being connected to. There are examples in the toolt...
- Thu Feb 19, 2026 12:37 pm
- Forum: Feature Requests
- Topic: Web Developer with BLE
- Replies: 6
- Views: 121
Re: Web Developer with BLE
BTW, a beta version of the BLE Web Developer component was posted by Ben here:
viewtopic.php?p=22575#p22575
Have you managed to tried it? This might actually work as-is. But if it doesn't, it would be useful to know.
viewtopic.php?p=22575#p22575
Have you managed to tried it? This might actually work as-is. But if it doesn't, it would be useful to know.
- Thu Feb 19, 2026 12:16 pm
- Forum: General
- Topic: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
- Replies: 11
- Views: 1048
Re: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
Great news, Daniel. Thanks for letting us know.
I'm glad my input was of some small use.
I'm glad my input was of some small use.
- Thu Feb 19, 2026 10:46 am
- Forum: Feature Requests
- Topic: Web Developer with BLE
- Replies: 6
- Views: 121
Re: Web Developer with BLE
I have made a Web Developer component, but it is currently unreleased and needs a little more work. I'll look into it again and see if we can get something out soon.
- Tue Feb 17, 2026 3:02 pm
- Forum: General
- Topic: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
- Replies: 11
- Views: 1048
Re: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
I've not make a bootloader for this type of device, but I did a quick search and found this which may be of help: https://support.microchip.com/s/article/PIC24-dsPIC33-bootloaders---How-to-Create-and-Verify-a-Custom-Linker-File You probably don't need to create a linker script that deals with both t...
- Tue Feb 17, 2026 9:26 am
- Forum: General
- Topic: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
- Replies: 11
- Views: 1048
Re: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
Do you know what specific source code it being compiled to live within the bootloader area? Or is the problem just that the IVT code is not being placed into the relocated area? Or is it something else? It might help to create a *very* simple example of the issue in MPLAB and replicate it in Flowcod...
- Tue Feb 17, 2026 9:18 am
- Forum: Projects - Embedded
- Topic: using personnal arduino library insite flowcode
- Replies: 4
- Views: 246
Re: using personnal arduino library insite flowcode
Further to @chipfryer27's suggestion, there is more info about the Supplementary Code feature in the wiki and there are many posts on the forum that discuss it too. For example, see here:
https://www.flowcode.co.uk/forums/viewtopic.php?t=3359
https://www.flowcode.co.uk/forums/viewtopic.php?t=3359
- Tue Feb 17, 2026 9:13 am
- Forum: Projects - Embedded
- Topic: how to not be stuck inside a state chart
- Replies: 2
- Views: 164
Re: how to not be stuck inside a state chart
Also, please post your project as that will allow us to see what you have tried.