Skip to content

pabl0xf/zumi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

So you have a new Zumi!

The first thing you need to do is connect her to your WiFi network.

  1. Use a microUSB cable to connect the USB port on the Raspberry Pi to your computer.
    alt text

For Mac Users:

  1. Goto System Preferences → Network → RNDIS/Gadget (should be in yellow light).
    alt text

  2. Configure IPv4 should be set to Manually.

  3. Set IP Address and Router to 192.168.7.1 + Subnet mask to 255.255.255.0. Press Apply.
    alt text

  4. Open Terminal and "ssh pi@192.168.7.2" alt text

  5. "sudo raspi-config" --> "Network Options" alt text

For Windows Users:

  1. Open up Network and Sharing Center and click on Change Adapter Settings alt text

  2. There will be a list of adapters. Find the RNDIS adapter and right-click to select Properties. ![alt text](https://cdn-learn.adafruit.com/assets/assets/000/029/335/medium640/raspberry_pi_4properties.png?1451151043]

  3. Select the Internet Protocol Version 4 (TCP/IPv4) from the connection list and click Properties. alt text

  4. “Use the following IP address:”

  • IP Address: 192.168.7.1 Subnet Mask: 255.255.255.0 Router: 192.168.7.1 alt text
  1. If there is a problem, try to unplug and replug the connection. Windows will have to identify the network.

  2. Open up command box and use “ipconfig /all” to check the connection alt text

  3. “ssh pi@192.168.7.2” alt text

Then you can see what she sees by clicking here!

http://zumi.local:5555/notebooks/recipe/ZumiCam.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • Python 1.6%
  • C++ 1.3%
  • HTML 1.0%
  • Jupyter Notebook 0.3%
  • CSS 0.3%
  • Other 0.3%