BLE调试助手,,,,,,
阿
阿东 发布的帖子
-
操作系统的软定时器,新建了,没有调用过定时回调函数,怎么解?
void user_entry_after_ble_init(void)
{
co_printf("BLE Central\r\n");
system_sleep_disable();os_timer_init(&os_timer_test,os_timer_test_cb,NULL); os_timer_start(&os_timer_test,2000,1);
-
直接把SDK里的例程examples\none_evm\ble_simple_peripheral 编译烧录后,用手机蓝牙调试工具搜索不到这个蓝牙,怎么解?
直接把SDK里的例程examples\none_evm\ble_simple_peripheral 编译烧录后,用手机蓝牙调试工具搜索不到这个蓝牙,怎么解?