Skip to content

MrYsLab/Telemetrix4RpiPico

Repository files navigation

Telemetrix4RpiPico

The Pico server code may be viewed here.

You may download the .uf2 file 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.

The Telemetrix4RpiPico server, in conjunction with its client peer, allows you to control a Raspberry Pi Pico remotely from your PC. A complete User's Guide is available describing how to install and use both the server and client.

To install the server, follow these installation instructions.