SlabPi: Difference between revisions

From NURDspace
No edit summary
No edit summary
Line 7: Line 7:
}}
}}
SlabPi is the replacement for [[Slab]] on a Raspberry Pi 3. It has been moved, because of [[downscaling]].
SlabPi is the replacement for [[Slab]] on a Raspberry Pi 3. It has been moved, because of [[downscaling]].
It runs the MPD Server and it has a SenseHAT for measuring temperature, humidity and atmospheric pressure on Raspbian.
==MPD==
Fixed an issue where MPD hangs on song change. Fix it by uncommenting "device" option in the "audio_output" block (in my case ALSA) in mpd.conf.


Connection through client.
Connection through client.
Line 15: Line 22:
Port: 6600
Port: 6600


==Stuff running==


It runs the MPD Server and it has a SenseHAT for measuring temperature, humidity and atmospheric pressure on Raspbian.
==SenseHAT==
 
The measurements are locally readable on a Node-RED dashboard here. http://10.208.43.94:1880/ui/#/0 and public on https://metrics.nurd.space/dashboard/db/space-dash?refresh=1m&orgId=1


The measurements are locally readable on a Node-RED dashboard here. http://10.208.43.94:1880/ui/#/0


==WiP==
==WiP==
   
   
To do:
To do:
* Dashboard ported from local to public
* MPD Library sync issues
* Sensor measurement implementation on [[Nurdbot]]
* Sensor measurement implementation on [[Nurdbot]]
* SenseHAT is now directly above the Raspberry Pi 3 board, need to connect a 40 pin cable for better temperature measurement
* SenseHAT is now directly above the Raspberry Pi 3 board, need to connect a 40 pin cable for better temperature measurement
* Connection loss, needs ethernet cable plugged in

Revision as of 19:46, 30 April 2017

SlabPi
Slabpi.jpg
Owner Invict
Status Infrastructure
Location Behind the printer
Tool
Tool category

SlabPi

Slabpi.jpg {{{InventoryOwner}}}Property "Tool Owner" (as page type) with input value "{{{InventoryOwner}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. Behind the printer

SlabPi is the replacement for Slab on a Raspberry Pi 3. It has been moved, because of downscaling.

It runs the MPD Server and it has a SenseHAT for measuring temperature, humidity and atmospheric pressure on Raspbian.

MPD

Fixed an issue where MPD hangs on song change. Fix it by uncommenting "device" option in the "audio_output" block (in my case ALSA) in mpd.conf.


Connection through client.


Host: slabpi.dhcp.nurd.space

Port: 6600


SenseHAT

The measurements are locally readable on a Node-RED dashboard here. http://10.208.43.94:1880/ui/#/0 and public on https://metrics.nurd.space/dashboard/db/space-dash?refresh=1m&orgId=1


WiP

To do:

  • Sensor measurement implementation on Nurdbot
  • SenseHAT is now directly above the Raspberry Pi 3 board, need to connect a 40 pin cable for better temperature measurement