ESP32-S3 and FGH100MAAMD as a HaLow bridge device

Hi,

I’m wanting to transmit video over halow. My video source is running on a raspberry pi and already has support for mesh running on the pi and exposes an streaming source via http on the pi and I would like to add an esp32 s3 with the FGH100MAAMD to act as entry point as a halow station. I don’t necessarily need to run the access point on esp32.

I’ve read the sdk docs and am not quite clear on an approach for this project.

From a high level, what approach would you suggest?

@Kenbsherman I’ve moved this question into it’s own topic as it seemed to be less related to a mesh network than the original topic it was posted to.

How do you intend to interface the Pi to the ESP32-S3 device?

One place to start might be to configure the ESP32-S3 as a HaLow station, and a 2.4GHz AP, connecting the Pi to the 2.4GHz AP. I stumbled across a GitHub project doing exactly that which might be what you’re looking for. Try GitHub - gtgreenw/Xiao-Halow-to-WiFi-Bridge: Connect to a HaLow network using your 2GHz devices (Phone, Laptop, Computer, etc) with a SeeedStudio Xiao ESP32s3 and Xiao HaLow Backback · GitHub

@ajudge Just took a look at the readme on the repo you suggested and it looks promising.
Thanks very much for your help.