Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Arduino Library for ICS (Kondo Servo)

License

NotificationsYou must be signed in to change notification settings

iory/arduino-ics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

This is a library for Kondo servos that supports Arduino and ESP with PlatformIO.You can easily perform ICS communication and control Kondo servos with it.

Quick Example

Prerequirements

Install udev to give permission to the device.

curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/system/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rulessudo udevadm control --reload-rulessudo udevadm trigger

Ubuntu/Debian users may need to add own “username” to the “dialout” group if they are not “root”, doing this issuing

sudo usermod -a -G dialout $USERsudo usermod -a -G plugdev $USER
pip3 install platformio -U

Compile and write firmware to arduino

Connect the servo as shown in the diagram below. Ensure that a 2.2kΩ resistor is placed between the RX and TX pins for proper operation.

For more details on the serial servo configuration, please refer to the official documentation:Kondo Serial Servo WiringWiring Example

pio run -e example_rotate_nano_every -t upload

You should be able to confirm that the servo is rotating.

Contributing

Clang-Format

To installclang-format, you can use the following command:

pip install clang-format

Once installed, you can format your files using a.clang-format configuration file. To format a file, run:

clang-format -i <filename>

Replace<filename> with the name of the file you want to format. The-i option tellsclang-format to edit the file in place.

About

Arduino Library for ICS (Kondo Servo)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp