🚩ESP32 NRF24L01 example connection tutorial

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • ESP32 NRF24L01 connection tutorial
    pinout.uno
    / geekmatic
    You can order your own PCBs or new projects by WhatsApp +38(093) 415 82 45
    or Telegram +38(093) 415 82 45
    or Viber +38(093) 415 82 45
    #arduino #esp32 #pinout

КОМЕНТАРІ • 15

  • @eddiemiller6909
    @eddiemiller6909 Рік тому +6

    Thank you for the examples. The library shown here works really well, specially compared to the RadioHead one, that I couldn't make work with ESP32. Thank you for the video!

  • @samhighfield
    @samhighfield Рік тому +1

    thanks! this worked for me

  • @justinc2633
    @justinc2633 Рік тому

    finally got it working, thanks a ton

  • @franbreglia
    @franbreglia Рік тому

    Hi, I'm writing this with the translator. In the transmitter there are two libraries that I think you didn't show. Can you explain which libraries are there?

  • @narasimmanm1500
    @narasimmanm1500 11 місяців тому

    I am having issues compiling your code. I am using ESP32
    Error is: no matching function for call to 'RF24::RF24(int, int, int, int, int)'
    How can I fix this?
    I included the needed libraries.

  • @stas_robotmaker
    @stas_robotmaker 11 місяців тому

    Hello. Could you please answer a question about those modules:
    I used two Arduinos with NRF24L01+PA+LNA to control a robot remotely (one as a transmitter and one on the robot). Recently I bought a few ESP32 units to replace the Arduinos. However, there are 2 ways to control the robot now: through NRF24L01+PA+LNA modules, like before (but connected to ESP32 instead of Arduino), or through the ESP32's built-in WiFi. The second variant obviously has much less wires and thus is simpler and more reliable.
    But which one will have less delay and withstand interference better?

    • @pinoutuno
      @pinoutuno  8 місяців тому

      Both options are good in terms of exchange speed. NRF24L01+PA+LNA has longer range and lower power consumption. The ESP32 controller itself will be more responsive without using Wi-Fi

    • @stas_robotmaker
      @stas_robotmaker 8 місяців тому

      @@pinoutuno Thanks, I have already tried both. ESP32 with external antenna has much longer range than NRF, especially indoors, is more reliable, and contains everything in a single module. So it is better than NRF in everything.

  • @smoochies5056
    @smoochies5056 7 місяців тому

    Esp32 can power 2 nrf24?

  • @p10rambo
    @p10rambo Рік тому

    so do i need the breakout board or nah?

  • @rirarati8446
    @rirarati8446 Рік тому

    Its same to esp8266?

    • @mak8221
      @mak8221 Рік тому

      learn about SPI protocol and consider your problem solved.