Hello! I am fairly new to the microcontroller world, and therefore I have som unanswered questions I cannot find the answer to elsewhere.
My problem is that i would like to make a network with multiple esp32s. Most of these will send information to one master-esp32, which can also return information. The idea is that this master-esp32 will be connected to a Raspberry Pi with MQTT and Node-RED. But this means that I would need to use both ESP-NOW, between the ESP32s, and WiFi to connect to the RPi, which is not really possible.. I realise that this is a bit complex, and seems a bit unecessary, but is there a workaround? Can you connect two ESP32s by wire, so that one of them can connect to WiFi, then send wired information to the other ESP32, which further sends information to the other ESP32s in the network?
Connecting multiple ESP32 | ESP-NOW | WiFi | RPi
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: Connecting multiple ESP32 | ESP-NOW | WiFi | RPi
Well, now that you ask, I am not completely sure. I just recall reading somewhere that the WiFi module, BLE and ESP-NOW does not coexist very well, with datapackages being lost, because they use the same radio. But that might just be WiFi and BLE?ESP_Sprite wrote:Where did you get that from?
The goal is to have one ESP32 who reiceve and send data to multiple ESP32s in the network, using ESP NOW, while also sending and receiving data from the RPi using MQTT, over WiFi, as it will serve as a database for data and a "Dashboard" dashboard for several other operations.
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: Connecting multiple ESP32 | ESP-NOW | WiFi | RPi
The thing with ESP32s only having one radio is true, indeed, and for some things like BT/BLE, coexistence means the radio needs to switch between BT and WiFi channels. However, WiFi and ESP-Now both use the same protocol, and if you use the same channel for both, there's no switching necessary.
-
- Posts: 11
- Joined: Sun Aug 23, 2020 8:09 pm
Re: Connecting multiple ESP32 | ESP-NOW | WiFi | RPi
Maybe this could be the answer to your question(s)? https://thingpulse.com/product/espgateway/ A gateway with two ESP32, one talking ESP-Now, the other talking WiFi (to the Pi).
Disclaimer: I am one of the ThingPulse co-founders.
Who is online
Users browsing this forum: Bing [Bot] and 204 guests