Code Monkey home page Code Monkey logo

escornabot-arduino's Introduction

Arduino firmware for Escornabot

Travis Build Status

This is the Arduino firmware to upload to the Escornabot.

More info about the Escornabot at escornabot.com

Please, open issues here if you find any problem with this firmware. Thank you!

Download

Download the last version from here

It is preconfigured to run with the last stable EscornaCPU board. If you don't have one or you are not sure, copy the most appropriate Configuration.h from config subdirectories.

cp config/<escornaboard>/Configuration.h Escornabot/Configuration.h

Please, send us other board configurations if you have produced your own electronic board and it is publicy available.

Instructions

Full guide

To configure and load the firmware, please, follow the official guide.

Compilation and upload with PlatformIO

You only need to install PlatformIO CLI:

pip install -U platformio

There is a project file platformio.ini to compile and upload escornabot firmware to the Atmel AVR platform + Arduino framework for Arduino Nano and Arduino Micro boards.

Arduino Nano

# compile firmware and upload firmware to an Arduino Nano:
pio run -e nano -t upload

Arduino Micro

# compile firmware and upload firmware to an Arduino Micro:
pio run -e micro -t upload

More boards

Please, send us new configurations if you test Escornabot in another board :)

Branches and releases

Escornabot's repository flows through 2 main branches:

  • stable: well-tested firmware that you usually have to work with. Released versions are named with even minor numbers (x.0, x.2, ...).
  • testing: new features and minor bugs pending of testing in deep. Released versions are named with odd minor numbers (x.1, x.3, ...).

escornabot-arduino's People

Contributors

rafacouto avatar xoan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.