Skip to content

Commit

Permalink
Day 11 - 30 Days Lost in Space
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHedley committed Dec 23, 2023
1 parent 966b7e3 commit 1ce3221
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/includes/posts/inventr-ak1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
- [Day 6](inventr-ak1-day6)
- [Day 7](inventr-ak1-day7)
- [Day 8](inventr-ak1-day8)
- [Day 9](inventr-ak1-day9)
- [Day 9](inventr-ak1-day9)
- [Day 10](inventr-ak1-day10)
- [Day 11](inventr-ak1-day11)
Binary file added src/input/posts/images/inventr/ak1/Day11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/input/posts/images/inventr/ak1/keypad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions src/input/posts/inventr-ak1-day11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Day 11 - 30 Days Lost in Space
tags:
- inventr
author: alexhedley
description: Inventr - Adventure Kit 1
published: 2023-12-23
image: /posts/images/inventr/inventr_io_cover.jpg
imageattribution: https://inventr.io/
---

<!-- # Day 11 - 30 Days Lost in Space - Inventr -->

## 🏫 Lesson 11

- Day 11: Starting your control panel

- [Original](https://inventr.io/lessons/day-11/)
- [Remake](https://inventr.io/lessons/day-11-2/)

Today I got to use a new device, the keypad, which meant a new library was needed [Keypad](https://github.com/Chris--A/Keypad) from [Chris--A](https://github.com/Chris--A/).

!["Day 11"](images/inventr/ak1/Day11.jpg "Day 11")

![Keypad](images/inventr/ak1/keypad.png "Keypad")

Clicking each button from S1 to S16 outputs the following to the Serial Monitor.

```bash
17:49:58.714 -> 3
17:49:59.197 -> A
17:50:00.024 -> 4
17:50:00.539 -> 5
17:50:01.087 -> 6
17:50:02.942 -> B
17:50:03.881 -> 7
17:50:04.424 -> 8
17:50:04.842 -> 9
17:50:05.264 -> C
17:50:05.860 -> *
17:50:06.424 -> 0
17:50:06.878 -> #
17:50:07.458 -> D
```

### Parts

- Hero Board
- Type B USB Cable
- 8 cables (M-F)
- Keypad

## 👩🏻‍💻 Code

- https://github.com/inventrdotio/30DaysLostInSpace/tree/main/Day11-Starting_Your_Control_Panel

### Libraries

- https://github.com/Chris--A/Keypad
- https://www.arduinolibraries.info/libraries/keypad

## 📼 Videos

N/A

## 🔗 Links

- https://inventr.io/
- https://inventr.io/product/adventure-kit-30-days-lost-in-space/
- https://inventr.io/courses/adventurekit30dayslostinspace/

## Other Lessons

<?# Markdown ?>
<?!^ "./../includes/posts/inventr-ak1.md" /?>
<?#/ Markdown ?>

0 comments on commit 1ce3221

Please sign in to comment.