As I understood (somehow) the espressif Mesh concept, it allows several ESPs to communicate without being connected to WiFi or the internet.
This is what I like to have, for simplicity, if it works. There is an Arduino library for that:
https://github.com/Coopdis/easyMesh
So one ESP could measure data (BMP280) and send them to another one to evaluate and display them on a LCD. Setting up a Raspi for that task is not comfortable (needing e.g. some (bulky) monitor).
If the two or more ESPs could do that job (best from B4R), it would greatly simplify the matter.
This is what I like to have, for simplicity, if it works. There is an Arduino library for that:
https://github.com/Coopdis/easyMesh
So one ESP could measure data (BMP280) and send them to another one to evaluate and display them on a LCD. Setting up a Raspi for that task is not comfortable (needing e.g. some (bulky) monitor).
If the two or more ESPs could do that job (best from B4R), it would greatly simplify the matter.