Control LED over BLE with NRF24L01| Arduino NRF BLE Tutorial | nrf24l01 btle with ac light bulb

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • #electronicguru #electronic_guru #NRF24L01
    ________________________________________________
    This video sponsored by PCBGOGO & order your PCBs from PCBGOGO & get $50 coupon on new registration : $5 for 10 PCBs; PCB assembly from $30.
    www.pcbgogo.com/w
    _________________________________________________
    Support me on PayPal :
    paypal.me/elec...
    electronicGURU Instagram :
    ...
    electronicGURU FB page : - / electronicguru001
    visit my site :
    electronicguru.in
    __________________________________________
    buy nrf24l01 :
    www.banggood.i...
    www.banggood.i...
    www.banggood.i...
    buy arduino uno :
    www.banggood.i...
    www.banggood.i...
    www.banggood.i...
    buy jumper wires :
    www.banggood.i...
    www.banggood.i...
    www.banggood.i...
    www.banggood.i...
    www.banggood.i...
    www.banggood.i...
    www.banggood.i...
    Buy Arduino starter kit:
    www.banggood.i...
    www.banggood.i...
    www.banggood.i...
    Sensor Kits :
    www.banggood.i...
    www.banggood.i...
    _____________________________________________
    Code : github.com/shv...

Komentáře • 15

  • @technolabcreation
    @technolabcreation Před 3 lety +3

    Great video sir.... helpful in home automation

  • @joaozinho4774
    @joaozinho4774 Před rokem +1

    Hello, I'm doing a robotics project, and I would like to ask a question. In this project of mine, I want a car robot to follow me and dodge obstacles autonomously, the idea is, I would have a device with me, and this device would send a signal, the NRF24L01 module connected to the arduino would receive this signal, and it would identify the direction of the signal, the arduino would control the wheels from an H bridge, and would control the robot, making it go close to me, using ultrasonic and infrared sensors, it would avoid obstacles and places to fall, and when If he got close to me he would cut the engines, if I started to move away he would keep following me. I would like you to tell me if this is possible, and how it would be possible.

  • @MuhammadDaudkhanTV100
    @MuhammadDaudkhanTV100 Před 3 lety +1

    Really good ideas

  • @sorayarahmanpour3059
    @sorayarahmanpour3059 Před 2 lety

    Thanks for your video
    Can be used this feature to send any desired data?
    For example sending air pressure sensor data

  • @shashanks6974
    @shashanks6974 Před rokem

    what is the maximum distance possible bettwen this two device

  • @eliasclarke2124
    @eliasclarke2124 Před 3 lety +1

    Hello, excellent video! I am looking to use this similar method for controlling a bicycle turn signal project I am currently working on. I am using an Arduino Nano with an NRF24L01+ to receive a data signal which it interprets as signal left or signal right. I have tested my device using push buttons connected to another arduino nano and NRF24L01 and have been successful in establishing a consistent data communication, however I am looking into if I can use BLE to control the device with my phone so that it is one less device to design. I have tried following the steps outlined in your video with some adjustments for my project, however have not come across any success yet. If you have any ideas, advice, or resources to assist with this that would be greatly appreciated. Thanks!

    • @electronicGURU
      @electronicGURU  Před 3 lety

      Well it depends on what kind of controls you want , the technique i am using here gives you very limited functionality , i would suggest if you use esp32 which has ble capabilities, which will be better idea.

  • @user-bb3gp9hk8f
    @user-bb3gp9hk8f Před 3 lety +2

    hi - i use galaxy a71 but can't receive any data in arduino - in other project i can see temp in my phone thank's is it;s possible to make network with ble thank you

    • @electronicGURU
      @electronicGURU  Před 3 lety

      It is possible , but i request you to use actual BLE device

  • @jumbo999614
    @jumbo999614 Před 3 lety

    Please help. I don't understand this code:
    radio.openWritingPipe(address[1]);
    radio.openReadingPipe(1, address[0]);
    why openReadingPipe has 2 parameters in its function? and why first parameter sometimes 0 and sometimes 1? for example radio.openReadingPipe(1, address[0]);
    and radio.openReadingPipe(0, address[0]);

  • @user-bb3gp9hk8f
    @user-bb3gp9hk8f Před 3 lety +1

    THE CODE IS NOT COMPLETE WHY ?? THERE IS NO DIGITALWRITE OR PIN NO FOR LIGHT