Search found 63 matches

by Chadb
Wed Nov 22, 2023 12:34 am
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14605

Re: LEDC PWM Driver on esp32

Noob question. What does the .variable do? I am assuming that is a local undeclared variable type?
Also have you noticed when picking pins for a component there is a portB? There is no portb. Or is there?

Chad
by Chadb
Wed Nov 22, 2023 12:28 am
Forum: Bug Reports
Topic: ATMEGA328P ILI9488 hardware SPI not work
Replies: 20
Views: 33969

Re: ATMEGA328P ILI9488 hardware SPI not work

I'll take a look. I am using the esp32 and I am having a problem with the second spi.

Thanks
chad
by Chadb
Tue Nov 21, 2023 5:34 pm
Forum: General
Topic: ESP Toolchain won't install
Replies: 8
Views: 9077

Re: ESP Toolchain won't install

I broke my FC programming updating python and git for other things on my machine. I was able to get it running by launching the install.bat in the espidf folder. I am now programming with python 3.10.6 and the latest git. (?)
by Chadb
Tue Nov 21, 2023 5:29 pm
Forum: General
Topic: ESP32 board nightmare
Replies: 4
Views: 7139

Re: ESP32 board nightmare

I noticed the same thing. I had some wide devboards that don't fint in a protoboard. I then ordered some skinny ones that DO fit and they have different pinout. I also ran into another problem. The orgional ones that I have will auto program. The new skinny one I have to hold the boot button down to...
by Chadb
Tue Nov 21, 2023 5:23 pm
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14605

Re: LEDC PWM Driver on esp32

Hi, I got my flow code programming again, and it was surprisingly easy. I just had to re-run the installation . bat file in the espidf. It is running and programming in python 10.6 with the latest git FYI. I played with your test, and it is running here. I agree with the speed mode, Just use the hig...
by Chadb
Tue Nov 21, 2023 4:38 pm
Forum: Bug Reports
Topic: ATMEGA328P ILI9488 hardware SPI not work
Replies: 20
Views: 33969

Re: ATMEGA328P ILI9488 hardware SPI not work

Hi Jorgen,

I Just got the display and tried the 9488 driver, and it seems to be working. Now my problem seems to be the second spi for the touch interface. Were you able to get this going? If you have a flowcode file that works, I would love to see it.

Thanks,

Chad
by Chadb
Tue Nov 21, 2023 2:01 am
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14605

Re: LEDC PWM Driver on esp32

I had to do some python and git work for my LLM's and I broke my esp programming. I am going to try to get it going again and I will take a look.
Thanks!

Chad
by Chadb
Wed Nov 15, 2023 7:05 pm
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14605

Re: LEDC PWM Driver on esp32

Yeah, I get that. I am just confused why the SetDutyCycle doesn't work outside a loop and the set fade does. In theory, they should be both set and forget? Any way. I am looking forward to this being a component. Thanks for working on this. I have not seen the guts of an almost macro before. I am le...
by Chadb
Wed Nov 15, 2023 6:59 pm
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14605

Re: LEDC PWM Driver on esp32

Yeah, I get that. I am just confused why the SetDutyCycle doesn't work outside a loop and the set fade does. In theory, they should be both set and forget? Any way. I am looking forward to this being a component. Thanks for working on this. I have not seen the guts of an almost macro before. I am le...
by Chadb
Wed Nov 15, 2023 6:49 pm
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14605

Re: LEDC PWM Driver on esp32

The set fade will work outside a loop.