Skip to content

HdC-87/Raspberry_XL320_NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry_XL320_NodeJS

Javascript class to use the Dynamixel XL320 servomotor (not completed yet)

XL320.js is a javascript class designed to be used with a Raspberry Pi (stretch), using the serial interface, to drive Dynamixel XL320 servomotors.

Personally I use the PIXL board which is plugged to the raspberry

It is necessary to install node.js first, with serialport library.

The UART must be enabled by modifying the initial settings such as:

  • /boot.config.txt add :
    dtoverlay=pi3-miniuart-bt
    core_freq=250
  • /boot/cmdline.txt :
    console=tty1 instead of console=serial0,115200

About

Javascript class to use the Dynamixel XL320 servomotor (not completed yet)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors