Commit 23a63fdb by marwan

Initial commit

parent ff66104f
......@@ -2,7 +2,7 @@ simple_app_switching
---
---
simple_app_switching เป็นตัวอย่างที่ใช้ Lib mw_ble_gatt สำหรับการ switch เฟิร์มแวร์ โดยเฟิร์มแวร์แรกอยู่ในโฟลเดอร์ main และเฟิร์มแวร์อันที่สองอยู่ในโฟลเดอร์ main2
- เฟิร์มแวร์ใน main เป็น เฟิร์มแวร์หลักใช้ api ESP_ERROR_CHECK(mw_init_wifi()); สำหรับการเชื่อมต่อไวไฟ ตาม ssid และรหัสของ Wifi ที่บันทึกในความจำไม่ลบเลือน (์NVS) ของตนเอง
- เฟิร์มแวร์ใน main เป็น เฟิร์มแวร์หลักใช้ api ESP_ERROR_CHECK(mw_init_wifi()); สำหรับการเชื่อมต่อไวไฟ ตาม ssid และรหัสของ Wifi ที่บันทึกในความจำไม่ลบเลือน (์NVS) ของตนเอง และเมื่อเชื่อมต่อไวไฟเสร็จ ESP32 ก็จะเชื่อมต่อ MQTT โดย 16x8 metric จะแสดงคำว่า connect เมื่อเชื่อมต่อ MQTT สำเร็จ
- เฟิร์มแวร์ใน main2 เป็น เฟิร์มแวร์รองใช้ API mw_init_ble_config_wifi() สำหรับการตั้งค่า Wifi ผ่าน Bluetooth และการทำงานอื่น ๆ ถูกอธิบายใน readme.md ตามเส้นทาง path mw_ble_gatt-kidbright
<br><br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment