Page 1 of 1

BluFi Custom Data

Posted: Wed Jul 19, 2023 11:07 pm
by banjoluck
Greetings,

I am using the BluFi app on IOS to test the setup of WiFi using this protocol. The WiFi setup appears to work as expected. When I configure the SSID and password via the APP, the ESP32 connects to WiFi as expected.

We also want to use the custom data feature to send information from our APP to the ESP32 during this setup procedure. Your test APP has a 'Custom' button where I can enter a string of test and then press OK to send. The APP reports "Post custom data complete", but the ESP32 does not report that it received the data. We're expecting something like this:

+BLUFIDATA:<len>,<data>

according to the documentation. Do we need to do something to allow this feature to work with the AT commands?

Cheers