LeoColomb / Arduino-SRF

🚥 Arduino interfacing with sonar sensor SRF

Home Page:https://playground.arduino.cc/Main/SonarSrf08

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino library for SRF0X

Latest Release Build for Arduino

This lib wants to give a quick shot on differences for usage of SRF 02 and 08 atm. You can easily use it like in the example

Get more information at Arduino site

Requirements

  • An Arduino board
  • An SRF sensor
  • Wire library (include in the Arduino Software)

Assemblage

schema

Board I2C / TWI pins
Uno, Ethernet A4 (SDA), A5 (SCL)
Mega2560 20 (SDA), 21 (SCL)
Leonardo 2 (SDA), 3 (SCL)
Due 20 (SDA), 21 (SCL), SDA1, SCL1

License

Project licensed under the MIT License.

About

🚥 Arduino interfacing with sonar sensor SRF

https://playground.arduino.cc/Main/SonarSrf08

License:MIT License


Languages

Language:C++ 100.0%