roberto1963
roberto1963
Hello, I have tested this code for TMC2208 with ESP32. ```cpp #include #define SW_RX 16 // TMC2208/TMC2224 SoftwareSerial receive pin #define SW_TX 17 // TMC2208/TMC2224 SoftwareSerial transmit pin #define EN_PIN...
I add these lines to setup and there is no change. So I test this new code and I had a look to the connection with a oscilloscope . Here...
I finally found the solution . It was necessary to call the mstep_reg_select function with parameter=1 to set GCONF register of TMC2208 as indicated in TMC220x_TMC222x_datasheet_Rev1.07.pdf (chapter 5.1: General Registers...
I have tried to compile this code with software serial : #include #include #define SW_RX 16 // TMC2208/TMC2224 SoftwareSerial receive pin #define SW_TX 17 // TMC2208/TMC2224 SoftwareSerial transmit pin #define...
I tried this code with the esp32 branch. The compilation is ok, but it does not work . The stepper makes just a turn. Then it doesn't turn any more...
Hello, This library is really great, it works well for texting and taking a photo (with KEY MEDIA VOLUME_UP) It would be great to add the keycodes to open the...
Hi, I tested the M5.shutdown function and it has the same problem: no matter how long is the delay value , it wakes up about 3 sec after shutdown. Also,...
Hello Felix, It seems that the library for M5 CoreInk is not updated for the library manager of arduino IDE . RTC_WakeUp example is on Github but not in arduino...