Skip to content

ptlug/chickenfoot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • Python 100.0%