Smart Cities - Tiny House at Home

From Sensors in Schools
Revision as of 22:00, 16 November 2024 by EdmondLascaris (talk | contribs) (Created page with "= Raspberry Pi OS = * Starting with a fresh install of the Raspberry Pi Debian Bookworm OS with desktop (64 bit). * Use the Raspberry Pi Imager to install the OS on a 16MB micro SD card. * Complete the set up and updates on the Raspberry Pi. = Install the real Python IDE (not thonny) and the MQTT broker = * Open the Terminal and enter these commands <syntaxhighlight lang="bash"> sudo apt update sudo apt -y full-upgrade idle3 arduino </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Raspberry Pi OS

  • Starting with a fresh install of the Raspberry Pi Debian Bookworm OS with desktop (64 bit).
  • Use the Raspberry Pi Imager to install the OS on a 16MB micro SD card.
  • Complete the set up and updates on the Raspberry Pi.

Install the real Python IDE (not thonny) and the MQTT broker

  • Open the Terminal and enter these commands
sudo apt update
sudo apt -y full-upgrade idle3 arduino