I think one thing that all the embedded software engineers might face would be: when you uploading the firmware to your development board to test out your Wi-Fi features. But after uploading, you realized that you have forgotten to key in your Wi-Fi SSID and password.
It would be very tedious if you connect up all your hardware to the PC and try to upload the firmware again. Therefore we introduce Ameba's BLE app to configure Wi-Fi SSID and password simply with your phone app.
The working principle of BLE5.0 is working as follows:
- The Ameba RTL8722DM board will send BLE information to your phone
- The phone will send the corresponding WiFi configuration including SSID and password to the RTL8722DM board3. The board is able to connect to the WiFi with the same SSID as your phone
- The code we can directly download and use if you have an Ameba RTL8722DM board is as follows. Please follow our GitHub: "ambiot" for more information and the most updated features: https://github.com/ambiot
A video of how the whole thing works is also available on YouTube now:
Comments