Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrunot/arduinoday-2024
https://github.com/pbrunot/arduinoday-2024
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbrunot/arduinoday-2024
- Owner: PBrunot
- Created: 2024-02-17T14:22:59.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-22T21:01:11.000Z (10 months ago)
- Last Synced: 2024-03-23T21:40:39.835Z (10 months ago)
- Size: 8.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino Day 2024
Talk/workshop per Arduino Day 2024 intitolato "Arduino senza hardware"
Contenuti
- Utilità della simulazione
- Unità e accenno a formule
- Simulazione analogica con LTSpice, applicata alla legge di Ohm
- Simulazione digitale con Wokwi
- Integrazione progettazione hardware e software (CI)
- Esempio circuito complesso## Come generare la presentazione
Requisiti : installare mdslides da :
```ps
pip install git+https://gitlab.com/da_doomer/markdown-slides.git
```Generare slides nella sotto cartella build :
```ps
mdslides .\talk.md --include media --output_dir .\build
```Come generare PDF ?
- Aprire
build\index.html
in Chrome/Edge
- Aggiungere?print-pdf
all'URL
- Stampare senza margini, con grafica di fondo## Versioni
| Data | Versione | Descrizione |
| --- | --- | --- |
| March 2024 | 0 | Primo draft |