Device Setup

Raspberry Pi with FullPageOS

Overview

Setting up a Raspberry Pi with FullPageOS allows for automatic kiosk mode operation, displaying a specific URL upon startup. This setup is ideal for showing the HallPlan page on a dedicated screen without manual interaction.

Installation Steps

  1. Download FullPageOS

  2. Flash the Image to an SD Card

    • Use a tool like Raspberry Pi Imager or balenaEtcher.

    • Select the FullPageOS .img file and write it to your microSD card.

  3. Configure the WiFi (if needed)

    • Open the fullpageos-wpa-supplicant.txt file on the boot partition.

    • Add your WiFi credentials.

  4. Set the Target URL

    • Open the fullpageos.txt file.

    • Replace the default URL with your HallPlan URL.

    URL=https://watchmen.novoai.de/hallPlan/<hallPlan-id>?api-key=<API-AccessKey>
    
  5. Insert the SD Card and Boot the Raspberry Pi

    • The system will start in kiosk mode, displaying the configured URL.
Updated on