Search found 6 matches

by curious007
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...
by curious007
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.
by curious007
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?
by curious007
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...