Search found 1826 matches
- Wed Jun 11, 2025 12:37 pm
- Forum: General
- Topic: DMX master has issues
- Replies: 31
- Views: 546
Re: DMX master has issues
Hello this error: dmx887.c:143:1: error: (192) undefined identifier "OSCCON" Is suggesting that OSCCON does not exist in code code you have change target to. If you search Flowcode components (use the magnifying glass) Search for intosc, then add the Intosc helper to your 2D panel ,it will...
- Mon Jun 09, 2025 10:52 am
- Forum: General
- Topic: OLED SH1106_SPI and PIC18F27K42
- Replies: 3
- Views: 100
Re: OLED SH1106_SPI and PIC18F27K42
Hello. The K42 is a series that microchip decided to change the way the rule book works on these devices. For example I2C does not work in the standard way other devices work, therefore, it has been disabled. Only Software mode works, I would be surprised if they changed the wat SPI works as well. I...
- Tue Jun 03, 2025 6:49 pm
- Forum: General
- Topic: PIC18F15Q41
- Replies: 13
- Views: 4071
Re: PIC18F15Q41
Hello. I2C is not an easy fix. We need to allocate time for this. We do plan on fixing it as soon as we can. As for the PWM, I have attached a temporary fix. For the fcdx file: If you browse to this location using File Explorer, it's hidden by default so just paste the link into your address bar. %P...
- Fri May 30, 2025 7:25 pm
- Forum: Projects - Embedded
- Topic: Read and write an array to the microcontroller EEPROM
- Replies: 3
- Views: 116
Re: Read and write an array to the microcontroller EEPROM
Hello.
You can use a loop and increment the count of the loop the count will be the address and send one element at a time as the data value.'
I can post a simple example if you like?
Just don't keep writing as there is a limit to how many times EEPROM can be written to.
You can use a loop and increment the count of the loop the count will be the address and send one element at a time as the data value.'
I can post a simple example if you like?
Just don't keep writing as there is a limit to how many times EEPROM can be written to.
- Fri May 30, 2025 10:50 am
- Forum: General
- Topic: Failure to display number "1" on ST7789V display
- Replies: 1
- Views: 156
Re: Failure to display number "1" on ST7789V display
Hello its not a bug, its doing want you asked i.e writing a number 1 over a different number which is wider . Since the number 1 is narrowest number then part of the other numbers will be shown. It's not like an LCD where the width its the same no matter what char it is The solution is to use string...
- Tue May 27, 2025 1:18 pm
- Forum: Bug Reports
- Topic: Unable to create microcontroller ARD.ATMEGA.BL0055 - definition file missing or corrupt
- Replies: 3
- Views: 197
Re: Unable to create microcontroller ARD.ATMEGA.BL0055 - definition file missing or corrupt
Hello.
Many thanks for reporting this.
We will have an update as soon as we can.
Many thanks for reporting this.
We will have an update as soon as we can.
- Tue May 27, 2025 8:10 am
- Forum: General
- Topic: REMAP TX/RX PIN IN WLAN-ESP8266 COMPONENT
- Replies: 3
- Views: 356
Re: REMAP TX/RX PIN IN WLAN-ESP8266 COMPONENT
Hi Basil.
I have tried and saved different remapped pins and they save OK, even after restarting Flowcode.
Or are you referring to the exposed SDA pin to the root?
Do you want all connections exposed?
Please can you give as much detail as possible for us to help you.
I have tried and saved different remapped pins and they save OK, even after restarting Flowcode.
Or are you referring to the exposed SDA pin to the root?
Do you want all connections exposed?
Please can you give as much detail as possible for us to help you.
- Mon May 19, 2025 9:53 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2289
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Hi Fernando that's great.
Thanks for letting me know.
Is there any other issues outstanding for you?
Thanks for letting me know.
Is there any other issues outstanding for you?
- Sun May 18, 2025 7:14 pm
- Forum: General
- Topic: ESP32 C3: Confused about ADC settings
- Replies: 8
- Views: 1369
Re: ESP32 C3: Confused about ADC settings
Hi Jorgen. For people that installed 5.1 and above following the guide on the wiki some time ago, are the only people that the ESP C3 will work for. Currently anyone who tries that now will face further issues due to the updates expressif have put in place. Unfortunately, we have no control over tha...
- Sun May 18, 2025 7:04 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2289
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Browse to this location using file explorer, it's hidden by default so just paste the link into your address bar. %ProgramData%\MatrixTSL\FlowcodeV10\CAL\PIC Place the attached C file. you will need to reload your project file for the fix to take place. If you run any library updates, then the PIC_C...