Smart Cities - Tiny House at Home: Difference between revisions

From Sensors in Schools
Jump to navigation Jump to search
(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>")
 
Line 9: Line 9:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo apt update
sudo apt update
sudo apt -y full-upgrade idle3 arduino
sudo apt -y full-upgrade  
sudo apt install -y idle3 arduino
</syntaxhighlight>
</syntaxhighlight>

Revision as of 22:01, 16 November 2024

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 
sudo apt install -y idle3 arduino