https://github.com/mryslab/telemetrix-uno-r4
Control and monitor an Arduino UNO R4 Minima or WIFI using Python scripts.
https://github.com/mryslab/telemetrix-uno-r4
Last synced: 10 months ago
JSON representation
Control and monitor an Arduino UNO R4 Minima or WIFI using Python scripts.
- Host: GitHub
- URL: https://github.com/mryslab/telemetrix-uno-r4
- Owner: MrYsLab
- License: agpl-3.0
- Created: 2023-08-03T20:19:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-31T21:53:22.000Z (about 1 year ago)
- Last Synced: 2025-07-04T03:02:40.535Z (12 months ago)
- Language: Python
- Size: 7.62 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## telemetrix-uno-r4
# Telemetrix For The Arduino UNO R4 Minima and WIFI
This Python package allows you to monitor and control an UNO R4 Minima or
WIFI board by simply writing a Python script using one of the telemetrix--uno-r4 APIs.
APIs are provided for both synchronous and asyncio implementations.
| Feature | Minima | WIFI | Notes |
|------------------------------------|:------:|:----:|:-----:|
| Analog Input | X | X | |
| Analog Output (PWM) | X | X | |
| Digital Input | X | X | |
| Digital Output | X | X | |
| i2c Primitives | X | X | |
| Servo Motor Control | X | X | |
| DHT Temperature/Humidity Sensor | X | X | |
| HC-SR04 Sonar Distance Sensor | X | X | |
| SPI Primitives | X | X | |
| Scrolling Message Support | | X | |
| Integrated Debugging Aids Provided | X | X | |
| Examples ProvidedFor All Features | X | X | |
For the Minima, communication with the Python client is supported by a USBSerial
transport.
For the WIFI board, you may choose a WIFI, USBSerial or BLE transport. The transport
type is identified on the LED display.
Please refer to the [User's Guide](https://mryslab.github.io/telemetrix-uno-r4/) for further information, including installation
instructions and client APIs.
If you wish to extend Telemetrix's capabilities, a tutorial on how to do so is [available](https://mryslab.github.io/bits-n-bots/2025/05/20/telemetrix-under-the-hood--part-1/).
Programmed with [Pycharm](https://www.jetbrains.com/pycharm/) 