Search found 2106 matches
- Sun May 17, 2026 3:17 pm
- Forum: General
- Topic: Encoder troubles
- Replies: 5
- Views: 537
Re: Encoder troubles
Attached is controlling a Servo on a PIC using ADC. It uses the timer interrupt to bit bang a pico pin. As the interrupt is triggered every 10uS then you should get 151 steps I have not tested it, but in theory it should work fine. All you need to do is implement the encoder as per Ben's example. Yo...
- Sat May 16, 2026 9:11 pm
- Forum: General
- Topic: Encoder troubles
- Replies: 5
- Views: 537
Re: Encoder troubles
Hello. Is your issue that you get a compile error as well as simulation issues? The Servo component is not currently supported on the PICO for any version of Flowcode. See this topic It helps to look for issues if as much detail is give as possible. For example compiler error, or encoder detection i...
- Fri May 08, 2026 10:36 am
- Forum: Projects - Embedded
- Topic: Need help with compiling error
- Replies: 8
- Views: 364
Re: Need help with compiling error
Hello. As you are using the 16F18877, it is set up to work at 32MHz internal osc with no additional c code. The issue looks like its with your hardware port selection. If you look at page 10 of the Eblocks2 datasheet it shows the connections for the display is on port 2. BL0114 Connections.png You h...
- Thu May 07, 2026 8:35 pm
- Forum: Projects - Embedded
- Topic: Need help with compiling error
- Replies: 8
- Views: 364
Re: Need help with compiling error
Sorry, we are unable to help if projects not working as expected as it's not added to your post.
The files to add are .fcfx, .msg.txt, and if FC11 .fcxlog.txt
You will also need to use the v10 or v11 post icons available when using the Full editor.
The files to add are .fcfx, .msg.txt, and if FC11 .fcxlog.txt
You will also need to use the v10 or v11 post icons available when using the Full editor.
- Thu May 07, 2026 3:11 pm
- Forum: General
- Topic: Watch dog timer reset V9
- Replies: 2
- Views: 398
Re: Watch dog timer reset V9
Hi Brian, I use MX_CLEAR_WATCHDOG; within a c code block. Don't forget to enable Auto clear watchdog within project options. For c code you will require a semicolon when calling a function. E.g. you shown WDTClear(). As its a function it should have a semicolon on the end, but it's still the wrong c...
- Mon May 04, 2026 5:00 pm
- Forum: General
- Topic: Problem with the 'menu-system_02_10_24’ example from the Wiki
- Replies: 3
- Views: 541
Re: Problem with the 'menu-system_02_10_24’ example from the Wiki
hello. What can happen is demos work as intended when created. Then in the future the function macro could be modified which breaks the original demo. I will see if I can spot what's going on. Edit: After investigating, it looks like the demo was originally created and still runs with FC10. In FC11 ...
- Sun May 03, 2026 9:35 am
- Forum: General
- Topic: Compiler ERROR PIC18F57Q84
- Replies: 1
- Views: 414
Re: Compiler ERROR PIC18F57Q84
Hello.
Flowcode v11 does indeed support PIC18F57Q84, but the default compiler does not.
I believe PIC18F57Q84 was added in xc8 2.20 and the default xc8 used in Flowcode is 2.10
It is very easy for you to fix this.
Follow the top section (option 1) of this wiki page.
Flowcode v11 does indeed support PIC18F57Q84, but the default compiler does not.
I believe PIC18F57Q84 was added in xc8 2.20 and the default xc8 used in Flowcode is 2.10
It is very easy for you to fix this.
Follow the top section (option 1) of this wiki page.
- Tue Apr 07, 2026 7:55 pm
- Forum: General
- Topic: Solved: Replace component: how to?
- Replies: 4
- Views: 1459
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: 11
- Views: 2644
- Tue Mar 17, 2026 7:11 pm
- Forum: Tips & Tricks
- Topic: I2C Sniffer
- Replies: 4
- Views: 5955
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.