Closed bmitov closed 5 years ago
nice abstraction :)
Thank you imayoda! :-) I think it maybe better to implement it with Sigma/Delta. Is there any documentation or explanation on the Sigma/Delta values?
hasn't read more than this on the argument, still waiting for my first esp32 breakouts to come :) https://esp-idf.readthedocs.io/en/v2.0/api/peripherals/sigmadelta.html kudos
Hi Mitov, your implementation works just fine!
Thank you arthurzennig, I showed it here as proposal to be included in the official library. I would also appreciate any suggestions for improvements. For now this is what I use in the Visuino support for ESP32. Cheers, Boian
Hi @bmitov
I have create a small library that provide the classic analogWrite for ESP32, please test it and give me your feedback
Repository https://github.com/ERROPiX/ESP32_AnalogWrite
Thank you ERROPiX, Looks good :-) . Seems like you are using some ideas similar to my implementation :-)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This stale issue has been automatically closed. Thank you for your contributions.
Hi everyone,
I am experimenting with this simple implementation for analogWrite. Please let me know what you think? For now I am adding it as a temporary solution in the Visuino libraries, until official support is implemented. Please feel free to use it in any way you want and include it or something similar in the ESP32 libraries.
Code: