okyeron / neotrellis-monome

DIY neotrellis monome grid
191 stars 29 forks source link

RP2040 is not work with ansible #10

Open caicheng opened 1 month ago

caicheng commented 1 month ago

When pluged in to ansible. The ansible can recognize gird connect. The grid also can receive the led info.

But Ansible can't receive key press message. I've dive into the ansible firmware, and it is a very low level read error.

function "cdc_rx_done" always receve full buffer. it is a false read.

Any one can help?

okyeron commented 21 minutes ago

Known issue. Something to do with how TinyUSB on one side and libAVR32 on the other. There is no immediate fix.