80 lines
1.5 KiB
Markdown
80 lines
1.5 KiB
Markdown
---
|
|
theme: beige
|
|
highlightTheme: css/vs2015.css
|
|
|
|
---
|
|
|
|
<div style="width:100%; transform:scale(1.1)">
|
|
|
|
```mermaid
|
|
sequenceDiagram
|
|
Prototyping ->> Order: We need to come up with a working prototype by next week
|
|
Order ->> Code: ITM - decide the scope (more or less)
|
|
Order ->> Design: Case? No case?
|
|
Design ->> Presentation: Slides
|
|
```
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## Heads up!
|
|
we got two fucking weeks
|
|
|
|
---
|
|
## Current prototype board
|
|
I made the executive decision of using an RP2040 due to our prior experience with it:
|
|
|
|
|
|
[Insert here]
|
|
|
|
---
|
|
|
|
## Features
|
|
|
|
| Part | Function |
|
|
| -------------------------- | -------------- |
|
|
| NFC/RFID transceiver | Copying cards |
|
|
| 433 MHz transceiver | Replay attacks |
|
|
| HID (RP2040 supports this) | Rubber ducky |
|
|
### Anything else come to mind?<sup>*</sup>
|
|
<sub>* Keep in mind that we have 2 fucking weeks</sub>
|
|
|
|
---
|
|
## Issues
|
|
- 433 transceiver is a bit expensive
|
|
- Needs another look from someone
|
|
|
|
|
|
---
|
|
|
|
## Design
|
|
### Should we include a case?
|
|
This question is mostly for Mihai as it involves him designing it.
|
|
|
|
|
|
---
|
|
|
|
## Code
|
|
Let's discuss a potential scope for the project!
|
|
- Do we **only** provide bindings for the sensors?
|
|
- Will the attendees be building anything? If yes, **what**?
|
|
- C? Micropython?
|
|
|
|
|
|
---
|
|
|
|
## Let's distribute!
|
|
If we want to achieve *anything* given the short timeframe[^1], we're gonna need to copy the GAPC model.
|
|
|
|
**GitHub issues!**
|
|
|
|
|
|
|
|
<small> 1 (CircuitRee trademarked statement) </small>
|
|
|
|
|
|
---
|
|
|
|
# We got this!
|