Search found 2099 matches
- Tue Apr 07, 2026 7:55 pm
- Forum: General
- Topic: Solved: Replace component: how to?
- Replies: 4
- Views: 249
Re: Replace component: how to?
Hello. If I recall correctly, you can only replace a component if all the component functions have the same name and component exists. In this case I can't see within component Library ILI9388 Have you got the correct part number? If you are referring to ILI9488 then that does replace OK by the look...
- Sat Apr 04, 2026 2:40 am
- Forum: General
- Topic: EB-006 drivers
- Replies: 3
- Views: 360
- Tue Mar 17, 2026 7:11 pm
- Forum: Tips & Tricks
- Topic: I2C Sniffer
- Replies: 4
- Views: 4221
Re: I2C Sniffer
If you are interested, I can create an updated version that works with transactions.
That means I2C don't need to be in Software mode for ESP32 and other targets that will only work with transactions.
It will also work with AVI and PIC.
That means I2C don't need to be in Software mode for ESP32 and other targets that will only work with transactions.
It will also work with AVI and PIC.
- Mon Mar 16, 2026 11:19 pm
- Forum: Projects - Embedded
- Topic: AJ-SR04M Returning 9999 while using the AJ-SR04M Component
- Replies: 17
- Views: 3842
Re: AJ-SR04M Returning 9999 while using the AJ-SR04M Component
Hi Martin. I’ve tested the Flowcode Software UART (Timer‑based) and can confirm that the RX capture works reliably. It performs just as well as the microcontroller’s built‑in UART RX interrupt. The Timed interval component can be used to set the baud rate. You might already know this but 9999 is not...
- Mon Mar 16, 2026 2:06 am
- Forum: General
- Topic: Problem programming
- Replies: 4
- Views: 700
Re: Problem programming
Please don't screenshot compiler messages. Either attach .msg.txt file or copy and paste messages within a forum code tags. From what I can see the original compiler settings have been manually overwritten. Within Build > Compiler Options... For the PIC section you should have... Location: $(fcddir)...
- Thu Mar 05, 2026 4:21 pm
- Forum: General
- Topic: PLEASE can you help steven Licence problem witch one
- Replies: 1
- Views: 1370
Re: PLEASE can you help steven Licence problem witch one
Hello. So long as you are only using Flowcode for your hobby then ' Not for commercial use' can be ignored. With regards to 'You do not have a valid licence to perform this action', you have left some important information out. What version of Flowcode are you using & can you attach your project...
- Sun Mar 01, 2026 10:54 pm
- Forum: Projects - Embedded
- Topic: flickering STM32 touch screen
- Replies: 6
- Views: 1071
Re: flickering STM32 touch screen
Hello Rather than using ClearDispaly and PrintNumber, what about just use the Print function that prints strings. You can use use a calculation Icon with: NumberString = ToString$(number) NumberString = NumberString + " " Print NumberString The + " " clears unwanted digits.
- Sun Mar 01, 2026 10:41 pm
- Forum: Bug Reports
- Topic: PIC16F1788/9 ADC Resolution
- Replies: 8
- Views: 2116
Re: PIC16F1788/9 ADC Resolution
That's great.
I'm glad its been resolved for you
Thanks for update.
I'm glad its been resolved for you
Thanks for update.
- Thu Feb 26, 2026 7:07 pm
- Forum: General
- Topic: Compile problem with FC11
- Replies: 38
- Views: 7322
Re: Compile problem with FC11
I find this as odd.
Your project compiles for me without any alterations.
However your txt.msg file suggests a pin is not connected.
As Leigh as suggested have you done a full component database update?
Your project compiles for me without any alterations.
However your txt.msg file suggests a pin is not connected.
As Leigh as suggested have you done a full component database update?
- Sat Feb 21, 2026 11:51 pm
- Forum: General
- Topic: UART ports
- Replies: 6
- Views: 1341
Re: UART ports
Hi Iain
I agree, the parametric search tool is not great for UARTS.
Just as reminder for Flowcode targets which allow filtering there is my spreadsheet found here.
I agree, the parametric search tool is not great for UARTS.
Just as reminder for Flowcode targets which allow filtering there is my spreadsheet found here.