Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parisneo/boxprotector
A code to protect a box using a 4X4 keyboard and a servomotor
https://github.com/parisneo/boxprotector
Last synced: 4 days ago
JSON representation
A code to protect a box using a 4X4 keyboard and a servomotor
- Host: GitHub
- URL: https://github.com/parisneo/boxprotector
- Owner: ParisNeo
- Created: 2020-12-12T18:46:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T21:42:39.000Z (about 4 years ago)
- Last Synced: 2024-10-31T11:29:28.733Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://parisneo.github.io/BoxProtector/
- Size: 1.13 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BoxProtector
This is a Microbit simple Code to protect a box using a secret code.
To make this project you will need:
- A [microbit board](https://www.amazon.fr/BBC-BBC2546862-Micro-Bits-Go/dp/B01G8X7VM2/ref=sr_1_2?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=micro+bit+starter&qid=1607799336&sr=8-2)
- Ideally a [docking board](https://www.amazon.fr/MakerHawk-BBC-Micro-dAdaptateur-Programmation/dp/B07PNL41PZ/ref=sr_1_17?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=microbit&qid=1607799221&sr=8-17) to facilitate connection of other components
- A [4X4 Keyboard](https://www.amazon.fr/Universal-Switch-Keypad-Keyboard-Arduino/dp/B018CGKAYY/ref=sr_1_6?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=arduino+keyboard&qid=1607799422&sr=8-6)
- A [3.7g servomotor](https://www.amazon.fr/Kinshops-Contr%C3%B4le-A%C3%A9romod%C3%A9lisme-Direction-H%C3%A9licopt%C3%A8re/dp/B0849X79V6/ref=sr_1_11?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=servo+moteur+3.7g&qid=1607799638&sr=8-11). Please notice that if you want to use a stronger servo, you will need to have an extra board because the microbit can't deliver more than 90mA to the servo.> Ouvrir cette page à [https://parisneo.github.io/boxprotector/](https://parisneo.github.io/boxprotector/)
## Utiliser comme extension
Ce dépôt peut être ajouté en tant qu'**extension** dans MakeCode.
* ouvrir [https://makecode.microbit.org/](https://makecode.microbit.org/)
* cliquez sur **Nouveau projet**
* cliquez sur **Extensions** dans le menu engrenage
* recherchez **https://github.com/parisneo/boxprotector** et importez## Éditer ce projet ![Badge du statut de la compilation](https://github.com/parisneo/boxprotector/workflows/MakeCode/badge.svg)
Éditer ce dépôt dans MakeCode.
* ouvrir [https://makecode.microbit.org/](https://makecode.microbit.org/)
* cliquez sur **Importer** puis cliquez sur **Importer l'URL **
* collez **https://github.com/parisneo/boxprotector** et cliquez sur importer## Aperçu des blocs
Cette section montre le code des blocs du dernier commit dans la branche master.
Cette image peut prendre quelques minutes pour être actualisée.![Un rendu de la vue des blocs](https://github.com/parisneo/boxprotector/raw/master/.github/makecode/blocks.png)
#### Métadonnées (utilisées pour la recherche, le rendu)
* for PXT/microbit
makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");