Search found 1856 matches

by BenR
Fri Sep 20, 2024 12:03 pm
Forum: General
Topic: Locktronics MicroECU - firmware
Replies: 4
Views: 92

Re: Locktronics MicroECU - firmware

Hello,

I beleive this is what you're after.
Automotive PIC ECU Firmware 2.0.zip
(20.57 KiB) Downloaded 2 times
I'll get them put on the website for you.
by BenR
Fri Sep 20, 2024 11:51 am
Forum: General
Topic: Modbus TCP Slave
Replies: 39
Views: 16179

Re: Modbus TCP Slave

Hello,

Please can you post your latest project file and I'll do what I can to try and replicate the issue.
by BenR
Fri Sep 20, 2024 11:45 am
Forum: Bug Reports
Topic: ESP32 C3 problems with IDF5.3
Replies: 7
Views: 203

Re: ESP32 C3 problems with IDF5.3

Hello, The CAL component should work too but you have to call the SetPeriod macro to setup the clock prior to enabling the channel. This is the same for most MCU families. The top level PWM output component uses the CAL component but simply does the SetPeriod call for you inside the Enable function.
by BenR
Thu Sep 19, 2024 9:46 am
Forum: General
Topic: Locktronics MicroECU - firmware
Replies: 4
Views: 92

Re: Locktronics MicroECU - firmware

Hello,

The LK4221-2 and the LK4690L are now both discontinued and I don’t believe they have a direct replacement.

The LK1800 is almost a separate and different kit … but the LK1800 is available.
by BenR
Thu Sep 19, 2024 9:30 am
Forum: Bug Reports
Topic: ESP32 C3 problems with IDF5.3
Replies: 7
Views: 203

Re: ESP32 C3 problems with IDF5.3

Hello,

Excellent sounds like we're making good progress.

The frequency can be whatever you like but the duty can only go from 0 to 16383.

This program uses IO pin 8 as the LED and PWM output pin.
ESP_C3_Test.fcfx
(13.54 KiB) Downloaded 4 times
by BenR
Wed Sep 18, 2024 6:24 pm
Forum: User Components
Topic: MP3 Decoder Component
Replies: 3
Views: 115

Re: MP3 Decoder Component

Hello,

The Dfplayer module is fairly low cost and supported by flowcode. Uncompressed mp3 on the fly in a micro is a fairly processor heavy task.
by BenR
Wed Sep 18, 2024 5:00 pm
Forum: General
Topic: Locktronics MicroECU - firmware
Replies: 4
Views: 92

Re: Locktronics MicroECU - firmware

Hello,

This is a good place to start with the firmware download.
https://www.matrixtsl.com/locktronics/resources/

I'll ask about the solution for you.
by BenR
Wed Sep 18, 2024 4:11 pm
Forum: Bug Reports
Topic: ESP32 C3 problems with IDF5.3
Replies: 7
Views: 203

Re: ESP32 C3 problems with IDF5.3

Hello, Right hopefully this is now resolved for you with the latest library updates. I've confirmed it's working, I managed to find a C3 in my pile of ESP32 bits. Please note the maximum period overflow for the C3 devices seems to be 16383 (14-bit) rather then the usual 65535 (16-bit). Now to invest...
by BenR
Wed Sep 18, 2024 10:28 am
Forum: Bug Reports
Topic: ESP32 C3 problems with IDF5.3
Replies: 7
Views: 203

Re: ESP32 C3 problems with IDF5.3

It looks like the C3 has a different PWM module to all the other ESP32 devices named LEDC.

https://docs.espressif.com/projects/esp ... /ledc.html

I'll see if we can support this alternative module in the CAL code.
by BenR
Wed Sep 18, 2024 10:19 am
Forum: Bug Reports
Topic: ESP32 C3 problems with IDF5.3
Replies: 7
Views: 203

Re: ESP32 C3 problems with IDF5.3

Hello,

I've just tried the C6 supermini and this is working fine with PWM. I don't currently have any C3 hardware so I'll get some on order but in the mean time i'll also look into the compile issue for you.