M5stack Atom Matrix: verschil tussen versies
Uit RevSpace
Geen bewerkingssamenvatting |
|||
| Regel 48: | Regel 48: | ||
* https://github.com/sebastius/AtomPTT | * https://github.com/sebastius/AtomPTT | ||
=== | === Seconds counter with 10s and 100s seconds interval in different colors === | ||
* https://gist.github.com/Yornik/4f389cf738b04fcdd16d426f9ed69e1d | * https://gist.github.com/Yornik/4f389cf738b04fcdd16d426f9ed69e1d | ||
| Regel 55: | Regel 55: | ||
* https://gist.github.com/Kartoffel/6c617b232e3f39842af5577d5abd9e38 | * https://gist.github.com/Kartoffel/6c617b232e3f39842af5577d5abd9e38 | ||
=== Seconds counter for washing hands using updated number srites based of [https://www.dafont.com/5x5.font this font] . === | |||
* https://gist.github.com/Yornik/5db9cd381b9f9598e859bc34931f0f51 | |||
[[File:Atom_IR_hack.jpg|thumb|left|Overkill IR led hack. De Atom heeft standaard al een infraroodledje, maar een externe is wat makkelijker om te buigen en te richten.]] | [[File:Atom_IR_hack.jpg|thumb|left|Overkill IR led hack. De Atom heeft standaard al een infraroodledje, maar een externe is wat makkelijker om te buigen en te richten.]] | ||
Versie van 11 apr 2020 18:37
| Project M5stack Atom Matrix | |
|---|---|
| Klein ESP32 dingetje waar we er veel van hebben | |
| Status | Initializing |
| Contact | Sebastius, F0x, Juerd, Foobar, Maxell, WinSCaP |
| Last Update | 2020-04-11 |
Belangrijk volgens m5stack
NOTE: We have set the brightness of RGB LED limited to 20. Pls DO NOT set it higher to avoid damaging the LED and acrylic screen.
Handige tips
- WS2812B zit op pin 27 (25 stuks, led 0 linksboven als de USB connector naar je toe ligt, van links naar rechts), met de kleurvolgorde GRB (datasheet)
Foto's
Datasheets, linkjes etc
- https://m5stack.com/collections/m5-core/products/atom-matrix-esp32-development-kit
- https://docs.m5stack.com/#/en/core/atom_matrix
- https://github.com/m5stack/M5Atom
- Media:M5stack Atom Matrix - User Manual.pdf (PDF, 9p, 662 kB)
Jouw projecten hier?
demo code met platformio
Zie: https://github.com/bertrik/atommatrix
Wat doet het:
- voorbeeld van een demo-project met platformio
- zegt "Hello World!"
- animeert kleurtjes op alle LEDs (FastLED)
Compile en upload:
pio run -t upload && pio device monitor
Mumble-indicator
- https://github.com/Juerd/mumble-ping-esp32/commit/8951d2046e2a1a59b8d60c86b083ad5d65db85dd
- Fork && improve!
- Momenteel de nieuwste: https://github.com/f0x52/mumble-ping-esp32
Push to Talk (of een willekeurig keyboard knopje) via BLE
Seconds counter with 10s and 100s seconds interval in different colors
MQTT naar infrarood bridge
Seconds counter for washing hands using updated number srites based of this font .
