Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Hall Sensors Module for Arduino

arduino

hall sensors

hall sensor

hall sensor module

hall switch

speed magnetic

switch speed

Counting sensor

arduino smart car

arduino robot

Автор: Maker Tutor

Загружено: 2 дек. 2017 г.

Просмотров: 4 846 просмотров

Описание:

Hall Sensors Module for Arduino

Product features:
1 working voltage: 3.3--5V
2 using 3144E switch type Holzer sensor.
3 when the sensor sensor to the magnetic field, the digital output low, the signal light is bright; if no induction to the magnetic field, then the digital output high level, the signal light is not bright.
4 with power indicator and signal indicator.
5 output mode: digital switching output (0 and 1) AO port is not valid
6 LM393 comparator output, model clean, good waveform, strong driving ability, more than 15mA.
7 Fixed bolt hole is provided, which is convenient for mounting and fixing.
8 can be used for motor speed, position detection, etc..
Sensor function introduction:
3144 Hall switch integrated circuit based on Hall effect principle, the use of manufacturing semiconductor integrated technology of magnetic sensing circuit, it is by voltage adjusting device, Hall voltage generator, differential amplifier, Schmitt trigger, temperature compensation circuit, and an open collector output stage is composed of a magnetic sensing detection circuit. The input for the magnetic induction intensity, the output is a digital voltage signal.

The sensor has the following characteristics: small size, high sensitivity, fast response, good temperature performance, high accuracy, high reliability.

Sketch

void setup() {
Serial.begin(9600);
// put your setup code here, to run once:
pinMode( 7 , INPUT );
pinMode( 13, OUTPUT); // LED FOR TEST


digitalWrite(13,LOW);
}

void loop() {

// put your main code here, to run repeatedly:
if( digitalRead(7) == LOW ){
digitalWrite(13,HIGH);
}else{
digitalWrite(13,LOW);
}
} ::::::::::: SUPPORT CHANNEL ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Please Donate To Help Me Afford New Equipment And Software To Make My Videos More : https://goo.gl/1m8Dg2

Don't forget to subscribe!

Hall Sensors Module for Arduino

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

How to Use a Hall Effect Sensor with Arduino (Lesson #31)

How to Use a Hall Effect Sensor with Arduino (Lesson #31)

Control a Stepper Motor with Hall Effect Switches

Control a Stepper Motor with Hall Effect Switches

Alan Walker, Dua Lipa, Coldplay, Martin Garrix & Kygo, The Chainsmokers Style 🔥 Summer Vibes #45

Alan Walker, Dua Lipa, Coldplay, Martin Garrix & Kygo, The Chainsmokers Style 🔥 Summer Vibes #45

Mood Feelings🎼🎼Billie Eilish🎧Carla Morrison🎧Cigarettes After S.ex🎧Emma Peters🎧Edmofo🎧OMER BALIK🎧Zubi

Mood Feelings🎼🎼Billie Eilish🎧Carla Morrison🎧Cigarettes After S.ex🎧Emma Peters🎧Edmofo🎧OMER BALIK🎧Zubi

Circuito de prueba de sensor de efecto HALL

Circuito de prueba de sensor de efecto HALL

Lathe RPM Meter using magnet, hall effect sensor and LCD Screen

Lathe RPM Meter using magnet, hall effect sensor and LCD Screen

Arduino Uno Tachometer RPM using 3144 Hall Effect Sensor

Arduino Uno Tachometer RPM using 3144 Hall Effect Sensor

Hall Effect Sensor Working.Hall Effect Proximity Sensor Working.Hall sensor, Hall Element Animation.

Hall Effect Sensor Working.Hall Effect Proximity Sensor Working.Hall sensor, Hall Element Animation.

How Relays Work - Basic working principle  electronics engineering  electrician amp

How Relays Work - Basic working principle electronics engineering electrician amp

Arduino Basics: How to use magnetic Sensors, Reed Switch vs Hall Sensor

Arduino Basics: How to use magnetic Sensors, Reed Switch vs Hall Sensor

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]