Search found 6 matches
- Fri May 26, 2023 1:34 pm
- Forum: General Discussion
- Topic: Problem controlling stepper motors using joysticks and ESPNOW
- Replies: 7
- Views: 2526
Re: Problem controlling stepper motors using joysticks and ESPNOW
the servo is not working
- Fri May 26, 2023 1:33 pm
- Forum: General Discussion
- Topic: Problem controlling stepper motors using joysticks and ESPNOW
- Replies: 7
- Views: 2526
Re: Problem controlling stepper motors using joysticks and ESPNOW
could you look into another problem ?
- Thu May 25, 2023 6:20 pm
- Forum: General Discussion
- Topic: ESPNOW two way communication error
- Replies: 1
- Views: 1097
ESPNOW two way communication error
hi, I'm using ESPNOW two way communication between two esp32s to control a robot with a remote . There are three stepper motors, 1 servo and 1 dc motor, 1 fsr on the robot (one dc motor at the remote, the speed of which is controlled by the fsr at the robot). Everything is working fine except the fs...
- Thu May 25, 2023 5:56 pm
- Forum: General Discussion
- Topic: Problem controlling stepper motors using joysticks and ESPNOW
- Replies: 7
- Views: 2526
Re: Problem controlling stepper motors using joysticks and ESPNOW
Thanks, I implemented your idea and it worked.
- Fri May 12, 2023 10:09 pm
- Forum: General Discussion
- Topic: Problem controlling stepper motors using joysticks and ESPNOW
- Replies: 7
- Views: 2526
Re: Problem controlling stepper motors using joysticks and ESPNOW
I'll use the accelstepper library for the 1.3ms delay. But what about the dedicated task you're talking about? and how should I reduce the size of the data packet sent?
- Thu May 11, 2023 7:35 pm
- Forum: General Discussion
- Topic: Problem controlling stepper motors using joysticks and ESPNOW
- Replies: 7
- Views: 2526
Problem controlling stepper motors using joysticks and ESPNOW
Hi community ! I'm trying to control: 3 stepper motors via two joysticks a servo motor using one pushbutton a dc motor using two push buttons (of joysticks) I'm doing this using ESPNOW protocol on two ESP32s. The problem is the stepper motors are not working smoothly or sometimes making noises or ig...