mr-nice
mr-nice
I'm facing the same problem. I hope to find some time to write a PR. After looking through the other forks for the PineDio I think it's the best to...
Thanks for sharing your notes :) I think INI is bit 16 and pin 26 I wrote a small program with CH34xSetOutput from the vendors [library](https://github.com/zoobab/ch341-parport/blob/master/CH341PAR_LINUX/demo/ch34x_lib.c) to get more insight...
I found some time to play with this [driver code](https://github.com/rogerjames99/spi-ch341-usb/blob/master/spi-ch341-usb.c) connected to a logic analyzer which uses a slightly modified version of the write_outputs from the library code with the...
Hi, I dived into the topic. I rewrote the driver to support all pins and played with it. But before creating another PR for that I need some advice. The...
After rewriting the PineDio example code to use libgpiod, I can use the PineDio with my modified driver. The modified code can talk to the sx126x chip and the pins...
@Djhg2000 Hi, sorry for the confusion. The first step was to switch the command and don't add extra GPIO at all. I'm currently working on extending that branch. But I...
Cool @Djhg2000 , thanks for testing this out :) I will prepare a PR to add the rest of the GPIOs. But for that I need to claim the GPIOs...
I can only second that :)