Skip to content

nrgsim/hexasensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexasensor

This repository contains the arduino code for the hexasensor. It uses the CMake build process utility to generate makefiles, compile and upload to the board. Also, it contains several Adafruit sensor libraries.

Build

Dependencies

Hexasensor requires these dependencies in order to build and upload to the arduino.

cmake
avr-g++
avrdude

To build and upload to the arduino, execute these commands

./configure
cd build
make
make upload

Alternatively, upload.py enables you to do this more simply

sudo ./upload.py 	#cleans, builds and uploads
sudo ./upload.py (optional)[BUILD|RESET|UPLOAD|CLEAN] (optional)-p DEV_NAME

View the output on screen

screen /dev/ttyACM0 9600

NOTE: the device may differ on your machine. Check for the name in the /dev folder.

Resources

These github projects are used in the hexasensor:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published