"Man müsste mal": Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(Created page with "This sentence is uttered very often when it comes to upgrades in the space, so why not gather all the ideas here? == Fix the MQTT to DMX converter == It freezes if you send...")
 
mNo edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This sentence is uttered very often when it comes to upgrades in the space, so why not gather all the ideas here?
This sentence is uttered very often when it comes to upgrades in the space, so why not gather all the ideas here?
== Tea stuff==
It would be nice to have a couple of teas, pots and strainers for those of us who don't care for coffee and still like hot beverages


== Fix the MQTT to DMX converter ==
== Fix the MQTT to DMX converter ==
It freezes if you send too many queries too quickly.


It freezes if you send too many queries too quickly.
[[User:Jorgen|Jorgen]] ([[User talk:Jorgen|talk]]) 13:36, 28 June 2016 (CEST): Maybe use the same technique as I in other projects with MQTT: ring buffer for incoming messages.
(non blocking). And inside the loop() method pop one message by the other and process them to DMX...


== Storage robot ==
== Storage robot ==
Line 9: Line 14:
We want to use the cellar for storage, but fetching the boxes is tedious. We need a storage bot to get the boxes for us.
We want to use the cellar for storage, but fetching the boxes is tedious. We need a storage bot to get the boxes for us.


== Please fill ==
== Music ==
 
Link the shared folder to the music system, so that we can dump our music there for all to hear.


== Volume control via Flowdock  ==
== Volume control via Flowdock  ==
Line 15: Line 22:


[[Category:Project]][[Category:Infrastructure]]
[[Category:Project]][[Category:Infrastructure]]
[[Category:Outdated]]

Latest revision as of 13:34, 12 November 2022

This sentence is uttered very often when it comes to upgrades in the space, so why not gather all the ideas here?

Tea stuff

It would be nice to have a couple of teas, pots and strainers for those of us who don't care for coffee and still like hot beverages

Fix the MQTT to DMX converter

It freezes if you send too many queries too quickly.

Jorgen (talk) 13:36, 28 June 2016 (CEST): Maybe use the same technique as I in other projects with MQTT: ring buffer for incoming messages. (non blocking). And inside the loop() method pop one message by the other and process them to DMX...

Storage robot

We want to use the cellar for storage, but fetching the boxes is tedious. We need a storage bot to get the boxes for us.

Music

Link the shared folder to the music system, so that we can dump our music there for all to hear.

Volume control via Flowdock