Skip to content

iNavFlight/INAV-Rangefinder-I2C-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated, do not use, will not work with INAV 2.0 and later

I2C interface for HC-SR04 and US-100 sonar rangefinder

Most modern flight controllers does not allows to connect HC-SR04 and US-100 rangefinders. Reason in quite simple: not enough pins for quite low priority device.

This interface can be used to connect HC-SR04 and US-100 sonar rangefinder to boards equipped with I2C bus and running latest versions of INAV.

US-100 instead of HC-SR04

US-100 is superior to HC-SR04 in almost all areas. While HC-SR04 interface is doable, it is HIGHLY recommended to use US-100 instead!

On a hardware level, connection is the same: Echo and Trigger pin. Condition is to switch US-100 to trigger/echo by removing a jumper in be back of the board. When jumper is removed, US-100 will behive almost exactly like HC-SR04.

Diagram

Diagram

Notes

  • HC-SR04 is 5V, while STM32 CPU are 3.3V devices and might not tolerate 5V on I2C lines. This is why, you either have to run ATtiny on 3.3V or run it on 5V too (remove inline resistors) but connect using logic level shifters
  • US-100 can work in both 3.3V and 5V mode. 3.3V mode was not tested, that is why inline resistors are in place
  • You can remove 3.3V stabilizer and take 3.3V from flight controller too
  • Latest Arduino IDE (suggested 1.8.x, should work with older)
  • ATtiny Universal ATtiny core files
  • TinyWireS library
  • IPS programmer. I use USBasp, but even Arduino as ISP can be used
  • ATtiny flashing guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages