Giving Creality WiFi Box A Purpose: Introducing KlipperWrt & OctoWrt

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
the creality wifi box had a rough year after failing to deliver the specified features that creality had announced but in this video join me as i revive its reputation by installing either clipper or octoprint on it so without any further delay let's get into it [Music] hi [Music] regarding the guide do not follow this let's 3dprint.net guide as it is way outdated for more detailed instructions you can check out the respective github repositories that i've linked in the description for the initial configuration of the box you will need a sd card and a card reader you have to format the sd card which i will show you how in the next moment plug in the sd card to your computer right click on it and select format you will be presented with some formatting options for the file system select fad 32 and for allocation unit size select 4 kilobytes now click on start button to format the sd card [Music] next head over to the clipper wrt github page and click on clipper wrt v 2.1 under releases scroll down and click on the factory.bin file you can choose between fluid or mainsail for people willing to install octoprint can choose the fluid factory bin file after the bin file is downloaded rename the bin file to cxsw underscore update.tar.bz2 as shown here it will show a warning but ignore it and click on yes [Music] after renaming it copy and paste it to the sd card you just formatted and finally safely remove it from your computer [Music] now turn on your box and wait for it to boot up [Music] when all the leds are on put the sd card in your box and check if the red led blinks if it blinked for some time and stopped that means it is flashing the new bin file the box will complete flashing the firmware and restart itself you will see the green led blinking fast when the box restarts and eventually the green led will become stable showing that the box has booted up with the new firmware successfully now in a computer wi-fi list check for an access point named clipper wrt if it is present then the box was successfully flashed with the new firmware so connect to clipper wrt access point now connect to the box using lucy interface by typing 192.168.1.1 colon 81 you will be presented with a login page with root as default username and no password so just click on login and you will enter the lucy interface [Music] now go to the network menu on left side and click on wireless under wireless overview you will see a radio 0 option click on the scan button on its right and the box will scan for available wi-fi networks [Music] select your home's wi-fi network by clicking on join network button a menu will pop up asking for wi-fi passphrase which means password along with some other options which we will configure enter the wi-fi password and click on this log to bssid option for create firewall zone click on custom and type w1 after that click on submit button after that another menu will pop up showing all the configuration settings you just have to check that under interface configuration the mode is set to client and click on the save button [Music] after that click on save button and save and apply button it will apply the changes and reload the web page now if your network router assigns ib addresses on the 192.168. subnet like mine you will be not be able to connect to your box from your home network to solve that you have to go to interfaces menu under the network tab and click on the edit button of interface named lan now change the ipv4 address to a free subnet such as 192.168.3.1 and now click on save [Music] after that click on the drop down arrow on save and apply button and select apply unchecked this will save the changes but it will not refresh as the ip has changed now so just log in with the new ip you gave and check if it is working [Music] now disconnect from clipper wrt access point and connect to your home network and check for the box's ip address assigned by your router in its dhcp list if you don't know how to check your router's dhcp list or if it doesn't have that option then you can use nearsoft's wireless network watcher to find out the ib assigned via router to the box you can check out the link in the description to download wireless network watcher now connect to the box using the ip address assigned by your home router and access lucy interface now go to the services menu on the left side and click on terminal if your terminal doesn't load up then don't worry just go to the config tab beside it and change the interface to alias interface add the red w1 and click on save and apply [Music] it will apply the changes and refresh the page now if you go back to the terminal tab you can see the terminal is active so login to it by typing root and hit enter [Music] now go to clipper wrt github page and under automatic steps you have to copy the commands for first script to download and execute the first script which is common for both clipper and octoprint copy the commands using the copy button right click in terminal and paste it will start executing the commands you just have to follow along the script for some basic operation once the script is finished it will ask to reboot the box so type reboot and hit enter [Music] [Music] now if you want to install flipper on your box download and execute the second script under automatic steps similar to the first one you have to copy and paste the commands to the terminal and follow along to do basic operations [Music] so [Music] [Music] once the script starts installing the required packages do not press any key as later you will be asked to give your option for client so any garbage key press will lead to termination of the script you may see some warnings in yellow color you can ignore them without any issue after some time the script will ask for which client you want to install so type the number and hit enter [Music] after the second script installs reboot the box finally copy and paste the last command and hit enter to complete the installation foreign [Music] your clipper installation is now done and now you can access both lucy interface and fluid interface using the local dns called clipper wrt dot local [Music] [Music] once you are inside the floor interface you can change the printer name and display language under the settings tab on left side now it is time to create your printer.cfg file click on the configuration tab on left side then navigate to right side to a tab called config examples under this tab you can find several printer.cfg files to start with or alternatively you can download from our discord servers printer.cfg channel and choose from some readymadeprinter.cfg files [Music] after downloading your chosen file rename it to printer.cfg only or else it will keep showing error now update it to your box by clicking on this plus button and selecting on your file [Music] once the printer.cfg file is uploaded click on firmware restart and after 10 to 15 seconds the box will get connected to your printer only if it is connected to the box using a usb cable and has a clipper firmware already installed on its main board [Music] before you press the home button i would suggest you to properly configure your printer.cfg file to avoid any crashing of your printer [Music] finally if you want further details on configuring your printer.cfg file you can check out clipper's github page that i've linked in the description now for they ask you how you are you just have to say that you're fine when you're not really fine installing octoprint on the box head over to octo wrt github page and go to the preparation steps copy the commands one by one by clicking on the copy button and right click inside the terminal to paste it [Music] now go to installation steps and start copying the commands for installing openwrt dependencies the steps are pretty straightforward so do them accordingly [Music] [Music] [Music] [Music] [Music] finally after executing all the commands and rebooting the box access the octoprint interface by typing your box's ip address colon 5000. after the interface loads follow along the first time setup wizard of octoprint to set it up and when the server command section comes up use the commands that are specified on the github page and your octoprint installation is complete [Music] [Music] for compiling clipper firmware for your printer main board you can use the windows subsystem for linux any virtual machine of your choice or even the box itself [Music] i am going to use wsl for the compilation of clipper firmware so follow along if you want to know on how to set up wsl on your system you can watch this video by clicking on this icon start by opening your command prompt and type bash then do a update by typing sudo apt update [Music] after the updates are done install git package by typing sudo apt install git next go to clipper's github page and clone it into your system [Music] after that clone the script that i have linked in the description into the clipper folder that you cloned earlier [Music] now go to the clone folder inside the clipper folder and cut the script inside it and paste it in the clipper folder now execute the script by following the steps as shown here [Music] [Music] [Music] now after all the packages are installed it's time to build the firmware first type make menu config it will open the menu that will specify the features of your main board all the info about the key bindings are at the bottom choose your microcontroller and rest of the settings according to your main board after you are done press escape and save the settings by pressing the y key [Music] next type make to build the clipper firmware for your printer after the process is complete go to the clipper folder then go to the out folder then copy and paste the bin file to another fat 324 kilobyte allocated sd card [Music] finally put the sd card in your printer and turn it on it will flash the new firmware and now your printer is ready to talk with the box [Music] if you like the video do subscribe to my channel for more great content if you have any questions you can ask it in the comment section and finally thanks for watching [Music] you
Info
Channel: Hyper Makes
Views: 36,585
Rating: undefined out of 5
Keywords: diy, electronics, projects, howto, tutorials, india, diyprojects, maker, engineering, electronicsprojects, pcb, prototyping, ender 3, ender 3 pro, creality, ender 3 upgrades, ender 3 upgrades 2021, 3d printing, marlin upgrade ender 3, pla filament, dual gear extruder, ender 3 pro upgrades, bltouch, klipper, klipper firmware, klipper ender 3, creality wifi box, octoprint
Id: 0y3qt8cvtKY
Channel Id: undefined
Length: 24min 14sec (1454 seconds)
Published: Tue Sep 07 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.