Replies: 1 comment
-
|
I experimented further using another CH341 driver: With that driver, the CS0 GPIO pin is visible despite being "used" by SPI device. I then use the the following Meshtasticd config: Which results in the following log output when starting Meshtasticd: So the question about "which GPIO pin to use for CS" is still an open one.... Any idea? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I built a DIY module with CH341 (USB->SPI) + RF95.
I am connecting the USB device to linux x86 host running Ubuntu 22.04.
I am struggling to get the device detected by meshtasticd, mainly identify which pins must be in the config.
I use spi-ch341-usb kernel module driver which I configured that way:
Once the module is loaded and the USB device plugged, here is the linux system status:
My first questions are about the pin numbering I should use in the config:
(I will provide meshtastic config files and log output later on, based on those first questions)
(yes I already tried many different configurations with only failing results going from "cannot attach pin" to segfault errors.)
Thanks in advance for your support.
Beta Was this translation helpful? Give feedback.
All reactions