Add link to spi-ch341-usb on aur

pull/3/head
sssemil 2022-05-26 13:42:08 +02:00
rodzic 5a7f49301b
commit d965b9cae4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ make -j
- `BUILD_FOR_USB` : build the driver for the USB adapter and the `usb-communicator` test app.
## Dependencies
You need to install and load [this driver](https://github.com/rogerjames99/spi-ch341-usb) to be able to use the USB adapter. This spi-ch341-usb is a driver that configures the CH341 chip (USB <-> serial converter) mounted on the USB adapter and exposes it as a `spidev` (userland SPI API) device.
You need to install and load [this driver](https://github.com/rogerjames99/spi-ch341-usb) ([aur](https://aur.archlinux.org/packages/spi-ch341-usb-dkms)) to be able to use the USB adapter. This spi-ch341-usb is a driver that configures the CH341 chip (USB <-> serial converter) mounted on the USB adapter and exposes it as a `spidev` (userland SPI API) device.
## Run the test applications
The test applications (one for the Pinephone, one for the USB adapter) provide a very basic chat application : it prints all the data received on the LoRa radio and allows sending messages to other LoRa devices.