Skip to content

Installation

kursatu edited this page Jan 2, 2017 · 3 revisions
  • Clone the project on your raspberrypi. It works on Raspian Jessie, Nov 2016. It does not any other packages or python libs.
  • Issue: sudo python lcd.py Open a browser on your raspberrypi. http://localhost/ Or on your network and visit url http://<my_raspberry>/

  • Turn your raspberrypi into a wifi hotspot using this article using this article. https://help.ubuntu.com/community/WifiDocs/WirelessAccessPoint I had to change up/down events in the interfaces file to add metric for the default gateway and remove the gateway directive. Otherwise, with dual wifi cards it would not route.
  • Install samba and winbind to better resolve names, especially for PC clients.

  • Connect to your raspberry using any device via its hotspot ssid or via http://10.0.0.1/ (if you used the same ip's above).
Clone this wiki locally