"Man müsste mal": Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(3 intermediate revisions by 3 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...
 
== Laser safety system ==
It still crashes sometimes, especially when using high power on the laser.
 
The wiring to the arduino needs to be shielded better (at the ends), maybe add a low pass filter and add proper connectors.


== Storage robot ==
== Storage robot ==
Line 17: Line 27:


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

Revision as of 15:44, 2 February 2020

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...

Laser safety system

It still crashes sometimes, especially when using high power on the laser.

The wiring to the arduino needs to be shielded better (at the ends), maybe add a low pass filter and add proper connectors.

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