Skip to content

EfecanAltay/RaspberryPi_Modules

Repository files navigation

RaspberryPi_Modules

This project include raspberrypi's modules

  • HttpClient
    • GetData
    • PostData
  • StepMotor
  • ServoMotor
  • UltroSonicSen
  • RGBLed
  • L298N MotorDriver
  • Altimu
    • Accelerometer
    • Gyro
    • Magnometer
    • Barometer

How To Use

first,you need wiringPi Lib on Raspberry

you repo update,

$ sudo apt-get update
$ sudo apt-get upgrade

now intall git:

$ sudo apt-get install git-core

clone wiringPi Project in documants

$ cd
$ git clone git://git.drogon.net/wiringPi

and push project

$ cd ~/wiringPi
$ git pull origin

now you can built on your raspberryPi :)

$ cd ~/wiringPi
$ ./build

ok ,next scene,install cmake for debugger and libcurl for httpClient

sudo apt-get install cmake

//if you wont use httpClient,you wont need install libcurl and libjsoncpp
$ sudo apt-get install libcurl4-openssl-dev 
$ sudo apt-get install libjsoncpp-dev libjsoncpp0

Last one ,You need FindWiringPi.cmake file for CMake can see wiringPi

Can you see this links. eng turkish

That's ALL... This help is here WiringPi Setup

Now you can running modules...!!! :D

About

This project include raspberrypi's modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published