Skip to content

tbattz/DIYLoadCellSimRacingPedals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DIY Load Cell Sim Racing Pedals

This repository contains simple Arduino scripts for interfacing with load cells, and presenting to a Windows PC as a joystick. Currently this reads two load cells, and sends both brake and throttle inputs through the Joystick library.

Dependencies

Hardware Requirements

  • The Joystick library will only work on Arduino devices that are based on the ATMega32u4. The scripts here have been tested with an Arduino Leonardo.
  • Two HX711 Load Cell Amplifiers
  • Two straight bar load cells

A note on read speeds

By default the HX711 reads at 10Hz, which is a tad slow for throttle and brake inputs. The Sparkfun version of the HX711 Load Cell Amplifier can be switched to 80Hz by cutting the trace between the two "RATE" pads on the back of the board, using a hobbyist knife. While this does increase the noise, the noise is still small compared to the values read from the load cell.

About

Simple Arduino scripts for reading load cells and interfacing with Windows as a Joystick device.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages