Open dimityrivanov opened 8 months ago
Slight update I managed to make it work but I am not sure about uart_set_line_inverse(uart_num, UART_SIGNAL_TXD_INV);
@shinyquagsire23 Is it possible to test this code on the setup you had ?
oh, I thought I PR'd that API change bc I vaguely remember having to modify the SDK to expose that inversion option? You can use external components but the ESP32 can definitely do the inversion on its own, let me double check
oh, I guess they broke the define at some point, I guess if you find a fix feel free to PR?
@shinyquagsire23 Hey Max I really like that you managed to make this example to work I would like to attach to my esp32 the joycon and read the button data from the 10 pinout connector is it easy to convert it to run under Arduino IDE, I tried:
I do get problems on UART_NUM_2 and UART_INVERSE_TXD | UART_INVERSE_RTS); and xTaskCreate, can you support me how to solve these problems ?