Skip to content

heliconhq/armstrong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Armstrong

Client

Installation

cd client
npm install

Usage

npm run start

The client will be available on http://localhost:8080/.

Server

Installation

cd server
python -m venv env
source env/bin/activate
pip install -r requirements.txt

Usage

./server

Troubleshooting

Permission denied on /dev/ttyACM0

Add your login user to the group that owns the device or make it readable and writeable to all users:

sudo chmod a+rw /dev/ttyACM0

Arduino

Deploy Arduino sketch:

cd arduino
arduino --upload sketches/sketch.ino --port /dev/ttyACM0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published