Finally, it’s here! Some proper code for reading SSDs and (eventually) other SIBO peripherals.
I’ve spun off some the Arduino code from SIBODUMP, added the FlashFS code from SIBOIMG, ported it to PlatformIO, and pushed it to GitHub.
So, the TL;DR is:
- Two major bugs squished.
- It works with more boards now (Pico, ESP32, Arduino Nano)
- It’s still uses the Arduino libraries, but it’s now based on PlatformIO
- You’ll need level shifters for 3.3v (I’ve included an example)
- Would regular Raspberry Pi compatibility be useful?
- Next steps
- Discord chats
So, take a look at the code over on GitHub Codeberg, then read on.