Difference between revisions of "M5stack Atom Matrix"

From RevSpace
Jump to navigation Jump to search
(Another hand washing counter)
Line 16: Line 16:
 
==Handige tips==
 
==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 ([https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/WS2812B-2020_EN.PDF datasheet])
 
* 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 ([https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/WS2812B-2020_EN.PDF datasheet])
 +
* Kies in de Arduino IDE als board "ESP32 Pico Kit" met 115200 als upload speed.
  
 
==Foto's==
 
==Foto's==

Revision as of 14:57, 12 April 2020

Project M5stack Atom Matrix
2020-04-09 17.14.52.jpg
Klein ESP32 dingetje waar we er veel van hebben
Status Initializing
Contact Sebastius, F0x, Juerd, Foobar, Maxell, WinSCaP
Last Update 2020-04-12

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)
  • Kies in de Arduino IDE als board "ESP32 Pico Kit" met 115200 als upload speed.

Foto's

2020-04-09 17.14.52.jpg2020-04-09 17.14.47.jpg Ezgif-2-b8e6f24def0d.jpgEzgif-2-1bb5107b82ff.jpg

Datasheets, linkjes etc

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

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

Atom IR hack.jpg Overkill IR led hack. De Atom heeft standaard al een infraroodledje, maar een externe is wat makkelijker om te buigen en te richten.

Seconds counter for washing hands using updated number srites based of this font .

Another hand washing counter