Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by anneshabaruah

  1. A

    nRF24L01 and ESP8266 in Arduino UNO

    Keeping delay into consideration which part of the code would have caused it!
  2. A

    nRF24L01 and ESP8266 in Arduino UNO

    My architecture: there's a remote sensor node and a receiver node. The sensor node is communicating data to the receiver node with nRF24 module. Now the receiver node, along with nRF24 module also has a wiFi module (esp8266) with which it has to update the APIs. What I meant is that the...
  3. A

    nRF24L01 and ESP8266 in Arduino UNO

    i am sending here the receiver node code that gets the sent data from a remote node via nRF24L01 module and updates the thingspeak API with the esp8266 module. Arduino Uno is the interface #include <SPI.h> #include <nRF24L01.h> #include <RF24.h> #include <Wire.h> #include <printf.h> #include...
  4. A

    nRF24L01 and ESP8266 in Arduino UNO

    Since Arduino is working as a medium between both can't I send the acquired data using the esp module
  5. A

    nRF24L01 and ESP8266 in Arduino UNO

    I have been trying to push data into my API from Arduino UNO with ESP8266. The device connects to WiFi but fails in performing the data push after acquiring from sensor node via the nRF24L01 module attached to the arduino. Any idea?

Part and Inventory Search

Back
Top