Remotely Control And Monitor A Raspberry Pi Pico
Project description
Telemetrix-RPi-Pico
Interact and monitor a Raspberry Pi Pico remotely from your PC using Python. It is similar to Arduino Firmata, but written specifically for the Raspberry Pi Pico.
A full User's Guide is available online.
Python API documentation may be found here.
The Pico server code may be viewed here.
The following functionality is implemented in this release:
- Analog Input
- Digital Input, Digital Input Pullup, Digital Input Pulldown
- PWM output
- Loopback (for client/server link debugging)
- I2C Support
- SPI Support
- NeoPixel Support
- Servo Support
- HC-SR04 Type Sonar Distance Sensor Support
- DHT 11 and 22 Humidity/Temperature Sensor Support
- Autodetect PICO device over USB Serial.
- Automatic board reset of the PICO using the watchdog timer when application exits.
- Board will blink twice upon reset.
- Retrieval of the PICO's unique ID.
To install The Client Library:
Linux/macOS:
sudo pip3 install telemetrix-rpi-pico
Windows:
pip install telemetrix-rpi-pico
If you are upgrading from a previously installed version:
Linux/macOS:
sudo pip3 install telemetrix-rpi-pico --upgrade
Windows:
pip install telemetrix-rpi-pico --upgrade
To Install The Pico Server Application
-
Download and save the .uf2 file.
-
Place the Pico in file upload mode:
A. Press and hold the BOOTSEL button while applying power.
B. Release the BOOTSEL button.
C. In your file explorer, you should see a new folder appear called: RPI-RP2.
D. Drag the .uf2 file into this folder to upload the code.
Download And Run The Examples
-
Download, save, and uncompress the teletmetrix-rpi-pico Github repository.
-
Open the examples directory and run any of the examples. You may modify them to suit your needs.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file telemetrix_rpi_pico-1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: telemetrix_rpi_pico-1.4-py2.py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a27e4a730bf26b3dddf7a793b2f8c675387d01c0d6830ce40c5d512dbf3d4a65 |
|
MD5 | 991a0d006a97871ca1839089caedcf38 |
|
BLAKE2b-256 | 382ae8d0f768964d83231b287273e0fa697cc3a8329dc43d6f681ae273001348 |