Difference between revisions of "DB2.1 1.0"

From KONNEKTING Wiki
Jump to navigation Jump to search
Line 47: Line 47:
 
== Links ==
 
== Links ==
  
* [https://zeropage.io/wav-dateien-von-sd-karte-mit-arduino-abspielen/ WAV playback from SD]
+
* https://zeropage.io/wav-dateien-von-sd-karte-mit-arduino-abspielen/
* [https://github.com/Marzogh/SPIFlash SPI flash library]
+
* https://github.com/arduino-libraries/AudioZero
 +
* https://github.com/Marzogh/SPIFlash
  
 
[[Category:Device/Kits]]
 
[[Category:Device/Kits]]

Revision as of 07:21, 26 February 2018

DB2.1 v1.0 - 2 Button Doorbell
no image yet
Developer Alexander Christian
Status In Development
Microcontroller/Board M0dularis+
KNX connectivity MicroBCU


Description

PCB replacement for 2n Entrycom IP Uni doorbell. It will have 2 buttons with RGB background LED light and a speaker for PCM WAVE playback.

Hardware

M0dularis+ is used as base-controller.

Software

The software enabled the user to fully have control over the buttons. One idea ist to have multiple states for the buttons. For instance

  • Default (white background light): Rings the bell
  • Postman (yellow background light): Ringing the bell will playback a wave file, telling where he can put the package that you are waiting for. Additional things can be triggered by calling a KNX GroupAddress, f.i. open the garage door half a meter so safely store the package.
  • ...

Open Questions

  • how to get files onto the SPI flash?!

User Documentation

Developer Documentation

Build It

Links