Skip to content

Amiga development kit for third party hardware or software extensions.

Notifications You must be signed in to change notification settings

AutoModality/amiga-dev-kit

 
 

Repository files navigation

amiga-dev-kit

Continuous Integration docs Code Format

Welcome to the Amiga Development Kit!

Please check out the Amiga Development Kit documentation for full context on this repository, where you'll find documentation, tutorials, & the API.

If you're just now learning about farm-ng and the Amiga robot, check out our website:

The Amiga, and accompanying development kit, is a toolset of hardware and software built by farm-ng to enable farmers, hackers, engineers, roboticists, or anyone with a vision of creating ruggedized, waterproof, outdoor robotic rover applications.

Directory structure

Brain

See brain/ for instructions on building the farm_ng lib for the brain and example applications for interacting with the farm-ng brain.

Circuitpy

See circuitpy/ for microcontroller applications of the farm-ng ADK. Instructions are documented on the Amiga Development Kit website.

Cloning the Amiga Development Kit

Clone this repository to work with the Amiga from micro-controllers or your personal computer (Mac/Linux/Windows).

cd <to_your_base_directory>
git clone git@github.com:farm-ng/amiga-dev-kit.git

Develop using PyCharm

In Pycharm, you can:

  • Create a new project
  • Use the menu: VCS -> Checkout From Version Control -> Git
  • Enter the github SSH URL and set the directory
    • Now the project will manage the github connection and venv for you

About

Amiga development kit for third party hardware or software extensions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.0%
  • JavaScript 9.5%
  • MDX 4.7%
  • Shell 3.2%
  • CSS 2.6%