我公司现在做一个产品,就是想用手机端用蓝牙控制ESP32,
主要是传送些指令,
用什么方案比较好?
应该基于esp-idf里面哪个例程开发?
离线
如果只做一些控制, 传输很少量的数据,那就用蓝牙4.0(低功耗 BLE),
也不需要配对, 就看这些里程:
examples\bluetooth\gatt_client
examples\bluetooth\gatt_security_server
examples\bluetooth\gatt_server
examples\bluetooth\gatt_server_service_table
离线