Skip to content

ADS1256 and DAC8552 driver for raspberrypi 4 communicate with grpc library.

Notifications You must be signed in to change notification settings

mustafaabdullahk/rpimotioncontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Motion Controller

Pirmc provides to communicate ADS1256 and DAC8552 with spi interface and serv from grpc server. Contains adc and dac drivers. Developed with linux spi and gpio drivers.

Prepare buildroot sdk

distversion : downloaded release version.

  • download buildroot link
  • tar -xf buildroot-distversion.tar.gx
  • cp ~/your_store_path/rpimotioncontroller/buildroot-config/.config buildroot-distversion/
  • make sdk

Requirements

  • buildroot sdk
  • cmake

Build

source buildroot-distversion/output/host/environment-setup
mkdir build
popd build
cmake ..
make all
scp pirmc root@raspberryip:~/path
./pirmc