beckstev / PiShop

Repo for a new raspberry pi workshop. Topic: More or less "Smart Home"
MIT License
0 stars 0 forks source link
jupyter-notebook python raspberrypi smarthome tutorial workhard workshop

PiShop

This repo includes all ideas and projects for the Smart Home Raspberry Pi Workshop. If any of you have a suggestion, problem or an idea? Feel free to open a new issue.

Workflow

To work efficently we should use milestones and the implemented Project function of git.

Project ideas

Before we create a new project folder, we should at ideas into the ideas folder.

How to create a new project?

Simply run: bash create_project.sh PROJECTNAME

What every project folder should contain?

This are a few details each project should have. However, if you thinks that something is missing please add it to the enumeration.

  1. Requried materials and python skills
  2. Milestones (with required skills)
  3. Approximate number of people which can work simultaneously on the project.
  4. python libraries which should be explained in the tutorial
  5. A manual
  6. Perhaps some links to webpages where we got our informations
  7. A .gitignore

Tutorial

We shoudl create a jupyter notebook tutorial. Please add topic to the tutorial_topics.txt inside the tutorial folder.