- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 weeks ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 weeks ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 3 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 4 months ago
- Building a 3D Digital Clock with ArduinoPosted 9 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 10 months ago
- Snowflake with ArduinoPosted 10 months ago
- Holographic Christmas TreePosted 11 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 11 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 12 months ago
The T-Bone: use BeagleBone for motion control
Another interesting project aims at more use of the Beagleboard Black as a motion controller:
What is it
The T-Bone is a cape for the BeagleBone Black, dedicated for motion control. These are 3D printers, laser cutters, milling machines, and other applications using stepper motors.
The T-Bone will come preprogrammed for Reprap Mendel 3D Printer. Best kown in the Prusa Mendel or Prusa i3 variant. The Software will include low level drivers, the printer application and a high level Web Interface for control. Just connect your steppers, heaters and sensors, configure the software and you are ready to print.
To join highest performance with flexibility and easy programming, we use a very powerful concept: Hard- and software abstraction layers! User interface, configuration, G-Code interpreter, and path planner are running on the BeagleBone. This makes it easy to use existing open source software components, using the existing toolchain on the Linux operating systems of the BeagleBone. Real-time communication with the BeagleBone is handled by a small microcontroller, placed on the T-Bone. The microcontroller is fully compatible with the Arduino toolchain, so everybody can easily modify it. Complex acceleration and velocity calculations for the stepper motors are done by dedicated motion controllers. These are dedicated hardware components, developed to get the maximum performance out of a given stepper motor without putting any workload to the host system.
Pingback: The T-Bone: use BeagleBone for motion control |...
Pingback: The T-Bone: use BeagleBone for motion control - HudsonWerks