Skip to content

Generate RC servo signal on a selected pins with k210 device and Arduino framework.

License

Notifications You must be signed in to change notification settings

openblockcc/ServoK210

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServoESP32 Build Status

Generate RC servo signal on a selected pins with k210 device and Arduino framework.

Base on servo library for esp32.

Interface

The interface is similar to Arduino/Servo: https://www.arduino.cc/en/Reference/Servo

But there are still some small differences:

  1. The detach function doesn't really work.
  2. This function conflicts with the pwm output function. After executing the attch instruction, the timer frequency will be modified to 50hz, which will change the output frequency of other pwm using this timer.
  3. Since k210 has a total of 3 timers, each timer has 4 output channels, so it can only support the creation of 12 servos at most.

About

Generate RC servo signal on a selected pins with k210 device and Arduino framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages