access point notice

This commit is contained in:
waltem01 2024-03-15 12:03:41 +01:00
parent 1f55a5d1d4
commit 0ddb31c004

View File

@ -9,6 +9,7 @@ This is a REST API to access the Raspberry PI RGB LED Matrix over HTTP.
1. Install `Raspberry PI OS Lite` using the [official installer](https://www.raspberrypi.com/software/).
2. Make sure you have Python version 3.9.* installed, as the [library](https://github.com/hzeller/rpi-rgb-led-matrix) uses a now deprecated module and as it is the only version proven to work.
3. Install all necessary dependencies shown within this library's [documentation](https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/README.md).
4. It is recommended to access the UI and SSH-Connection to the RPI using an access point. To see how to set one up, see this [guide](https://raspberrypi-guide.github.io/networking/create-wireless-access-point).
## Installation