Search found 1786 matches

by medelec35
Tue Apr 29, 2025 7:15 pm
Forum: Bug Reports
Topic: UART Macro wont compile after update.
Replies: 7
Views: 264

Re: UART Macro wont compile after update.

You're welcome, and lets hope so.
The compiler seems to be a pit of a pain when it comes to 18F series.
I'm glad the inputs now work for you.
Thanks for letting me know.
by medelec35
Tue Apr 29, 2025 7:12 pm
Forum: Bug Reports
Topic: The content on the SSD1306 display is displayed incorrectly.
Replies: 3
Views: 89

Re: The content on the SSD1306 display is displayed incorrectly.

You're welcome and that's great!
Thanks for letting me know.
There will be an update soon, that should resolve the issue.
by medelec35
Tue Apr 29, 2025 4:22 pm
Forum: Bug Reports
Topic: The content on the SSD1306 display is displayed incorrectly.
Replies: 3
Views: 89

Re: The content on the SSD1306 display is displayed incorrectly.

Hello.
Many thanks for reporting this.
As a temporary fix can you rollback the SSD1306 to version 13.
Reload your project and try again?


The instructions for rolling back can be found on the wiki here
by medelec35
Tue Apr 29, 2025 2:13 pm
Forum: Bug Reports
Topic: UART Macro wont compile after update.
Replies: 7
Views: 264

Re: UART Macro wont compile after update.

Hello. I have noticed that it's the 18F series that has the problem, and not the 16F series. As an alternative, can you try the following to fix using compiler that is on the Flowcode's download page. You will either need to copy or edit pic_xc8_comp.bat found within %ProgramData%\MatrixTSL\Flowcode...
by medelec35
Tue Apr 29, 2025 8:28 am
Forum: General
Topic: MCP23017 INPUT POLARITY
Replies: 9
Views: 442

Re: MCP23017 INPUT POLARITY

Thanks for your reply.
My logic is that if any interrupt has occurred, by reading the interrupt flag value, the pin/s which caused the interrupt can be determined.
THe same as if you use the standard IOC for multiple pins, you need to determine which pin/s as caused the interrupt to trigger.
by medelec35
Mon Apr 28, 2025 4:09 pm
Forum: General
Topic: Attiny85 Timer0 and PWM
Replies: 2
Views: 103

Re: Attiny85 Timer0 and PWM

Hello.
Have you set the configuration settings to run at 1MHz?
The First thing I would recommend is create a one sec flash timer to check hardware is working as expected.
if the LED or port is toggling at the correct duration, then the PWM can be revisited.
by medelec35
Mon Apr 28, 2025 9:00 am
Forum: Bug Reports
Topic: ESP FCD helper?
Replies: 10
Views: 206

Re: ESP FCD helper?

If connected to any other pins than suggested, then maximum speed is 32MHz. If you set it at a higher speed, the display won't work. The only way within ESP32 to allow setting higher than 32 MHz is to set as per bens suggestion as no other pins will work. Ben did state he needs to do more testing. H...
by medelec35
Mon Apr 28, 2025 8:14 am
Forum: Bug Reports
Topic: ESP FCD helper?
Replies: 10
Views: 206

Re: ESP FCD helper?

Thanks for your help in testing, its appreciated.
I will see if I can get the component pushed ASAP.
by medelec35
Sun Apr 27, 2025 7:07 pm
Forum: Bug Reports
Topic: ESP FCD helper?
Replies: 10
Views: 206

Re: ESP FCD helper?

Hi Jorgen. You're welcome. I was a bit bored so I decided to see what is occurring on the forums, and help out if I can. This evening I decided to dig deeper since if your gLCD is affected then other gLCD's could be affected which would be a pain, so I want to avoid that. Luckily I can change a comp...
by medelec35
Sat Apr 26, 2025 10:49 pm
Forum: Bug Reports
Topic: ESP FCD helper?
Replies: 10
Views: 206

Re: ESP FCD helper?

Hi Jorgen. Many thanks for bringing this to our attention. I have moved the topic to the bugs section. I could of taken you though steps on how to remove the unwanted text, but instead I just did a quick fix with the component. On Monday, I'm going to check to see if any of the other gLCD's are affe...