• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

esp32 now protocol

Q&A Forum › Category: ESP32 › esp32 now protocol
0 Vote Up Vote Down
Steven Skindell asked 6 years ago

Any info in this course regarding the ESP-NOW protocol?

——–

Here’s how to use ESP-NOW with the ESP32:

  • Getting Started with ESP-NOW (ESP32 with Arduino IDE)
  • ESP-NOW Two-Way Communication Between ESP32 Boards
4 Answers
0 Vote Up Vote Down
Best Answer
Sara Santos Staff answered 6 years ago

UPDATE: We’ve published some tutorials about ESP-NOW:

  • Getting Started with ESP-NOW (ESP32 with Arduino IDE)
  • ESP-NOW Two-Way Communication Between ESP32 Boards
  • ESP-NOW with ESP8266 – Getting Started

Hi Steven.

I haven’t experimented with the NOW protocol yet.

Were you successful with the tips from DK?

Regards,
Sara

0 Vote Up Vote Down
DK answered 6 years ago

Hi

Its one of the projects I am working on. Best sources

youtube.com/watch?v=lj-vIBPEI2E
youtube.com/watch?v=6NsBN42B80Q
instructables.com/id/ESP-NOW-WiFi-With-3x-More-Range/

#include <esp_now.h>

#include <WiFi.h>

Hope it helps

0 Vote Up Vote Down
Steven Skindell answered 6 years ago

Hi .. with NOW I need to know how once it makes a connection to keep sending data without having to disconnect each time. The example shows it sending 1,2,3… but it makes a connection each time.
 

0 Vote Up Vote Down
DK answered 6 years ago

Hi, These are the projects, that I am using … work fine for me ..

Try a version of this…

while(1) // stay on
 {
  getdata(data to be sent);
       if(data to be sent != NULL)
         {
          esp_now_send( date to be sent);
         data to be sent = NULL or "";
          }
 }

Here is the Protocol:

docs.espressif.com/projects/esp-idf/en/latest/api-reference/network/esp_now.html

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] Learn Raspberry Pi Pico/Pico W with MicroPython eBook – Version 1.2 May 26, 2025
  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.