Skip to main content

Telemetrix Client For the Raspberry Pi Pico-W

Project description

telemetrix-rpi-pico-w

Interact and monitor a Raspberry Pi Pico W remotely from your PC using Python. It is similar to Arduino Firmata but explicitly written for the Raspberry Pi Pico W.

You have a choice of two client APIs. One uses Python threading for concurrency, and the other uses Python asyncio.

A complete User's Guide is available online.

The Pico W server code is available to 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
  • Stepper Motor Support
  • DHT 11 and 22 Humidity/Temperature Sensor Support
  • Automatic board reset of the PICO W using the watchdog timer when an application exits.

To install The Client Library:

pip install telemetrix-rpi-pico-w 

If you are upgrading from a previously installed version:

pip install telemetrix-rpi-pico-w --upgrade

To Install The Pico-W Server Application

Follow the instructions in the User's Guide.

Download And Run The Examples

  1. Download, save, and uncompress the telemetrix-rpi-pico-w Github repository. There is a directory for threaded examples as well as asyncio examples.

  2. Open the examples directory and run any of the examples using Python3. You may modify them to suit your needs.

This project was developed with Pycharmlogo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

telemetrix-rpi-pico-w-1.20.tar.gz (72.8 kB view hashes)

Uploaded Source

Built Distribution

telemetrix_rpi_pico_w-1.20-py3-none-any.whl (116.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page