DIY Raspberry Pi Desktop Tower Case with OLED Stats Display | ICECUBE Tower Cooler

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
viral science the home of creativity hey friends welcome back to another video and in this video i'll show you how to make this 3d printed rgb raspberry pi based computer case and this case is super special it has a oled display on the top over here which shows the information about the temperature the ip address ram usage disk usage all of that can be seen directly over here and this is a rgb case it looks very awesome and you can see the size of this case it's very lovely and right now the computer is running on this cpu only you can see the complete desktop you can browse over the chrome you can do your word editing all the microsoft office tools right now you can see uh i can browse on the google you can also watch youtube videos and do a lot of stuff and this raspberry pi has eight gigabit of ram in it and it's very smooth in working right now you can see the temperature is around 36 degrees only so this is a very cool case so i will show you step by step tutorial on how to build this how to do all the settings to display this information on this oled screen everything will be shown in detail so without wasting time let's quickly get started with this video here is the complete blog of this project which i have uploaded on my website that is www.viralsignscreativity.com links will be in the description so you can refer this blog with the video and follow all the steps properly so you don't miss out anything [Music] so this is the 3d design of our cpu tower case and i will be 3d printing it with my anet et4 pro 3d printer and these are the sides of our case which will be cutting on a 2mm clear acrylic sheet and i'll be sharing all these files with you so you can also do the same so here is the printer printing the case i am also using supports for all the winds so right now our model is ready and we will remove this supports by just pressing it and it will get off easily since i didn't had black filament so i printed it on a white filament and then i spray painted it black completely you can choose any color you want for your case i have chosen black color and these are the acrylic laser cuttings of the sides so this also came pretty well one of the acrylic side has the hole for the fan and also has holes for the ports of the raspberry pi so we can access it from outside only and the other acrylic sheet has holes uh from where a hot air will be passed out so it will also create a good ventilation airflow inside the case and these are the clear acrylic 2mm sheets which we are using so the next thing you'll need is a oled display the size of this display is 0.96 inch and this display properly fits inside the case because it has the slot where we can slide in this display and you also need the same size display for this case next thing you will need is a raspberry pi for computer model b and i'm using 8 gigabit ram model you can also choose a 4 gigabit ram model as well both will work fine and with this raspberry pi you'll also need a sd card i'm using a 32 gigabit sd card next main thing is this ice cube tower cooler sent to us by this unfounded dot com and this cooler is a rgb cooler and it has everything inside it to fix this cooler on a raspberry pi so this is the main cooler with the heatsink so you can see it's very good and it does the job very well as well and the fan over here is a rgb led fan and which directly connects to the 5 volt and the ground pin on the gpio pins of the raspberry pi and you will also get a extra fan if you want you can connect it as well so the very first step is to load the os into the sd card and we are using the raspbian os which is the official raspberry pi os so let's go to the computer screen so here is the official website of the raspberry pi and from here you will need to download the raspberry pi imager which will flash the os into sd card and here in the download options you will find multiple versions of the raspberry pi os so you can choose any one i am choosing this one with the recommended software and i've already downloaded it and now we'll also download the sd card formatter so you can download it for your windows or mac systems so here i have installed so first we'll select the sd card which we have connected to computer and we erase everything so now the sd card is formatted now we'll open the raspberry pi imager and we'll choose the os we'll go to use custom and selected the downloaded one and over here we'll choose the storage and this should be the sd card make sure you double check it and then we'll click on the right button and press the s button and now this will flash the os into the sd card so after some minutes it will be done and you will find this kind of messages just ignore it click on the cancel button and yeah you are done and click on continue and eject the sd card properly and connect this sd card to your raspberry pi back so after connecting the sd card you need to connect all the connections like display keyboard mouse and the power connector so here is the power cable i am using a micro hdmi to hdmi cable so i can connect it to my display [Music] next we are using is this power supply this is a 5 volt 3 amperes power supply type c cable so i've connected this as well and now we need to connect the keyboard and mouse so i'm using wireless keyboard mouse so i can connect this dongle and use it wirelessly so here is the keyboard and mouse which i am using and now at the very first boot you need to do some settings you need to select the country after selecting country select the language select the time zone and click on next now it will ask to create a user so enter the username enter the password whatever you want click on next here it will ask to if you want to change the screen size then here you need to connect to wi-fi network so it will get updated so i'm connecting to my wi-fi network after the connection it will ask to update so update your raspberry pi completely it will take some time and your screen will boot up so next thing is we need to connect the oled display make sure you do the connections properly every supplier of the oled display has different pin configurations so make sure you read the pin carefully and then connect the wire scl will connect to gpio3 sda will connect to gpio2 ground to ground and vcc to 3.3 volts so you can connect it according to the circuit diagram which i have shown [Music] so to display information on the oled screen we need to run a python script so follow all the commands carefully which i'll be showing you on the screen and do it carefully and slowly so the very first step is to keep the pi software updated so we'll run this command to check and if there are any upgrades or updates pending so it will be done after the upgrade we need to reboot the system so we'll type reboot and we'll press enter and it will get rebooted so after the reboot the next command is to install python so we are installing python3 after installing will upgrade all the tools setup tools [Music] next step is we'll upgrade the adafruit python shell and then we'll need to install the adafruit circuit python library as well [Music] so from this command we can install the libraries [Music] next we'll run this python script so enter this command and hit the enter button it will enable the i2c serial communication and everything and if it prompts to press any yes then press y and hit the enter button so as you can see it will ask for a reboot press y and hit the enter button and it will get rebooted so now we have enabled the i2c communication from the previous script and to check this you need to enter this command and this kind of table will appear where you will find this kind of 3c that will be the address of your i2c communication with the oled display and now we need to enter this command to install the libraries of the oled display [Music] and now using this command will download the original python script with which you can display the information on the oled display so after downloading it will navigate to its directory and from here we'll run this script so right now we are manually running the script and after running the script you can see all the information on your oled display you will see the ip address cpu usage temperature memory usage and disk usage so you'll see this kind of information on your oled screen and if you can see then you're done almost done and now we will need to run this script automatically when the pi boots up so to do this we need to add this script in a cron tab so in the chrome tab uh just enter this command crontab hyphen e then press 1 if you are using for the first time and go to the bottom of this run type script and here you will need to enter one following command so we'll type add the rate reboot space python then we'll enter the location from where we'll need to pick up the script and run it followed by the script name and space amphis and symbol now since the script is not available here right now so we'll first copy those scripts so open your directories and go to this folder home then go to your folder and over here you'll find oled underscore status folder and click over here and copy these two files that is stats dot py and pixel operation dot ttf copy these two or you can even cut paste or remove these files i am just copying it go to home go to the viral or in your case it will be pi and paste it over here so in this case uh your directory will be home slash pi in my case it is home slash veril so i need to change it so i'll change this pie to viral and now we need to save this in the crown tab so just press ctrl x then it will prompt to save it then press y and hit the enter button and it will save this so now next time when you reboot the oled screen will automatically show up so after reboot the oled display again showed the information so we don't need to run the python script again and again now it will be done by the cron jobs so now we'll assemble our beautiful mini 3d printed raspberry pi case so first we'll connect this standoff for raspberry pi and this standoff were included in the ic cooler tower kit so we have connected all the four standoffs now we need to place the raspberry pi over it [Music] so now from this heatsink i have removed this cooler this is the rgb fan so i've removed this fan and will now connect this heatsink with its connectors so this will connectors will be placed on the raspberry pi make sure you follow these numberings on this connector they are engraved on this and connect it accordingly they also provided two screws for this so we need to fix it with the screws [Music] so now we'll stick this thermal pad on the bottom of the heatsink for optimal cooling so the thermal pads are in the proper shape of this design so we need to use the same only [Music] so now to connect this cooler on the raspberry pi we need to connect the standoff again so we'll fix this raspberry pi with the standoff and on the top of this standoff will connect the heatsink [Music] just don't forget to remove the protection plastics from the thermal pads [Music] and we'll be using this screws to permanently fix this heatsink on this raspberry pi make sure you connect all the four screws [Music] so right now the heatsink is properly fitted on the raspberry pi so now we'll fix the fan on this acrylic sides so first i'll remove this protection stickers and from inside i'll be connecting this rgb fan connect the fan in such a way that it will intake the airflow inside the case and now we'll connect the oled display so it gets properly fitted over here so to permanently fix it i am using hot glue so i'm using this hot glue gun to properly stick it and i've already done it you can even apply some black tape on the hot glue so it will get hidden so now we'll pass on this wires of the fan to the other side and we'll connect this side of the acrylic and we'll tighten it up with the screws so i have connected all the four screws and now it's permanently fixed and on the other side you need to do this connections as we did before so i'm using this ribbon cable jumper to connect the oled display make sure you do the connections as we did before and we'll connect this fan wires to five volt and ground respectively so now we'll peel off the sticker from the other side of the acrylic and we'll connect this acrylic and tighten it up with screws so finally are this mini beautiful rgb raspberry pi cpu case is completely ready so now you just need to connect all the wires that is the display port power cable and the keyboard mouse cable and you're ready to work on this machine so here i am connecting the micro hdmi to hdmi cable for the display then we are connecting the power cable that is the type c and we are connecting the usb wireless dongle for the keyboard and the mouse and we are ready with this mini cpu so now with this amazing build you can do really cool stuffs you can even overclock the raspberry pi because the cooling system over here is very nice it keeps the constant temperature around 36 37 degrees with the normal use and with the heavy intense use it keeps around 50 degrees and that's very good and also you can do the normal work and also even do some intense work as well you can even add the retropie which is the game emulating system so with that you can play games over here so i hope you like this build and also don't forget to hit that like button share this video with your friends and also don't forget to subscribe to my channel for more such interesting videos and i will see you in the next one do subscribe and press bell icon to get instant notification for new video [Music]
Info
Channel: Viral Science - The home of Creativity
Views: 9,458
Rating: undefined out of 5
Keywords: viral science, viral science creativity, viral dodhia, arduino, raspberry pi, projects, How to make a PC Using Raspberry Pi, How to make a desktop computer using Raspberry Pi, How to Make a Raspberry Pi Based Mini Desktop, ultimate raspberry pi computer build, raspberry pi rgb computer, raspberry pi gaming computer, ICECUBE Tower Cooler, how to make raspberry pi desktop computer, raspberry pi desktop computer, raspberry pi oled stats display, interfacing raspberry pi oled display
Id: VYKGIUlvayo
Channel Id: undefined
Length: 19min 44sec (1184 seconds)
Published: Sun Jul 24 2022
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.