Difference between revisions of "Install dragit"
Line 20: | Line 20: | ||
3. Then you can see what to install. Switch to the one you'd like to install by the arrow key, and check the box by Space bar. <br> | 3. Then you can see what to install. Switch to the one you'd like to install by the arrow key, and check the box by Space bar. <br> | ||
To apply the sensor kit with Dragit, you only need to install the top one, Install Dragit. <br> | To apply the sensor kit with Dragit, you only need to install the top one, Install Dragit. <br> | ||
+ | |||
[[File:Install dragit4.docx.png]]<br> | [[File:Install dragit4.docx.png]]<br> | ||
+ | |||
+ | Then the program will finish the installation automatically. Just wait for a while and DO NOT disconnect the network.<br> | ||
+ | |||
+ | [[File:Install dragit5.docx.png]]<br> | ||
+ | |||
+ | If the prompt above appears, it means the installation is done. <br> | ||
+ | Then reboot the Raspberry Pi: <br> | ||
+ | sudo reboot | ||
+ | On your computer/tablet, open a web browser (Chrome/Firefox/Safari recommended), enter the IP address of the Raspberry Pi and then 8000: <br> | ||
+ | ''Example: 192.168.0.177:8000''<br> | ||
+ | |||
+ | [[File:Install dragit6.png]]<br> | ||
+ | |||
+ | Then you're in the Dragit window. |
Revision as of 08:24, 6 September 2018
Before any operations, you need to log into the Raspberry Pi remotely first. Here's how:
1. Get the IP address of the Raspberry Pi:
https://www.raspberrypi.org/documentation/remote-access/ip-address.md
2. Log in with the IP address, by ssh or VNC:
For ssh: https://www.raspberrypi.org/documentation/remote-access/ssh/README.md
For VNC: https://www.raspberrypi.org/documentation/remote-access/vnc/README.md
Now you're on the RPi already. Open a terminal for command lines. Let's see what's next.
1. Type in the command below:
wget https://s3.amazonaws.com/sunfounder/Raspberry/dragit_installer.py
2. After download is done, type in the command to run:
sudo python dragit_installer.py
3. Then you can see what to install. Switch to the one you'd like to install by the arrow key, and check the box by Space bar.
To apply the sensor kit with Dragit, you only need to install the top one, Install Dragit.
Then the program will finish the installation automatically. Just wait for a while and DO NOT disconnect the network.
If the prompt above appears, it means the installation is done.
Then reboot the Raspberry Pi:
sudo reboot
On your computer/tablet, open a web browser (Chrome/Firefox/Safari recommended), enter the IP address of the Raspberry Pi and then 8000:
Example: 192.168.0.177:8000
Then you're in the Dragit window.