Difference between revisions of "Volkszähler"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* https://wiki.volkszaehler.org/hardware/controllers/ir-schreib-lesekopf-usb-ausgang | * https://wiki.volkszaehler.org/hardware/controllers/ir-schreib-lesekopf-usb-ausgang | ||
= Install desktop = | = Install desktop = | ||
+ | If you'd like to have the desktop configuration for the raspberry that you configured using the Volkzsähler image | ||
+ | you can install the desktop with: | ||
<source lang='bash'> | <source lang='bash'> | ||
sudo apt-get install raspberrypi-ui-mods -y | sudo apt-get install raspberrypi-ui-mods -y | ||
+ | sudo raspi-config # activate desktop via menu | ||
</source> | </source> | ||
+ | = Test USB S0 reader = |
Revision as of 07:25, 27 July 2019
- https://www.volkszaehler.org/
- https://wiki.volkszaehler.org/software/releases/start
- https://wiki.volkszaehler.org/howto/raspberry_pi_image
- https://wiki.volkszaehler.org/hardware/channels/meters/power/edl-ehz/edl21-ehz
- https://wiki.volkszaehler.org/hardware/controllers/ir-schreib-lesekopf?s[]=ir&s[]=lesekopf
- https://wiki.volkszaehler.org/hardware/controllers/ir-schreib-lesekopf-usb-ausgang
Install desktop
If you'd like to have the desktop configuration for the raspberry that you configured using the Volkzsähler image you can install the desktop with:
sudo apt-get install raspberrypi-ui-mods -y
sudo raspi-config # activate desktop via menu