u2if
u2if copied to clipboard
USB to interfaces implementing MicroPython "machine" module functionalities on a computer.
In my project, I want run "regular" Python code on my main computer and have it communicate with external devices connected through the Raspberry Pi Pico. So I use this...
I was not able to detect the VCNL4010 ambient light sensor, as it will not ACK to a write to an invalid internal address (0x00 is not valid). This has...
I was not able to detect VCNL4010 ambient light and proximity sensor as it will not ACK a write to an invalid internal address (address 0x00 is not valid). It...
Would it be possible to implement a USB-to-UART bridge that shows up on USB-CDC similar to how the MCP2221a has the USB-HID and USB-CDC which maps the TX and RX...
### TODO - [x] Get new PID from Adafruit - [x] Create PRs for the following two repositories - [x] https://github.com/adafruit/Adafruit_Python_PlatformDetect - [x] https://github.com/adafruit/adafruit_blinka
Below is a possible improvement to the udev-rules. It is based on the suggest udev-rules in the `libusb/hidraw` project Ref: https://github.com/libusb/hidapi/blob/6fcb0bb2282dbb505561a53689eba0c0536570d9/udev/69-hid.rules ``` # PICO #KERNEL=="hidraw*", ATTRS{idVendor}=="cafe", ATTRS{idProduct}=="4005", TAG+="uaccess", GROUP="plugdev", MODE="0660"...
While testing U2IF I've noticed that it sometimes takes more than one try to connect to the device: ``` >>> dev = machine.Device() Traceback (most recent call last): File "",...
when using machine.u2if.py I was confronted with an error I investigated the cause. I found that line 40 reads: serial_number = self._hid.serial and line 49 reads: return self.serial_number. When I...
For any reason, it seems the udev rule is not working, which is weird because it´s syntactically correct. Whenever I change manually the rights on /dev/hidraw1 I can execute some...
Could you post some build instructions please?