Page 1 of 1

How do I send a JSON format in a MESH application?

Posted: Tue Nov 29, 2022 8:08 pm
by gomez9656
How do I send a JSON format in a MESH application?

Hello there Espressif team!

I'm currently working on a MESH application that requires being able to send a JSON format through the entire mesh.

I want to implement the ESP-BLE-MESH solution due to BLE MESH being a standard and widely used. From what I have read and tested this is not possible and we can only use the Vendor Custom Model to send custom messages. I'm on the right track or I'm missing something?

If ESP-BLE-MESH is not able to do it, I would like to implement it using ESP-WIFI-MESH. The question is if this protocol will be supported in the long term and if Matter will be able to use it.

Thanks a lot in advance :)