Visuino How to Use Inductive Proximity Sensor

by RonFrtek in Circuits > Arduino

12586 Views, 3 Favorites, 0 Comments

Visuino How to Use Inductive Proximity Sensor

Visuino METAL INDUCTIVE PROXIMITY SENSOR

In this tutorial we will use Inductive Proximity Sensor and a LED connected to Arduino UNO and Visuino to detect metal Proximity.

Watch a demonstration video.

What You Will Need

arduino-uno.jpg
lj18a3-oky3280-51__61051.1553704721.jpg
RED_5mm_LED__98425.1414619361.1280.1280.jpg
Visuino Logo PNG.png

  1. Arduino UNO (or any other Arduino)
  2. LED
  3. Inductive Proximity Sensor Switch
  4. Visuino program: Download Visuino

The Circuit

2019-10-12_14-03-13.jpg

  1. Connect LED negative (short) to Arduino pin (GND)
  2. Connect LED positive (long) to Arduino pin (13)
  3. Connect Inductive Proximity Sensor - Black wire to Arduino analog pin (A0)
  4. Connect Inductive Proximity Sensor - Blue wire to Arduino pin (GND)
  5. Connect Inductive Proximity Sensor - Brown wire to Arduino pin (5V)

VISUINO Special Edition

2019-10-07_17-04-19.jpg

All you need to do is drag and drop components and Connect them together. Visuino will create the working code for you so you don’t have to waste time on creating the code. It will do all the hard work for you fast and easy! Visuino is perfect for all kind of projects, you can easily build complex projects in no time!

Download the Latest Powerful Visuino Software

Start Visuino, and Select the Arduino UNO Board Type

F9V4VH7K1FCIC79.LARGE.jpg
F92BMOZK1FCIC78.LARGE.jpg

To start programming the Arduino, you will need to have the Arduino IDE installed from here: http://www.arduino.cc/.

Please be aware that there are some critical bugs in Arduino IDE 1.6.6. Make sure that you install 1.6.7 or higher, otherwise this Instructable will not work! If you have not done follow the steps in this Instructable to setup the Arduino IDE to program Arduino UNO! The Visuino: https://www.visuino.eu also needs to be installed. Start Visuino as shown in the first picture Click on the "Tools" button on the Arduino component (Picture 1) in Visuino When the dialog appears, select "Arduino UNO" as shown on Picture 2

In Visuino Add Components and Connect

Inductive Proximity Sensor Switch.png

  1. Add "Digital (Boolean) Inverter (Not)" component
  2. Connect Arduino pin Out Analog [0] to Inverter1 component pin [in]
  3. Connect Inverter1 component pin [Out] to Arduino Digital pin[13]

Generate, Compile, and Upload the Arduino Code

2020-10-30_13-20-50.jpg

In Visuino, at the bottom click on the "Build" Tab, make sure the correct port is selected, then click on the "Compile/Build and Upload" button.

Play

If you power the Arduino UNO module, the LED will turn ON when you put a metal near proximity sensor and turn OFF when you put the metal away.

Congratulations! You have completed your project with Visuino. Also attached is the Visuino project, that I created for this Instructable. You can download and open it in Visuino: https://www.visuino.eu