Skip to content

NU-Formula-Racing/inverter-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverter Driver

Inverter driver with an abstract inverter class and a specific implementation for the Bamocar D3 inverter.


To use

Initialize the inverter driver on setup

inverter.Initialize();

Request readings and status from the inverter and provide the frequency of which you would like to receive the reading, ie motor temperature every 200ms. Note: this request message may not be received if it is only sent once, so it would be safer to request it at some frequency to ensure that the message gets through.

inverter.RequestMotorTemperature(200);

Send torque requests to the inverter requesting a percentage of the maximum torque

inverter.RequestTorque(50);

TODO:

  • Implement status report mesages
  • Forwarding received values onto another address
  • Unit testing
  • Additional safety checking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages