Smart Cities - Tiny House at Home (Alternate way)

From Sensors in Schools
Revision as of 09:57, 27 November 2024 by Jeremy (talk | contribs) (Created page with "=Required Items= * [https://core-electronics.com.au/raspberry-pi-pico-wh.html Raspberry pi pico wh (wireless with headers)] * [https://core-electronics.com.au/temperature-sensor-waterproof-ds18b20.html OneWire temperature sensor] * Other sensors: ** [https://core-electronics.com.au/piicodev-precision-temperature-sensor-tmp117.html Precision temperature sensor] ** [https://core-electronics.com.au/piicodev-real-time-clock-rv3028.html RTC - Real Time Clock] * Breadboard to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Required Items

Installing Thonny IDE

Follow installation steps for your os

For Windows/Mac

visit the thonny website and download the latest windows installer https://thonny.org/

For Linux

Installer (installs private Python 3.10 on x86_64, uses existing python3 elsewhere)

bash <(wget -O - https://thonny.org/installer-for-linux)

Re-using an existing Python installation (for advanced users)

pip3 install thonny

Thonny IDE Setup

Steps to setup Thonny for use with pico w

Connect Raspberry pi pico

  1. Connect the pico to your computer using a micro-USB to USB-A cable
  2. Open Thonny IDE
  3. Click 'Configure Interpreter' or the hamburger menu on the bottom right

  1. Select 'MicroPython (Raspberry Pi Pico)'

Install Required Packages