doc:appunti:hardware:raspberrypi_thermostat
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:hardware:raspberrypi_thermostat [2022/01/12 16:51] – [Installing the old Adafruit LCD library] niccolo | doc:appunti:hardware:raspberrypi_thermostat [2025/11/16 21:56] (current) – [Running a Telegram Bot on the Raspberry Pi] niccolo | ||
|---|---|---|---|
| Line 512: | Line 512: | ||
| ===== Running a Telegram Bot on the Raspberry Pi ===== | ===== Running a Telegram Bot on the Raspberry Pi ===== | ||
| + | {{ .: | ||
| To install the **[[https:// | To install the **[[https:// | ||
| Line 710: | Line 711: | ||
| ==== Installing the old Adafruit LCD library ==== | ==== Installing the old Adafruit LCD library ==== | ||
| - | As reported above, | + | As reported above, the old and discontinued |
| + | |||
| + | The library is not available from the **[[https:// | ||
| + | |||
| + | < | ||
| + | apt install python3-spidev | ||
| + | mkdir -p / | ||
| + | cd / | ||
| + | pip3 download Adafruit-GPIO | ||
| + | pip3 install Adafruit_PureIO-1.1.9-py3-none-any.whl | ||
| + | pip3 install Adafruit_GPIO-1.0.3-py3-none-any.whl | ||
| + | </ | ||
| We download the library from its **GitHub repository** and install it using **pip3**: | We download the library from its **GitHub repository** and install it using **pip3**: | ||
| Line 720: | Line 732: | ||
| pip3 install . | pip3 install . | ||
| </ | </ | ||
| + | |||
| + | The dependencies tree is the following: | ||
| + | |||
| + | * Adafruit_Nokia_LCD | ||
| + | * Adafruit_GPIO | ||
| + | * Adafruit_PureIO | ||
| + | * spidev | ||
| ==== Installing the Telegram Bot Python library ==== | ==== Installing the Telegram Bot Python library ==== | ||
doc/appunti/hardware/raspberrypi_thermostat.1642002686.txt.gz · Last modified: by niccolo
