florianL21 / drv_2605

ESP IDF driver for the TI DRV2605 haptics driver chip
GNU General Public License v3.0
1 stars 0 forks source link

License? #1

Open aeblyve opened 1 month ago

aeblyve commented 1 month ago

Hello Florian,

I found this code by searching for DRV_2605 drivers in ESP-IDF on GitHub. I'm interested in using this work in a device I am building.

As such, could you let me know of the code license? Thanks.

florianL21 commented 1 month ago

Hello,

I've just added a GPLv3 license. Also please note that I did have some issues with the auto calibration on this chip. If you want to play around I would recommend to start off without using the auto calibration and only enable it at a later point.

I've also found that it's worth trying out both ERM and LRA mode even if you have an LRA device.

If you happen to find a bug in the code that makes auto calibration behave correctly please let me know. I've searched for hours and haven't found one. Contributions are of course also always welcome :)