Skip to content

ESP32 Controller for a DG-Lab Coyote e-stim Powerbox.

Notifications You must be signed in to change notification settings

ltx4jay/Coyote-ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Coyote-ESP32

ESP32 Controller for a DG-Lab Coyote e-stim Powerbox.

WARNING: USE AT YOUR OWN RISK

The code is provided as-is, with no warranties of any kind. Not suitable for any purpose. Provided as an example and exercise in BLE development only. Do not use to control a power unit attached to a human body.

Some guardrails have been implemented to limit the maximum power that the Coyote can output, but these can easily be by-passed. The Coyote e-stim power box can generate dangerous power levels under normal usage. See https://www.reddit.com/r/estim/comments/uadthp/dg_lab_coyote_review_by_an_electronics_engineer for details.

IMPORTANT

Copy the file 'secrets.CHANGEME.h' to 'secrets.h' and update according to your device and home network. DO NOT add this file to the GIT repo as it may expose your credentials.

To Install

Open 'Coyote-ESP32.ino' with the Arduino IDE, compile and upload to an ESP-32 board.

After reset, the controller will go though the following sequence, indicated by the on-board LED:

  1. Solid LED: Scanning for then connecting to WiFi network if one is found.
  2. Flashing LED: Controller is scanning for Coyote device and accepts OTA updates.
  3. Solid LED: Controller has found the Coyote device and is connecting.
  4. LED off: Controller is connected to the Coyote device and generating waveforms.

By default, generates a high-frequency wave on port A, and the 'GrainTouch' wave on port B at power level 25.

References

About

ESP32 Controller for a DG-Lab Coyote e-stim Powerbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages