Search found 63 matches

by Chadb
Wed Nov 15, 2023 6:46 pm
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14969

Re: LEDC PWM Driver on esp32

Ah ok. I'l give that a shot. I didn't realize that you had to have a null loop in there.

I also noticed that you can do basically the same thing if you just set the fade time to 0.

So it works if I put it into a loop but it doesn't work outside of the loop after the initalize.
by Chadb
Wed Nov 15, 2023 6:27 pm
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14969

Re: LEDC PWM Driver on esp32

I just used your demo and disabled the loop, enabled SetDutyCycle(4000) and ran it. I was assuming this would just set a pwm ~50% at the set 5k rate based on what was in the (). Maybe I screwed up (likely). Remember that I am a noob. All I have done with flow code so far is debug components and chip...
by Chadb
Wed Nov 15, 2023 4:23 pm
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14969

Re: LEDC PWM Driver on esp32

Ok, gotcha. Could that also be called blocking? Sorry I admittedly suck at software. I am a hardware guy. I played with it, and it is working here so far. I really like that you can set the FREQ high. I am super sensitive to led flicker, and it drives me crazy. I am going to use this to set the back...
by Chadb
Wed Nov 15, 2023 2:48 pm
Forum: User Components
Topic: LEDC PWM Driver on esp32
Replies: 18
Views: 14969

Re: LEDC PWM Driver on esp32

Hey, this is awesome! I will give it a go. What is the difference between the NO_WAIT and Wait?
by Chadb
Tue Nov 14, 2023 5:08 pm
Forum: Bug Reports
Topic: ESP32 Bitmap drawer is broken
Replies: 8
Views: 11440

Re: ESP32 Bitmap drawer is broken

Hey, any news on the display issue?
by Chadb
Tue Nov 14, 2023 1:30 pm
Forum: Bug Reports
Topic: ATMEGA328P ILI9488 hardware SPI not work
Replies: 20
Views: 34113

Re: ATMEGA328P ILI9488 hardware SPI not work

Hey, I ordered a 3.5" display that claims to be an ILI9488. Reading the comments on Amazon it is actually a ILI9481. I haven't gotten mine yet but might explain why there are some issues. I am going to try to get one of these working with the ESP32. There are a lot of these on Amazon now, so it woul...
by Chadb
Fri Nov 10, 2023 1:31 pm
Forum: Bug Reports
Topic: ESP32 Bitmap drawer is broken
Replies: 8
Views: 11440

Re: ESP32 Bitmap drawer is broken

EDIT* The blotches are only present in the slow version. The fast doesn't have them, but the weird top and bottom of the image are there.
by Chadb
Fri Nov 10, 2023 1:18 pm
Forum: Bug Reports
Topic: ESP32 Bitmap drawer is broken
Replies: 8
Views: 11440

Re: ESP32 Bitmap drawer is broken

Ok gave it a try. It doesn't simulate correctly: Capture sim.PNG This is what it looks like on the display. The dark spots are in the image on the display and are not in the original image. Also, there is something going on the top and bottom of the image. Ironically, the parts that do get simulated...
by Chadb
Fri Nov 10, 2023 12:31 pm
Forum: Bug Reports
Topic: ESP32 Bitmap drawer is broken
Replies: 8
Views: 11440

Re: ESP32 Bitmap drawer is broken

Hi Martin, thanks for getting into this for me. I will give it a try right now. Is there a possibility to get more than 10 bmps? I think I might need more not sure just yet. i2c: There seems to be some issue with using over 400k. If you set to hardware and choose 1mb there is some overflow issue. It...
by Chadb
Fri Nov 10, 2023 12:33 am
Forum: Bug Reports
Topic: ESP32 Bitmap drawer is broken
Replies: 8
Views: 11440

Re: ESP32 Bitmap drawer is broken

Sure. This is just a first test of the ESP so nothing fancy. I also noticed that hardware I2C doesn't work. I have to use software. I am running 4 io expanders. Thanks, Chad testesp32.fcfx Edit: I tried to attach the .bmp, But it seems to be prohibited from upload. It is just a 150x150 test bmp. It ...