Skip to content

yuanda/chickenfoot

 
 

Repository files navigation

Chickenfoot

Description

Old RC car brought back to life thanks to RaspberryPi and Python.

Usage

Configure your car using a json file, e.g.

{
    "communication" : {
        "type" : "tcp",
        "parameters" : {  
            "ip" : "127.0.0.1",
            "port": 5005
        }
    },
    "modules" : [
        {
            "name":"M1",
            "type":"Amotor",
            "parameters" : { 
                "pin": 4
            }
        },
        {
            "name":"M2",
            "type":"Pmotor",
            "parameters" : { 
                "pin": 4
            }
        }
    ]
}

License

This software is released under MIT License. Copyright (c) 2013 Andrea Stagi stagi.andrea@gmail.com

About

Old RC car now controlled with Android+Raspberry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published