Johan Kanflo
Johan Kanflo
Issue disappeared with Ubuntu 22.04.2 LTS.
I removed the line `PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTDO_U, 2);` from `spi_init_gpio(...)` and added toggling of my chosen GPIO CS manually: ``` gpio_write(cs_pin, 0); spi_tx16(iHSPI, data[0]
Good question. I should since that would enable valuable feedback before production starts. Give me a day or so.
+1 from me, this would be a useful feature indeed. Not having looked at the actual code to see where this could fit in, would it not be possible to...
For those of you struggling with the libusb permission error, have you tried replacing `usbhid-ups` with `nutdrv_qx`? Noticing my UPS enumerated as a HID device, I opted for the `usbhid`...
I would recommend reaching out to whoever might still be maintaining this project on a separate branch, see https://github.com/kanflo/opendps/issues/249.
That is indeed possible to do from a technical pov, time wise however I would label it "impossible" but someone else with the same hardware and time on their hands...