Skip to content

mondorobot/keg.firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KegBotFirmware

The firmware for controlling and communicating with Arduino and between the KegBot Rest interface (TBD)

Development/Installation and Contributing

  1. We are using Atom as our IDE
  2. Install the platformIO package in order to upload firmware and monitor over the serial port

Serial port monitoring

  1. Ensure the baudrate is set to 9600
  2. Select the correct port, it may default to bluetooth and you want a USB port
  3. Under Advanced settings, set printable to true
  4. turn on local echo

Project Structure

You may put external libraries in the /lib folder

|--lib
|  |--Bar
|  |  |--docs
|  |  |--examples
|  |  |--src
|  |     |- Bar.c
|  |     |- Bar.h
|  |--Foo
|  |  |- Foo.c
|  |  |- Foo.h

Resources

Sparkfun Redboard layout Fritzing Layout Software

About

Firmware for the KegBot Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%