Dryw Wade
Dryw Wade
Hi there! It looks to me that both TX and RX are actually working fine. In this example, the ESP32 first sends a command to the module, and the module...
Hi there, apologies for the long response time! In the example, do you have `numChannels` set to the default of 1, or have you changed it to 512? The current...
Hi there, apologies for the long response time! This looks like a synchronization issue, which is probably caused by the large percentage of zeros sent by your controller. Could you...
Hi there, apologies for the long response time! Could you please provide more details on this? Which example are you running? What microcontroller are you using? What other hardware do...
Hi there, thanks for reporting this! I can replicate the problem on my end, will work on fixing this soon!
Ok, so the root problem is that those 2 packages don't match the format that Qwiic_Py expects in order to include them. Relevant code is here: https://github.com/sparkfun/Qwiic_Py/blob/50964b60e787bbee51f8ba7f11fdff496a04fd0e/qwiic/__init__.py#L156-L202 In short, it...
We at SparkFun have a working solution here, in case that helps: https://github.com/sparkfun/sparkfun-pico?tab=readme-ov-file#replacing-the-integrated-memory-allocator-routines
Also related, `Pin.ALT_PIO2` is not defined for RP2350: ``` >>> Pin.ALT_PIO0 6 >>> Pin.ALT_PIO1 7 >>> Pin.ALT_PIO2 Traceback (most recent call last): File "", line 1, in AttributeError: type object...
Sorry, I do not have time to do any development work on this. I'm just reporting the problem since [one of our customers had this problem](https://xrp.discourse.group/t/driving-the-rgb-led-in-arduino/730), so just passing on...
Seems to work great, thank you @ladyada!