DavidBertet / PowerJeep

A Ryobi Battery Conversion for Ride on Cars
MIT License
63 stars 7 forks source link

Feature request: add fuction to halt motor's via RF remote #9

Open joroosen opened 3 months ago

joroosen commented 3 months ago

Hello,

There are numerous available input/output (I/O) ports on the ESP32 microcontroller. Is it feasible to incorporate a function into the code to utilize one of these I/O ports for connecting RF?

I aim to create a straightforward, single-button controller. Upon pressing the button, it should trigger the following actions:

BUTTON PRESS:

  1. If motors are enabled, disable them.
  2. If motors are disabled, enable them.
  3. Otherwise, take no action.

Appreciate your work on this project!