An open API service indexing awesome lists of open source software.

https://github.com/koji/raspberrypi-note

Raspberry Pi note
https://github.com/koji/raspberrypi-note

iot machine-learning nodejs opencv pi-setup python raspberry-pi raspberry-pi-3 raspberry-pi-gpio raspbian

Last synced: 11 months ago
JSON representation

Raspberry Pi note

Awesome Lists containing this project

README

          

# Raspberry Pi

This repository is a note of Raspberry Pi. It covers from setup to a project.

## ToDo
https://github.com/koji/raspi/issues

## Docs

### Basic commands
[22 Basic Commands You Have to Know](https://github.com/koji/RaspberyPi-Note/blob/master/commands.md)

### Settings

1. [setup guide](https://github.com/koji/RaspberyPi-Note/blob/master/doc/setup/README.md) This focuses on inital setup.
2. [create a swapfile](https://github.com/koji/RaspberyPi-Note/blob/master/doc/setup/swapfile.md)
Basically, this is for installing a heavy program like OpenCV.
3. [set crontab](https://github.com/koji/RaspberyPi-Note/blob/master/doc/setup/crontab_settings.md) The sample is how to take a photo with webcam every 8 am.

### Software
1. [install vnc_viewer](https://github.com/koji/RaspberyPi-Note/blob/master/doc/setup/vnc_viewer.md) This is useful when we don't have a monitor for pi and want to use GUI.
2. [install opencv](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_opencv.md)
3. [install oh-my-zsh](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_oh-my-zsh.md)
4. [install librealsense](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_librealsense.md)
5. [python3.6](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_python3.6.md)
6. [install berryconda](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_berryconda.md)
7. [install openFrameworks](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_openFrameworks.md)
8. [install Docker WIP](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_%20docker.md)
9. [install alexa WIP]()
10. [install google home]()
11. [install visual studio code(oss version)](https://github.com/koji/RaspberryPi-Note/blob/master/doc/software_installation/install_code-oss.md)
12. []()
13. []()
14. []()
15. []()

## Code sample
1. [analog input/output](https://github.com/koji/RaspberyPi-Note/tree/master/sample/analog)
2. [bluetooth wip](https://github.com/koji/RaspberyPi-Note/tree/master/sample/ios_bluetooth)
3. [led blink](https://github.com/koji/RaspberyPi-Note/tree/master/sample/led_blink)
4. [slack bot with webcam WIP]()
5. [control tello]()
6. [Coral USB with OpenCV]()
7. []()
8. []()
9. []()
10. []()

## Machine Learning
1. [setup ml env](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_machine_learning.md)
2. [darkflow WIP]()
3. [install berryconda](https://github.com/koji/RaspberyPi-Note/blob/master/doc/software_installation/install_berryconda.md)