不能搜索设备通过构建"DA14583 IoT Sensor Firmware"

4 posts / 0 new
Last post
Louis
Offline
Last seen:2 years 8 months ago
加入:2015-02-24 07:41
不能搜索设备通过构建"DA14583 IoT Sensor Firmware"

[Platform] DA14583IOTSENSKT
[Codebase] DA1458x_IOT\v5.160.1.19
[SDK] sdk_580
[Problem]
1. Running f/w burned on board, my device (i-phone) can search BLE device: IoT-DK-SFL, and connect it by IoT Sensor APP to read sensors.
2. OK to compile DA1458x_IOT without any modification. Loading the f/w by JLINK, and run code, my i-phone cannot search BLE device!?
[Question]
1. Any configuration should be modified?
2. Any other suggestion?

Device:
Louis
Offline
Last seen:2 years 8 months ago
加入:2015-02-24 07:41
1. Succ. to find BLE device,

1. Succ. to find BLE device, if disabling GOTO_SLEEP block in main_func( )
2. However, IoT Sensor APP will somehow returns to search page, after APP goes to sensor page (connecting ok). What to check?

MT_dialog
Offline
Last seen:2 months 1 week ago
工作人员
加入:2015-06-08 11:34
Hi Louis,

Hi Louis,

The IoT implements sleep by default, so in order to debug it via keil you need to disable sleep (set the app_default_sleep_mode = ARCH_SLEEP_OFF) and set back any change you ve made in the main_func() and try to connect to the application again.

Thanks MT_dialog

Louis
Offline
Last seen:2 years 8 months ago
加入:2015-02-24 07:41
[STATUS] Closed

[STATUS] Closed
[NOTE] Disabling sleep mode makes device running normally under Keil debugger.

Topic locked