Hi mattmagic,
I am writing a sketch in ArduinoIDE to compare the BLE communication distance between XIAO nRF52, ESP32C6 and MG24. nRF52 and C6 are completed and I am about to start on MG24. However, the Silabs stack only has a public API and it is very difficult to write in ArduinoIDE, so I am at a loss as to where to start. Could you please share some sketches to give me some hints.
I need three functions: 1. send data from Server to Client using Notify, 2. send data from Client to Server using Write, and 3. request MTU and PHY updates from Server to Client.