Hello,
Many thanks for letting us know, Looks like at some point we renamed A0 Pin to DC Pin and this has caused the compile error.
All fixed now in v10 and v11 via the library updates..
Search found 1987 matches
- Tue Dec 09, 2025 9:31 pm
- Forum: User Components
- Topic: Component LCD_ST7789V and PIC18F26k22
- Replies: 6
- Views: 133
- Tue Dec 09, 2025 4:37 pm
- Forum: Bug Reports
- Topic: FC11 Software UART Bit Timing?
- Replies: 2
- Views: 66
Re: FC11 Software UART Bit Timing?
Hello, The software UART has not changed between v10 and v11 so it could be interrupts or maybe the clock speed setting in the project options that's causing the problems. As you stated the flasher looks ok when running slow then that rules out a clock speed issue. If it's just a standard UART that ...
- Fri Dec 05, 2025 10:48 am
- Forum: General
- Topic: PIC18F15Q41
- Replies: 30
- Views: 17373
Re: PIC18F15Q41
Hello Dirk, It seems that the LUT component is not working either. Instead of a sine wave, it produces a random output. An up-down counter produces a triangular signal at the output of the PWM. Can you post a simple project file that demonstrates this issue and we will investigate. Since the last up...
- Fri Dec 05, 2025 10:15 am
- Forum: User Components
- Topic: Flowcode document name
- Replies: 8
- Views: 326
Re: Flowcode document name
Hello,
I've now put Steve's addition into the Auto Version ID components for v10 and v11 so going forward it should be easy to include the info if needed.
I've now put Steve's addition into the Auto Version ID components for v10 and v11 so going forward it should be easy to include the info if needed.
- Wed Dec 03, 2025 9:56 am
- Forum: Feature Requests
- Topic: AD9834 DDS
- Replies: 1
- Views: 148
Re: AD9834 DDS
Hello,
Thanks for the suggestion, I'll take a look at them for you and see how easy they would be to add.
Thanks for the suggestion, I'll take a look at them for you and see how easy they would be to add.
- Wed Dec 03, 2025 9:55 am
- Forum: Feature Requests
- Topic: FRAM COMPONENT
- Replies: 14
- Views: 881
Re: FRAM COMPONENT
I've bought a couple of modules too, they should hopefully land this side of christmas.
- Tue Dec 02, 2025 4:27 pm
- Forum: Bug Reports
- Topic: FC11 ESP32-S3 BLE error
- Replies: 13
- Views: 1222
Re: FC11 ESP32-S3 BLE error
Ok thanks for letting us know I'll investigate this and see if I can replicate.
- Tue Dec 02, 2025 2:04 pm
- Forum: General
- Topic: ESP32-S3-WROOM-1U-N16 for WiFi
- Replies: 1
- Views: 323
Re: ESP32-S3-WROOM-1U-N16 for WiFi
Hello, The ESP32 and S3 devices are very nice to work with and there's not a lot you can do wrong with them. Personally I would look at the DevKit modules as these are very cheap and have everything on them to get you going. https://www.aliexpress.com/item/1005008750977454.html The module already in...
- Fri Nov 28, 2025 6:35 pm
- Forum: Bug Reports
- Topic: ESP32 and I2C CAL component Problem/Observation
- Replies: 4
- Views: 375
Re: ESP32 and I2C CAL component Problem/Observation
Hi Dirk,
I2c only works in transaction mode for esp32 hardware channels. Same for arm. I'll have a look at your program and see if I can transfer it to transaction mode for you.
I2c only works in transaction mode for esp32 hardware channels. Same for arm. I'll have a look at your program and see if I can transfer it to transaction mode for you.
- Thu Nov 27, 2025 2:48 pm
- Forum: Bug Reports
- Topic: FC11 ESP32-S3 BLE error
- Replies: 13
- Views: 1222
Re: FC11 ESP32-S3 BLE error
Hello, Glad it's now working for you. I've added the embedded client component now too and that also seems to be working well so that's good progress. If you need to send/receive arrays of INTs then one way to do it now would be to use arrays of bytes and simply assign the low/high byte of each INT ...