I just wanted to mention that (ONLY IF) the new version of the KL25Z "is still in-production" AND the Pinscape code mostly ran on it (even with slightly-different USB ports and no accelerometer) seems like we (meaning you :-) could just adopt a common Standalone-Accelerometer from AdaFruit or SparkFun ...
It would definitely be technically feasible. There appear to be two tasks to get there:
1. someone would need to determine why the USB connection isn’t working and fix that,
2. and then once it’s connecting again, they’d just need to add the code needed to interface to whichever external accelerometer(s) they chose to support.
3. There’s not even anything mysterious or technically challenging about that; the software already connects to a number of other types of external chips, and in fact, the on-board accelerometer is itself just the same as any other external chip from the software’s perspective. Being soldered to the circuit board doesn’t make it special in any way at the software level.
4. The only reason none of this has happened is that it would take away time that I’d rather spend on Pinscape Pico at this point.
5. I don’t think anyone would get much benefit out of time spent on supporting the new accelerometer-less KL25Z since I can’t see any good reason to choose that over the Pico when planning a new pin cab project. Pinscape Pico does all of the same things and a lot more, and the Pico is much cheaper and more readily available, so I have a hard time seeing the use case for the neo-KL25Z.
1. Sorry, I read some of that in above thread, but I didn't really understand it was an actual USB problem (or they didn't eventually get it working). That changes things considerably.
2 & 3 . Cool, that's what I thought.
4. No problem. I just heard about Pinscape-Pico (actually, I read the whole GitHub project-page) . So, looks like you were ready for an core-architectural change and just made it happen. Wow.
5. Seeing as though you have made so much progress on Pinscape-Pico, you of course are correct. It's not like we need any of that to keep all the old ones going.
Edited by Tesla, 20 September 2025 - 07:27 PM.