Search found 6 matches
- Thu Nov 21, 2024 9:27 pm
- Forum: General Discussion
- Topic: Continuous Servo with Esp32
- Replies: 7
- Views: 782
Re: Continuous Servo with Esp32
I have confirmed the issue is not with the servo itself. Its been over a year since I last delved into these servos, but I don't recall having these issues back then. This was during ESP32 board version 2.xx, before 3.0 and all of the changes. I think I would have noticed, because I noticed it immed...
- Thu Nov 21, 2024 6:49 pm
- Forum: General Discussion
- Topic: Continuous Servo with Esp32
- Replies: 7
- Views: 782
Re: Continuous Servo with Esp32
Ya, after I posted I thought about it and that may make sense. I can try it, but with a 7:1 gear ratio at full speed it's already pretty slow. I will try my Servo Maestro servo controller this weekend or tonight, if the speed is more proportional then I know the error is coming from the ESP32 code a...
- Thu Nov 21, 2024 3:12 pm
- Forum: General Discussion
- Topic: Continuous Servo with Esp32
- Replies: 7
- Views: 782
Re: Continuous Servo with Esp32
I can program it slower, but it's the speed changes at every 20 increments that I would like to see if I can smooth out more proportionally, and I think I need higher resolution. It's like it is mapping my speeds to certain increments based on 256:2000 mapping instead of 2000:2000 mapping. I hope th...
- Wed Nov 20, 2024 8:49 pm
- Forum: General Discussion
- Topic: Continuous Servo with Esp32
- Replies: 7
- Views: 782
Re: Continuous Servo with Esp32
Do you mean something like this one:
https://www.hiteccs.com/actuators/produ ... SR-M9382TH
That servo is one of the 2 that I am noticing this on
https://www.hiteccs.com/actuators/produ ... SR-M9382TH
That servo is one of the 2 that I am noticing this on
- Tue Nov 19, 2024 9:16 pm
- Forum: General Discussion
- Topic: Continuous Servo with Esp32
- Replies: 7
- Views: 782
Continuous Servo with Esp32
Hello I am using a continuous servo to drive a gear drive for my robot arm joints - so, I need a lot more than just 180 degrees of rotation - more like 5 or 6 complete turns. I am using a Hitec Servo designed for continuous rotation, I also have a GoBilda Servo that is also programmed for continuous...
- Thu Jan 25, 2024 12:31 am
- Forum: ESP8266
- Topic: Is ESP8266 Ver 4.0 not ESP-Now friendly with older chips?
- Replies: 1
- Views: 2073
Is ESP8266 Ver 4.0 not ESP-Now friendly with older chips?
Hi everyone, first time poster here. I'm working with ESP-Now, and Arduino IDE to program, and several D1 Mini ESP8266's sending and receiving wirelessly to an esp32 that is plugged into my PC so I can send messages thru Serial to each of the ESP8266. I have no problems uploading my current code to ...