Current Status: Closed Alpha (12/30/2024) ~ 2 weeks
Next: Open Alpha/Beta
Have you ever wanted to modify settings, create drives, or see what your BlueSCSI was doing but it’s installed in your retro computer and you don’t want to grab it out? Well have I got the solution for you!
The BlueSCSI Toolbox – Web Edition provides you a similar experience to how PiSCSI’s web works – allowing you to interface with your BlueSCSI over Wi-Fi and make changes to how your BlueSCSI works and is configured. You can do things like:
- Eject CDs and other Removable devices
- Create blank devices
- View the log file
- Turn on or off features like debugging
- Restart or reload settings
- Edit and save back the ini file
- And a lot more!
BlueSCSI Toolbox – Web works by using a “Control” Pico-W to run and host the website and issue commands over the qwiic(i2c) bus. Hosting this on a second Pico was required as serving websites while time critical SCSI commands are executing would be problematic!
Open a website and browse to http://bluescsi.local from your phone, modern, (or retro!) computer and take control of your BlueSCSI.
The how:
Documentation is critical for any new feature or project so anyone can set this up. As we are testing we will be making updates to the Wiki, so keep an eye there! For hardware testers will need to wire this up themselves. We plan to make an all in one board with screen, encoder, button, and Pico-W that will fit nicely into a drive bay or external box.
Quick glance at my i2c development setup:
The future:
Features planned for first release (subject to change)
- File management on SD card (Delete, rename, move, etc)
- Small file upload and download from the shared directory.
- Upload new firmware versions.
- What else would you like to do?!
What we’re also working on:
USB<>SCSI Bridge – Tony from PiSCSI has been hard at work in his free time since November building some pretty cool stuff that will allow you to boot Windows 11 from your old Quantum SCSI drives (slowly!) https://github.com/BlueSCSI/BlueSCSI-v2/pull/221
Interactive USB Serial console – Maybe the web is not for you and you’d like to automate or control your BlueSCSI over a USB Serial interface. That code is actually what started me down the path for this web project! Once all the Web commands are finalized I’ll re-visit the Serial Console. https://github.com/BlueSCSI/BlueSCSI-v2/pull/215