rest of articles

This commit is contained in:
2018-05-07 16:55:49 +02:00
parent 46fee0d0e1
commit 10e888649b
25 changed files with 1542 additions and 0 deletions

View File

@ -0,0 +1,21 @@
define(`TITLE', `2-Wire Lightsensor with MBus-interface (bus-powered)')
define(`DATE', `2014-10-04')
define(`CONTENT', `
Today it was a 2-wire (so: bus-powered) light sensor with MBus-interface:
<a href="http://a385e-5.de/wp-content/uploads/2014/10/IMG_2378.jpg"><img src="http://a385e-5.de/wp-content/uploads/2014/10/IMG_2378-300x225.jpg" alt="IMG_2378" width="300" height="225" class="alignnone size-medium wp-image-497" /></a>
Here, it is already mounted on the sill outside the window with a piece of double-faced adhesive tape, enclosed in the package of an Apple Magic Mouse.
Note the piece in the lower-right corner (not the 10k resistor, next to it). This is finally the light sensor. It is regular BC177 transistor in metal case with the cap removed with a small Proxxon cutting-off machine. Works perfectly.
The whole thing consumes about 500uA (the jumper in the top-middle is in the power line between the bus-transceiver and the rest of the circuit, just to measure the current).
<a href="http://a385e-5.de/wp-content/uploads/2014/10/scan_006048.pdf"><img src="http://a385e-5.de/wp-content/uploads/2014/10/scan_006048-300x211.png" alt="scan_006048" width="300" height="211" class="alignnone size-medium wp-image-494" /></a>
BTW, this is my first MSP430 project. It is much more "low-power" than the AVRs on the Arduino boards ...
One note on the inhouse-wiring: The MBus-master is in the basement, the light sensor on the second floor. How to bring the MBus upstairs? Just use the already available infrastructure (Ethernet) cabling, which goes up from the patch panel in the basement into every room.
Here are the sources: <a href="http://a385e-5.de/wp-content/uploads/2014/10/MBusLightSensor-2014-10-05.zip">MBusLightSensor-2014-10-05</a>
')