https://github.com/barseghyanartur/programming-for-children
A workshop/presentation of some of the features of Arduino (lights, sound module, button) and Microbit (lights, accelerometer).
https://github.com/barseghyanartur/programming-for-children
arduino children-programming microbit workshop workshop-materials
Last synced: about 1 month ago
JSON representation
A workshop/presentation of some of the features of Arduino (lights, sound module, button) and Microbit (lights, accelerometer).
- Host: GitHub
- URL: https://github.com/barseghyanartur/programming-for-children
- Owner: barseghyanartur
- Created: 2018-11-21T21:05:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T10:08:08.000Z (over 6 years ago)
- Last Synced: 2025-05-25T09:05:46.846Z (about 1 year ago)
- Topics: arduino, children-programming, microbit, workshop, workshop-materials
- Language: Python
- Size: 2.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE_GPL2.0.txt
Awesome Lists containing this project
README
========================
Programming for children
========================
A quick presentation of some of the features of Arduino (lights, sound module,
button) and Microbit (lights, accelerometer). It's a workshop material for
children of 6-7 years old.
Material has been originally written in Dutch, but may be translated into
other languages.
Some of the code samples are taken from Internet.
If not stated otherwise, written by me (see the `Author`_).
Structure
=========
Project structure:
- `library`_
- `scripts`_
- `source`_
library
-------
Working code samples:
- `Arduino
`_
- `Microbit
`_
Make sure to check the `game
`_
written for Microbit. Children seemed to like it a lot.
scripts
-------
Helper scripts (build docs, install docs requirements).
source
------
The course material:
- `Arduino
`_
- `Microbit
`_
Build/generate the documentation
--------------------------------
**Install requirements**
.. code-block:: sh
./scripts/install.sh
**Build the docs**
.. code-block:: sh
./scripts/build_docs.sh
**Check the generated docs**
Documentation should be generated int two formats: HTML and PDF.
Check the `builddocs` directory.
License
=======
License is GPL 2.0.
Author
======
Artur Barseghyan