Тёмный
No video :(

How the nRF24L01 Wireless Transceiver Module Works With Arduino. 

MYTECTUTOR
Подписаться 7 тыс.
Просмотров 45 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 62   
@elle557
@elle557 Месяц назад
Gold tutorial. I was having so much trouble understating how to use these and you made it simple and it worked for my project! Thank you for the time you put into this!
@JohnKawsar-u8v
@JohnKawsar-u8v 28 дней назад
Hi friends Thank to this channel I have tested the project and it realy works
@vijayk7152
@vijayk7152 2 дня назад
Both led always on condition...could you help
@lampfall7915
@lampfall7915 2 года назад
Hi nice video I am trying to redo your tuto but after compiling the code, led blink and when I able the button nothing change , Please I need your help?
@sithembelemsibi9505
@sithembelemsibi9505 Год назад
I also have the same problem... Please help if you founf a solution
@naveenk4792
@naveenk4792 10 месяцев назад
WHAT HAPPENS WE PRESS TWO BUTTON AT A SAME TIME?????????
@universalhighflyer7598
@universalhighflyer7598 6 месяцев назад
Bro the both LED glows
@erwinhafiztriadi5994
@erwinhafiztriadi5994 5 месяцев назад
Its take screenshot maybe
@FreediveExpeditions
@FreediveExpeditions 4 месяца назад
@@erwinhafiztriadi5994directly hacking NASA
@quincejohnsjr.9431
@quincejohnsjr.9431 2 месяца назад
​@@universalhighflyer7598nah 😂
@wandersonsilva-fx1cs
@wandersonsilva-fx1cs 2 года назад
I got your code and did the test here it worked very well!. Congratulations! sorry I'm a beginner! I want to know how I would use 4 buttons or 2 buttons and a servo motor? Thank you for your attention! Thanks
@lampfall7915
@lampfall7915 2 года назад
Hi, please could you help me mine is not working
@sithembelemsibi9505
@sithembelemsibi9505 Год назад
@@lampfall7915 hi did you get help? Mine is also not working
@drelmetbrown
@drelmetbrown 4 года назад
Good introduction to the modules.
@Mrmath76
@Mrmath76 2 года назад
Great jop❤ would you please make a video about to push button as toggle switch with nrf module Thanks☝️
@armanabbasi4384
@armanabbasi4384 3 месяца назад
It work for 1 kilo meter if you have a transmitter with antenna
@atorremedia6799
@atorremedia6799 3 года назад
So clear. Thank you.
@ShijilThachilodi
@ShijilThachilodi 3 года назад
I am sorry, I didnt get it! The code states digitalWrite(led1, HIGH); digitalWrite(led2, HIGH); and it just keeps the LEDs on by default. did you used different code for the video ?
@scienceforscientists6864
@scienceforscientists6864 2 года назад
you are right
@scienceforscientists6864
@scienceforscientists6864 2 года назад
i have faced same problem
@lampfall7915
@lampfall7915 2 года назад
Hi, please could you find why the leds keep on?
@lampfall7915
@lampfall7915 2 года назад
@@scienceforscientists6864 hi, how did you solve this problem and why it happens?
@aspect5712
@aspect5712 2 года назад
void loop() { radio.startListening(); while (!radio.available()); radio.read(&buttonState, sizeof(buttonState)); Serial.println(buttonState); delay(100); if (buttonState == 1) { digitalWrite(led1, LOW); } else if (buttonState == 0) { digitalWrite(led1, HIGH); } else if (buttonState == 3) { digitalWrite(led2, LOW); } else if (buttonState == 2) { digitalWrite(led2, HIGH); } } *add a delay function on the recieving side*
@sylgonjaysanoy8890
@sylgonjaysanoy8890 Год назад
what will happen if you press the button at the same time?
@danrusu9546
@danrusu9546 Год назад
Good evening! I need arduino code please for the following problem> on a development board I have a gyro sensor and a wireless module that transmits the gyroscope data to another development board that has a wireless module and a board with leds. the LEDs light up depending on the movements received wirelessly from the gyroscope.thank you!
@anupchakraborty890
@anupchakraborty890 3 года назад
please modify code for 8 channel same remote ( project working very nice) how to increase range 500 miter
@krishnapalsinghrajput8707
@krishnapalsinghrajput8707 3 года назад
I need your contact details Sir for some help. As when I compile the code in Receiver it starts to blink without transmitter.
@2kBofFun
@2kBofFun 2 года назад
Please educate people the right way to do the wiring: SPI should be connected over the ICSP headers, that way wiring is the same on any board as that's what ICSP is for.
@prakashb1278
@prakashb1278 2 года назад
How to put nRF24l01 to stand-by mode?
@noobingandgamingroblox
@noobingandgamingroblox 9 месяцев назад
Thanks dude rlly helpful❤❤❤
@jumbo999614
@jumbo999614 3 года назад
I successfully control LED wirelessly through this module but never with Servo. please help.
@allefherculano4862
@allefherculano4862 2 года назад
muito bom o video, ainda mais com legenda kkkkk.. Fiquei com uma duvida: no transmissor o estado do buttonpin1 será transmitido pelo buttonstate1 e o estado do buttonpin2 será transmitido pelo buttonstate2, até ai tudo certo. A dúvida é na questão do receptor, aonde chega o estado do buttonstate1 e buttonstate2?
@user-zk7ti8hu2u
@user-zk7ti8hu2u 6 месяцев назад
Thank you, it's a very good program😊
@xrphobby1341
@xrphobby1341 2 года назад
I used shift register 74HC165 to increase my push button switches, and 3 pins of Shift register (Load in Pin1, Clock in Pin2 and Serial out Pin9) are connected to arduino with wires and it's working ok. How is it possible to connect wirelessly 3 pins of Shift register to 3 or more arduino boards and achieve the same result with the use of NRF24L01? THANK YOU.
@neilcobb6626
@neilcobb6626 3 года назад
Hi sir could this be used to control 8 separate relays ? I need to operate momentarily 8 separate machines over a distance of about 400 meters. Using an 8 button hand controller
@k.gshafiulmojnabin3172
@k.gshafiulmojnabin3172 6 месяцев назад
i need your help for 4 switch function project
@kyriakosgeor
@kyriakosgeor 8 месяцев назад
I have ma question: can this system as it is work in a 30 or more meters long room? With the two arduinos having that distance with each other?
@notchos
@notchos 3 месяца назад
a bit late but these can work up to (and past) 1Km with the right conditions and an antenna
@toheedkaladgi314
@toheedkaladgi314 2 года назад
Make 7 channel on nrf2401 on Arduino Uno
@4110mahindra
@4110mahindra 3 года назад
Thank you.
@mikedavis4039
@mikedavis4039 4 года назад
have you got any tutorial on how to control a servo instead of LED using buttons?
@mytectutor
@mytectutor 4 года назад
I’ll make one soon. Thanks for the idea
@RandomRY
@RandomRY 3 года назад
sir i have doubt
@cactus7830
@cactus7830 3 года назад
sir in nano should we connect the led to A0 AND A1 OR D2 AND D3
@armanabbasi4384
@armanabbasi4384 3 месяца назад
Analog pins are only for reading a signal and you do not need an analog pin for led you need to use the led with a digital pin and a gnd pin on the digital pins side because there are 2 gnd pins one for analog and one for digital
@shielamaetangian4094
@shielamaetangian4094 3 года назад
what resistors you have in LED and BUTTON?
@scienceforscientists6864
@scienceforscientists6864 2 года назад
you can use 330ohm for led
@2kBofFun
@2kBofFun 2 года назад
Buttons shall not be connected with resistors. Open a random appliance, and buttons always connect straight to the ground. Because there are such things as internal pull-up resistors.
@fayazdharwad5999
@fayazdharwad5999 3 года назад
Make forward reverse rc toy car using 4 push button ,using arduino
@shubhamsirvi482
@shubhamsirvi482 3 года назад
Using cheapest microcntroller in the place aurdinuo
@rickykimanzi
@rickykimanzi 4 года назад
Can it be used in a raspberry pi to control internet radio?
@uploadideaswithitamar
@uploadideaswithitamar 9 месяцев назад
❤❤
Далее
NRF24 Frustration - Radio module doesn't work?
12:46
Просмотров 89 тыс.
#73 nRF24L01 Send (and receive) data with your Arduino!
37:09
SIGMA ENVY IS UNTOUCHABLE 🔥 #insideout2
00:10
Просмотров 3 млн
娜美这是在浪费食物 #路飞#海贼王
00:20
Просмотров 3,9 млн
All About nRF24L01 Modules
11:21
Просмотров 34 тыс.
Arduino NRF24L01 Transceiver Controlled Relay Light
5:42
Wireless Communication via nRF24L01 Modules
10:05
Просмотров 8 тыс.
NRF24L01+ Setup With Arduino Nanos
17:26
Просмотров 51 тыс.
SIGMA ENVY IS UNTOUCHABLE 🔥 #insideout2
00:10
Просмотров 3 млн