Paciente8159
Paciente8159
Thanks. I'll test as far as I can go on my PC. I'll need you to do some tests of your own later on and I will send you detailed...
Thanks for your feedback. I will eventually implement this (to be usable for example with files that are executed from an SD card) but for now I have a few...
Due to inactivity this issue will be closed. Please feel free to comment when you have your design request or open a new issue. Thanks.
Implemented an embedded surface leveling that works in the following way: - Enables G39, G39.1 and G39.2 gcodes (G39 is in the motion modal group. It will remain active until...
RP2040 already support 74HC595 via bitbang or SPI. I2S is not yet supported.
Ok thanks for the feedback. You might get even better throughput using hardware SPI @ 20MHz (theoretical top speed for the 74HC595). Never the less I will leave this open...
Thanks for the info. Very interesting stuff indeed. I'll will dive deeper into this for sure.
> Always keep an eye on this project, and I just wanted to mention that GRBLHAL has support for shift registers on RP2040 using the PIO. This creates the entire...
Although I would like o implement I2S support for RP2040, it's currently not a priority and the PIO integration should allow a usable solution (#568). I'm closing this for now.
This is a intrinsic problem with Arduino IDE. The compiled binary is bigger than the one generated via VSCode because you cannot customize the building flags (not without messing with...