Skip to main content

Telemetrix Client For The ESP32

Project description

Telemetrix For The ESP32

Would you like to remotely control and monitor an ESP32 device from your PC using either a WI-FI or Bluetooth Low Energy (BLE) transport? This package provides everything you need to do so.

It consists of Python client APIs to construct your application and firmware installed on the ESP32 device.

The firmware uploaded to the ESP32 device takes advantage of the Arduino Core For The ESP32. As a result, the Arduino IDE is used to compile and upload the firmware to the device.

It is compatible with Windows, Linux, and macOS. It requires the use of Python 3.7 or greater.

NOTE: The threaded BLE version is not Windows compatible, however the asyncio version is compatible.

The following features are supported:

  • Analog Input
  • Analog Output (PWM)
  • Analog Output (DAC)
  • Digital Input
  • Digital Output
  • ESP32 Touch Pin Input
  • i2c Primitives
  • OneWire Primitives
  • SPI Primitives
  • DHT Temperature/Humidity Sensor Support
  • HC-SR04 Sonar Distance Sensor Support
  • Servo Motor Control
  • Stepper Motor Control (AccelStepper)
  • Both WI-FI and BLE Transports Supported
  • Available Online Client APIs:
  • Callbacks provide immediate notifications for fast and efficient input data change notifications.
  • The Code Is Designed To Be User Extensible
  • Integrated Client/Server Debugging Aids Are Included

A User's Guide explaining installation and use is available online.

A complete set of examples is included. Use the horizontal scroll bar at the bottom of the features' table to view all the links.

Feature Feature Type WI-FI Examples WI-FI Asyncio Examples BLE Examples BLE Asyncio Examples
Analog Input GPIO analog_input_wifi.py analog_input_wifi_aio.py analog_input_ble.py analog_input_ble_aio.py
Analog Output (PWM) GPIO fade_wifi.py fade_wifi_aio.py fade_ble.py fade_ble_aio.py
Analog Output (DAC) GPIO dac_wifi.py dac_wifi_aio.py dac_ble.py dac_ble_aio.py
Digital Input GPIO digital_input_wifi.py digital_input_wifi_aio.py digital_input_ble.py digital_input_ble_aio.py
Digital Input Pull Down GPIO digital_input_pulldown_wifi.py digital_input_pulldown_wifi_aio.py digital_input_pulldown_ble.py digital_input_pulldown_ble_aio.py
Digital Input Pull Up GPIO digital_input_pullup_wifi.py digital_input_pullup_wifi_aio.py digital_input_pullup_ble.py digital_input_pullup_ble_aio.py
Digital Output GPIO blink_wifi.py blink_wifi_aio.py blink_ble.py blink_ble_aio.py
Touch Pin Input GPIO touch_wifi.py touch_wifi_aio.py touch_ble.py touch_ble_aio.py
i2c (ADXL345 Accelerometer) Device Communications Bus i2c_adxl345_accelerometer_wifi.py i2c_adxl345_accelerometer_wifi_aio.py i2c_adxl345_accelerometer_ble.py i2c_adxl345_accelerometer_ble_aio.py
OneWire (DS18x20 Thermometer) Device Communications Bus onewire_ds18x20_wifi.py onewire_ds18x20_wifi_aio.py onewire_ds18x20_ble.py onewire_ds18x20_ble_aio.py
SPI (MPU9250 Accelerometer) Device Communications Bus spi_mpu9250_wifi.py spi_mpu9250_wifi_aio.py spi_mpu9250_ble.py spi_mpu9250_ble_aio.py
DHT Temperature/Humidity Sensor Sensor Device Support dht_wifi.py dht_wifi_aio.py dht_ble.py dht_ble_aio.py
HC-SR04 Sonar Distance Sensor Sensor Device Support hc-sr04_distance_sensor_wifi.py hc-sr04_distance_sensor_wifi_aio.py hc-sr04_distance_sensor_ble.py hc-sr04_distance_sensor_ble_aio.py
Servo Motor Motor Control servo_wifi.py servo_wifi_aio.py servo_ble.py servo_ble_aio.py
Stepper Motor (Absolute Position) Motor Control stepper_absolute_wifi.py stepper_absolute_wifi_aio.py stepper_absolute_ble.py stepper_absolute_ble_aio.py
Stepper Motor (Continuous Motion) Motor Control stepper_continuous_wifi.py stepper_continuous_wifi_aio.py stepper_continuous_ble.py stepper_continuous_ble_aio.py
Stepper Motor (Relative Position) Motor Control stepper_relative_wifi.py stepper_relative_wifi_aio.py stepper_relative_ble.py stepper_relative_ble_aio.py
Transport Loopback Diagnostic System Diagnostic loop_back_wifi.py loop_back_wifi_aio.py loop_back_ble.py loop_back_ble_aio.py

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-esp32-1.4.1.tar.gz (121.7 kB view hashes)

Uploaded Source

Built Distribution

telemetrix_esp32-1.4.1-py3-none-any.whl (204.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