Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.
/ KIP-Backend Public archive

All of the code that runs on the raspberry pi and arduino on the robot.

Notifications You must be signed in to change notification settings

luminositylab/KIP-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KIP-Backend

v2.0.0-Beta // Written for XK-02

Official website: kipkit.io

Writer and maintainer: G M Rowland // gmichaelrowland.com // g@gmichaelrowland.com

Overview

In terms of physical hardware stack of KIP, it uses a raspberry pi as a linux server for running python robot code and a custom PCB as a stepper driver, PWM controller, and general DIO and AIO. The PCB is run by an ATMEGA2560 which drives standard A4988 stepper driver.

The software is split into the server code that runs on the raspberry pi and the embedded code that runs on the ATmega2560. The server code is written to be able to handle both http route connections as well as standard socketio connections. The server stack is Flask for networking with multiple threads to handle robot execution code and robot state as well as I2C bus communication. The embedded code is Arduino C++ which is written to be a non-blocking stepper driver, I2C slave, and general AIO and DIO state manager.

Arduino C++ Dependencies

About

All of the code that runs on the raspberry pi and arduino on the robot.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •