Getting Started with the nRF24L01 Transceiver

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Awesome. I have no real experience with communication programming and have yet to do more with the Arduino than alter simple code After spending several hours watching videos and taking notes on the nrf24l0 I was ready to abandon any kind of attempt to understand SPI communication, but then I found your video. Your ability explain the code without relying on jargon has given me a great starting point for my rf24 projects. Thanks!

dustinburd
Автор

Thank you so much! I have been working on this all day and until now (4:30 PM) I have been really frustrated with the software. Thanks!

paulroach
Автор

Worked with sample code and suggested connections first time itself. Thanks.

prashantchaudhari
Автор

Thank you so much. I tried all other codes from other channels and they didn't work despite the connections being correct. I felt so bad and wanted to give up. Thankfully I found your code.

KishoreKumar-uzir
Автор

Wow! this is very simple to use.... and your Explanations are simple and very clear.... no one taught the code like this!! 

AvinashRavi
Автор

1:44 - Been working with these modules for a month or so, well at least trying (still fresh meat lol) Kept getting frequent packet losses with a 10uF cap, stepped this upto a 47uF packet loss decreased but was still present so I added a 100uF cap it cleared up completely.

SteveBrayley
Автор

These modules are great! I'm thinking of using these between two ATtiny4313s.

nebe
Автор

Thank you for the video. Cannot wait to try this today!

jamescaperelliiii
Автор

EXCELLENT videos! Please more of that!!!

retronexusnet
Автор

Thanks for the video. It works good. It would be nice if you could share us something you have done with the wireless communication than just sending and receiving packets

maranatha
Автор

WOW, what a nice blogspot.com, one of the better ones out there, Thanks

beehive
Автор

At 3:48, we see the descriptions of CE and CSN... I think you may have them reversed?  I think CE controls TX vs RX while CSN is the SPI Chip Select.

kolban
Автор

Thank you for your instructive videos.
Can I bind my old (2.4GH) RC toy remote controls with one of these?. How?

wellyntongbreton
Автор

haha yeah, love the pipe address too. I noticed that right away..Wondered if it was on purpose then I saw the comment in the video.. (Great minds think alike)

OzInFl
Автор

Can't find the code on the link specified above. No search on the website that I can find.

shingabiss
Автор

What is the connector you used between Pro mini and transceiver?

zoefeng
Автор

Can you use these to inform them each other? Means that use a button for one side and if you push this button, other nrf24l01 side which has a LED will get information to switch on its LED.After that if we use a button which is in other Nrf24l01, this will cause to inform nrf24l01 to do something.I hope you understand .d

veyselaksoy
Автор

Where do you save the printf.h file? Can you just save the text in a text editor and name it printf.h?

mamessner
Автор

Hi nice tutorial. What is the range of these nRF24L01 ? I can't get it outside, they only communicate short distance 10-20 m in the house...  is it normal?

thank you!
Marc.

MPElectronique
Автор

great explanation, I have this question for you, let's say I have the nRF24L01 Transceiver connected to my arduino, and I want to send radio signal...but wait ! not to annother arduino but to a device that uses radio frequency, for example I want to command a wireless light socket, how can I do that? : )

MrMidouCa