Uploaded September 2022 | Updated September 2026, 2 weeks ago
Just using 4 wires some protoboard a digispark and a ultrasonic distance sensor and a little bit of code makes this simple project work. Right now its configured like a trip wire but can easily be changed to work when you sit at your desk. The idea is you get up your light and monitor will turn off. I use linux but it can be set up with nircmd on windows. Any way I use a custom shortcut on kde "gui+shift+y" to trigger "xset dpms force off" which turns my screen off and its super effective. Also feel free to change my code fix it if need be, I'm no coder so sure my code could be vastly improved feel free to link me any improvements to my discord and i'll update also leave your name commented in the code for credit.
-----------------------------------------------------------------------------------------------------------
Digispark " ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=digispark&_sacat=0&LH_TitleDesc=0&_odkw=protoboard&_osacat=0 "
-----------------------------------------------------------------------------------------------------------
The Sensor I Used " ebay.com/sch/i.html?_from=R40&_trksid=p2047675.m570.l1313&_nkw=2pcs+Ultrasonic+Module+HC-SR04&_sacat=0 "
-----------------------------------------------------------------------------------------------------------
Protoboard " ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=protoboard&_sacat=0&LH_TitleDesc=0&_odkw=2pcs+Ultrasonic+Module+HC-SR04&_osacat=0 "
-----------------------------------------------------------------------------------------------------------
My Code " drive.google.com/file/d/1m0ByJnCrs1rf2b1tm_lPxGen5D08HD9-/view?usp=sharing "
-----------------------------------------------------------------------------------------------------------
Last Video " youtube.com/watch?v=F6Q-iJoh8tM "
-----------------------------------------------------------------------------------------------------------
Please Visit: " everythingdigital1.com "
Just using 4 wires some protoboard a digispark and a ultrasonic distance sensor and a little bit of code makes this simple project work. Right now its configured like a trip wire but can easily be changed to work when you sit at your desk. The idea is you get up your light and monitor will turn off. I use linux but it can be set up with nircmd on windows. Any way I use a custom shortcut on kde "gui+shift+y" to trigger "xset dpms force off" which turns my screen off and its super effective. Also feel free to change my code fix it if need be, I'm no coder so sure my code could be vastly improved feel free to link me any improvements to my discord and i'll update also leave your name commented in the code for credit.
-----------------------------------------------------------------------------------------------------------
Digispark " ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=digispark&_sacat=0&LH_TitleDesc=0&_odkw=protoboard&_osacat=0 "
-----------------------------------------------------------------------------------------------------------
The Sensor I Used " ebay.com/sch/i.html?_from=R40&_trksid=p2047675.m570.l1313&_nkw=2pcs+Ultrasonic+Module+HC-SR04&_sacat=0 "
-----------------------------------------------------------------------------------------------------------
Protoboard " ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=protoboard&_sacat=0&LH_TitleDesc=0&_odkw=2pcs+Ultrasonic+Module+HC-SR04&_osacat=0 "
-----------------------------------------------------------------------------------------------------------
My Code " drive.google.com/file/d/1m0ByJnCrs1rf2b1tm_lPxGen5D08HD9-/view?usp=sharing "
-----------------------------------------------------------------------------------------------------------
Last Video " youtube.com/watch?v=F6Q-iJoh8tM "
-----------------------------------------------------------------------------------------------------------
Please Visit: " everythingdigital1.com "






![IBM Type 8556 BlueSCSI V2 Install Guide
So this isnt perfect but better then nothing I may have ran into some issues but everything works just fine. I did spoof the bluescsi it thinks its a ibm drive and I noticed I forgot that process in the video only after the fact. I will provide the bluescsi.ini I used then down below it goes on the SD card.
Commands And BlueSCSI .ini Used In The Video For Copying
1.Use the command lsblk to find the sd card in terminal
2. Use either of these commands to format the SD card be sure to use the right drive from the previous command replace sdX1
For a exfat sd card
sudo mkfs.exfat -L BLUESCSI /dev/sdX1
For a fat32 sd card
sudo mkfs.fat -F 32 -n BLUESCSI /dev/sdX1
3. Make the drive image and make sure its on the sd card.
dd if=/dev/zero of=HD6_NEW.img bs=512 count=800000
4. Copy the bluescsi.ini to the sd card
[SCSI]
Vendor=IBM-ESDI
Product=0661
Revision=0001
InquiryStandardVersion=2
SelectionDelay=255
EnableInt13=1
I will have the ini here soon sorry. I need to pull apart my IBM soon to put in the 3D print and sd card extension cable so I will have the ini in this section updated ASAP so that it matches the one I used in the video.The one above is a generic one it should still work in the mean time.
HARDWARE NEEDED!!!
BlueSCSI V2 Although external ones may work I didnt know about them prior but all I needed was a drop in drive replacement and needed to get the bad drive out if your drive is good maybe get a external BlueSCSI instead.
Sd Card Preferably 32Gb or below but up to 128GB will work but remember the .img file needs to be under 1GB
Reference Diskettes Can Be Found Here
https://www.ardent-tool.com/disks/
FUTURE 3D Print Files Will Go Here
LAST THING IMPORTANT YOUR BIOS
Its stored on the system if the cmos battery dies what ever settings you set will be undone. Make sure your cmos battery is ok if your running into issues its a easy thing to miss. When I used real spinning metal cleaning this system one day my battery died so I know from experience so I suggest maybe swapping that too while you have it opened if you dont know.
Last Video https://www.youtube.com/watch?v=t31Qh3jeMNA
Please Visit: http://everythingdigital1.com IBM Type 8556 BlueSCSI V2 Install Guide](https://i.ytimg.com/vi/DEmQrOUxmC4/mqdefault.jpg)



