How to work vibration on Core2 V1.1 (K010-V11)?



  • Hi,

    I am using Previous Core2 (K010) and New Core2 (K010-V11) .
    Previous Core2 Vibration can work with following code but New Core2 Vibration cannot work.
    Core2 bottom show Previous:AXP-LDO3 -> New:DLA01.
    Is there any example code to work DAL01?

    [code]
    M5.Axp.SetLDOEnable(3, true);
    delay(100);
    M5.Axp.SetLDOEnable(3, false);

    [Previous Core2 bottom]
    0_1705296371924_Previous(K010).jpg

    [New Core2 bottom]
    0_1705296410046_New(K010-V11).jpg



  • Hello @MAFTY

    simply call M5.Axp.SetVibration(true/false) - this should work on both M5Core2 versions. See here.

    Thanks
    Felix



  • Hi felmue,

    Thank you for your comment.
    I have done with M5.Axp.SetVibration command.

    Thank you!