Slicer Discord
COVID-19 Tracker – 3D-Druckmodell von Thingiverse Thingiverse

COVID-19 Tracker

0 Downloads
1 Likes
0 Makes
Zum Modell
COVID-19 Tracker for At-a-glance : https://youtu.be/viHVAZqpwsI


C - Cases
R - Recovered
D - Deaths

Holes are intended for standard 5mm LEDs, and should fit snug with proper tolerance. If not, a quick blast with a lighter on the standoffs should allow the LED to fit in.

Rough example of code that runs the flasing LEDs:

```python
import requests
import json
import RPi.GPIO as GPIO
from time import sleep
import threading

CURRENT_DATA = dict()
ACTIVE_PINS = {"cases": 22, "recovered": 18, "deaths": 17}
CHANGE_INDICATOR_ENABLE = False
DATA_API_URL = "https://coronavirus-19-api.herokuapp.com/all"


def get_data():
"""
THis method should obtain from a reputable source the current data for COVID-19
The Return should be a JSON payload in the format of {"cases":n, "recovered":n, "deaths":n}
Should this not match, the above reference GPIO in ACTIVE_PINS should be adjusted. This matches for the
indicator lites based on the GPIO pin for each led
Quelle
Thingiverse
Was du zum Drucken brauchst: Anfänger Niedrige Konfidenz
Einteilig
Supports 1/3
Zusammenbau 0/3
Einstellungen 1/3
Druckbett 0/3
Nachbearbeitung 0/3
Drucker
FDM / FFF
Dateiformat
STL
Material
Software
Cura, PrusaSlicer o. Ä.
Noch keine Bewertungen
Noch keine Kommentare – sei der Erste!

Ähnliche Modelle

6 Vorschläge
Feed Blog Slicer Kostenrechner Bildersuche Einreichen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Zur Sammlung hinzufügen