https://github.com/tiryoh/raspimouse_jupyternotebook
JupyterNotebook for RaspberryPiMouse
https://github.com/tiryoh/raspimouse_jupyternotebook
raspberry-pi-mouse
Last synced: 21 days ago
JSON representation
JupyterNotebook for RaspberryPiMouse
- Host: GitHub
- URL: https://github.com/tiryoh/raspimouse_jupyternotebook
- Owner: Tiryoh
- License: mit
- Created: 2017-10-04T14:50:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T10:59:38.000Z (over 8 years ago)
- Last Synced: 2025-10-30T11:39:17.212Z (9 months ago)
- Topics: raspberry-pi-mouse
- Language: Jupyter Notebook
- Homepage:
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspimouse_jupyternotebook
Install [Tiryoh/raspimouse_http_controller](https://github.com/Tiryoh/raspimouse_http_controller) on your RaspberryPiMouse.
## Demonstration
* sensor_receiver.ipynb
* https://youtu.be/KiiLwgnJNnQ
* sensor_monitor.ipynb
* https://youtu.be/sBr1ngoACnU
## Requirements
* Python library
* matplotlib
* jupyter
* [Tiryoh/raspimouse_http_controller](https://github.com/Tiryoh/raspimouse_http_controller)
## Installation
```
pip3 install matplotlib
pip3 install jupyter
```
## License
This repository is licensed under the MIT license, see [LICENSE](./LICENSE).
Unless attributed otherwise, everything is under the MIT license.