Skip to content

botamochi6277/Feetech-Sweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feetech Sweep

badge

Test to drive feetech ttl servo motors with M5Atom or Seeed XIAO. These control STS3215 with FE-URT-1, interface board.

Usage

  1. Clone this repository:
git clone  https://github.com/botamochi6277/Feetech-Sweep.git
  1. Install SCServo library
./download_scservo.sh
  1. Build and Upload with PlatformIO

Connection

FE-URT-1 would have wrong silk annotations about RXD and TXD.

M5Stack Core1

Core1 -- FE-URT-1
5V -- 5V
GND -- GND
D16 (RX) -- RXD (Silk)
D17 (TX) -- TXD (Silk)

M5Stack Core2

Core1 -- FE-URT-1
5V -- 5V
GND -- GND
D13 (RX) -- RXD (Silk)
D14 (TX) -- TXD (Silk)

M5Atom

M5Atom -- FE-URT-1
5V -- 5V
GND -- GND
26 (RX) -- RXD (Silk)
32 (TX) -- TXD (Silk)

XIAO

XIAO -- FE-URT-1
5V -- 5V
GND -- GND
D7 (RX) -- RXD (Silk)
D6 (TX) -- TXD (Silk)

w/o FE-URT-1

You can control servos with the circuit using MAX485 in AKIZUKI document.

M5Stack Core1

ESP32's signal level is 3.3V. You need to connect VCC of MAX485 and ESP32's 3.3V pin.

Core1 -- MAX485
3.3V -- VCC
GND -- GND
D16 (RX) -- RO
D17 (TX) -- DI

About

Test to drive feetech ttl servo motors with sweeping

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published