We also have an application which requires motor control and are evaluating the ESP32 for that function. Would be great to take a peak at the motor PWM.
Is it possible to provide some early information?
Best
Alan
There are two drivers in progress for driving the motors : Basic PWM (bpwm) and ...
Search found 5 matches
- Thu Apr 06, 2017 10:59 am
- Forum: General Discussion
- Topic: how to use esp32 input capture and motor pwm function?
- Replies: 15
- Views: 40204
- Thu Apr 06, 2017 10:56 am
- Forum: General Discussion
- Topic: how to use esp32 input capture and motor pwm function?
- Replies: 15
- Views: 40204
Re: how to use esp32 input capture and motor pwm function?
Hi,
I noticed that datasheet said there are 4 pwm modules with input capture function in esp32, but I cannot find REG desc or code snippet on it.
Somebody used that?
There are two drivers under progress for driving the motors : Basic PWM (bpwm) and MCPWM (Motor Control PWM) . They will feature ...
I noticed that datasheet said there are 4 pwm modules with input capture function in esp32, but I cannot find REG desc or code snippet on it.
Somebody used that?
There are two drivers under progress for driving the motors : Basic PWM (bpwm) and MCPWM (Motor Control PWM) . They will feature ...
- Mon Dec 19, 2016 10:34 am
- Forum: Sample Code
- Topic: spi driver for lcd interfacing
- Replies: 18
- Views: 45434
Re: spi driver for lcd interfacing
Sorry to miss that. I have replaced the .rar and added a readme with it.Nice to see my code is in demand. Sad to see the credits are lost.Here's a driver & example code for ILI9341 using the adafruit library.
Sincere apologies, Nilay
- Mon Dec 12, 2016 1:15 pm
- Forum: Sample Code
- Topic: spi driver for lcd interfacing
- Replies: 18
- Views: 45434
Re: spi driver for lcd interfacing
Here's an example code for ILI9341 using the adafruit library & Sermus' compile of ILI9341 on ESP8266 found here : https://github.com/Sermus/ESP8266_Adafruit_ILI9341.
It's now using a finished SPI driver & it can be used for building a simple UI on the screen. It's based on the esp-idf official sdk ...
It's now using a finished SPI driver & it can be used for building a simple UI on the screen. It's based on the esp-idf official sdk ...
- Wed Dec 07, 2016 4:11 am
- Forum: Sample Code
- Topic: spi driver for lcd interfacing
- Replies: 18
- Views: 45434
Re: spi driver for lcd interfacing
To add to that, we have written some codes for building a UI on ILI9341, and we can push the sample codes as soon as the SPI driver is out.