Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design and implement communication between the STM and the ESP #22

Open
izsoandras opened this issue Apr 7, 2023 · 0 comments
Open

Comments

@izsoandras
Copy link
Contributor

izsoandras commented Apr 7, 2023

We would like to have the possibility to use the ESP to run the user application, while the STM operates as a simple command processor. The commands shall be sent over an UART channel and the following functionalities shall be available:

  • Writing to all output the robot has
    • 2 motors (setspeed, read enc, set pos, set PWM)
    • servo
    • LCD
  • Reading of all inputs
    • color sensor
    • distance sensor
    • encoder/speed
    • IMU (coming soon)
  • Setting system parameters
    • Servo middle point?
    • Color sensor parameters
    • Motor controller parameters
    • IMU parameters (coming soon)
  • Getting system parameters
    • all which is included in "setting"
    • robot ID
  • Any other (higher level) commands?

The RobonAUT serial description can be used as a starting point
UART-üzenetek-csomagolása_v1.1.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant