Many thanks,
This issue has now been resolved in the library update system for v10 and v11.
Search found 1959 matches
- Thu Nov 13, 2025 10:53 am
- Forum: Bug Reports
- Topic: PIC16F15313 ADC AN5
- Replies: 3
- Views: 134
- Thu Nov 13, 2025 10:43 am
- Forum: General
- Topic: Reading sw version loaded on Arduino
- Replies: 2
- Views: 98
Re: Reading sw version loaded on Arduino
Hello,
There's a component available under Storage called Auto Version ID which gives you the build number and the date/time of your build.
You would still have to display this information or output it on a UART etc but it provides a nice easy way to manage firmware versions.
There's a component available under Storage called Auto Version ID which gives you the build number and the date/time of your build.
You would still have to display this information or output it on a UART etc but it provides a nice easy way to manage firmware versions.
- Sun Nov 09, 2025 1:21 pm
- Forum: Bug Reports
- Topic: WS2812 component missing in FC11?
- Replies: 2
- Views: 102
Re: WS2812 component missing in FC11?
Hello Andreas,
Currently that's a 3d component and I imagine you have your component filter set to 2d only.
I might see if we can make a 2d version of the component to help avoid this issue. The people wanting the 3d version are probably in the minority.
Currently that's a 3d component and I imagine you have your component filter set to 2d only.
I might see if we can make a 2d version of the component to help avoid this issue. The people wanting the 3d version are probably in the minority.
- Thu Nov 06, 2025 6:17 pm
- Forum: General
- Topic: Modbus Communication Down
- Replies: 3
- Views: 192
Re: Modbus Communication Down
Hello, Ok this sounds like a problem maybe to do with bytes getting dropped. The trouble is the CheckForIncoming has to be there to catch the bytes from the master and if you have anything that can cause delays then this can be disrupted. I wonder if we can move the incoming data collection from the...
- Thu Nov 06, 2025 6:10 pm
- Forum: Bug Reports
- Topic: WS2811-12 Can´t load
- Replies: 2
- Views: 119
Re: WS2811-12 Can´t load
Hi Jorgen,
Many thanks for letting us know. I know I fixed this recently so not sure how it got broken again.
Anyway should be working again for you now.
Many thanks for letting us know. I know I fixed this recently so not sure how it got broken again.
Anyway should be working again for you now.
- Thu Nov 06, 2025 12:46 pm
- Forum: General
- Topic: Buy Flowcode11!
- Replies: 5
- Views: 230
Re: Buy Flowcode11!
Hello, * In FC10 the Arduino Nano 328 115200 is available but not in FC11, only Arduino Nano 328 (cheap one). Is this now working for both? This should still be there in v11, I've checked and it's there for me in both the default files and the main Arduino list. Maybe you were looking at the free ta...
- Tue Oct 28, 2025 4:01 pm
- Forum: General
- Topic: Arduino Uno SPI Master sending incorrect data to MAX7219
- Replies: 3
- Views: 464
Re: Arduino Uno SPI Master sending incorrect data to MAX7219
Hello, SPI has a number of modes which dictate things like which phase of the clock the data is sampled and the state of the clock when idle. It looks like Flowcode and Proteus are simply using different settings and hence getting different values. 0x09 = 0b00001001 0x84 = 0b10000100 0x80 = 0b100000...
- Mon Oct 27, 2025 12:59 pm
- Forum: Feature Requests
- Topic: Flowcode for Android
- Replies: 2
- Views: 272
Re: Flowcode for Android
Hi Bob, Have you consider using a webpage type of application using Javascript. We have a feature in Flowcode 10 and 11 to create Javascript pages that can be used as control apps. It would be interesting to see what you're trying to do and then we can see if web developer will do everything you nee...
- Mon Oct 27, 2025 9:53 am
- Forum: Bug Reports
- Topic: Compilation error of the DSP_DLace component
- Replies: 5
- Views: 436
Re: Compilation error of the DSP_DLace component
Many thanks for letting us know.
Hopefully all resolved for you now via the library updates.
I've also adjusted your program slightly to give you an example.
Hopefully all resolved for you now via the library updates.
I've also adjusted your program slightly to give you an example.
- Wed Oct 22, 2025 3:00 pm
- Forum: Bug Reports
- Topic: gLCD_ST7567_SPI1 problem
- Replies: 10
- Views: 1425
Re: gLCD_ST7567_SPI1 problem
excellent thanks for letting us know 