Skip to content

Very simple TUI app to control RC car using gaming steering wheel with DAC controllers

Notifications You must be signed in to change notification settings

k86td/hid-rc-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

Building

Couples things had to be done to compile on the Pi (no cross-compilation yet). Had to install a couple of packages and enable eudev.

The packages I installed (apk add):

I also ran this script, not sure if it was needed:

  • setup-devd udev

I'll need to do a fresh install to see what really needs to be installed. I also really want to cross compile since it takes forever on the Pi.

On alpine linux, to enable i2c you need to change some stuff in /etc/modules and /boot/config.txt. This article explains it.

The changes:

  • /boot/config.txt you have to add dtparam=i2c_arm=on.
  • /etc/modules you have to add i2c-dev.

About

Very simple TUI app to control RC car using gaming steering wheel with DAC controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published