Skip to content

An electron app, providing a visual indicator of obstacles observed by an ultra-sonic sensor.

Notifications You must be signed in to change notification settings

sergey12313/electron-arduino-radar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radar

An electron app, providing a visual indicator of obstacles observed by an ultra-sonic sensor. An arduino project, using the following hardware parts:

and software parts:

radar

Demo

Here's a twitter video demo.

Circuit Diagram

Here's the circuit diagram, done with tinkercad.

The only difference is that the sonar is attached to the top of the servo.

arduino radar circuit diagram

Setup

  • Flash the PingFirmata program unto your Arduino device. You'll need the Arduino IDE for this.
  • Clone this Repository.
  • Run npm install
  • Run ./node_modules/.bin/electron-rebuild
  • Run npm start

Enjoy!

References

The CSS for this is from this codepen.

About

An electron app, providing a visual indicator of obstacles observed by an ultra-sonic sensor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.3%
  • CSS 34.5%
  • JavaScript 5.2%