Skip to content
/ SIMA Public

Software Package for a Simple Independent Mobile Actuator

License

Notifications You must be signed in to change notification settings

memristor/SIMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prototype for Controlling Dynamixel Motors via ESP-NOW

This project demonstrates how to control Dynamixel motors using the ESP-NOW protocol.

-Overview:

-A master ESP32 (esp-host.ino) sends a control signal packet to predefined MAC addresses.

-Each ESP32 slave device receives the packet and starts executing the motor control logic.

-It is necessary to retrieve and register the MAC address of each ESP32 individually before communication.

-Setup:

1.Obtain the MAC address of each ESP32 device.

2.Configure the master device (esp-host.ino) with the correct MAC addresses of the slave devices.

3.Flash the code to the master and slave ESP32 boards.
Upon receiving the signal, the slave devices will initiate motor control operations.

About

Software Package for a Simple Independent Mobile Actuator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published