Skip to content

arduino ultrasonic distance - three sensors, can be front/back-facing temp/humidity correction

License

Notifications You must be signed in to change notification settings

bradcar/artcar-ultrasonic-dist-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

artcar-ultrasonic-dist-Arduino

Arduino ultrasonic distance - three sensors, can be front/back-facing and has temp/humidity correction

** Refactored to Raspberry Pi Pico 2 **

My work is based on UPIR's GREAT work: https://github.com/upiir/arduino_parking_sensor created by UPIR, 2022

To see my Art Car, it's the 5th image down in https://en.wikipedia.org/wiki/Art_car , the one with the caption: "Unofficial BMW Art Car by Tom Cramer..."

Other Useful sites:

Note: Temp & humidity correction for the speed of sound

  • speed of sound going from 0C to 30C goes from 331.48 m/s to 351.24 m/s (~ 6%)
  • speed of sound at 30C goes with a humidity of 0% to 90% goes from 349.38 m/s to 351.24 m/s (~ 0.53%)
  • ...humidity effect is negligible, but I had a dht22 which does both, so why not :)

About

arduino ultrasonic distance - three sensors, can be front/back-facing temp/humidity correction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages