实例介绍
需自己移植。跟着数据手册配置。算法有点搓。自行参考
【实例截图】
【核心代码】
fbbdde50-7d27-4b4d-9067-a5ee68b03b5a
└── pedometer
├── Detect_PP.m
├── duband-master
│ ├── BaiduWristbandTester-v1.apk
│ ├── bootloader
│ │ ├── nrf51822
│ │ │ ├── Include
│ │ │ │ ├── app_common
│ │ │ │ │ ├── app_button.h
│ │ │ │ │ ├── app_error.h
│ │ │ │ │ ├── app_fifo.h
│ │ │ │ │ ├── app_gpiote.h
│ │ │ │ │ ├── app_scheduler.h
│ │ │ │ │ ├── app_timer.h
│ │ │ │ │ ├── app_uart.h
│ │ │ │ │ ├── app_util.h
│ │ │ │ │ ├── crc16.h
│ │ │ │ │ ├── hci_mem_pool.h
│ │ │ │ │ ├── hci_mem_pool_internal.h
│ │ │ │ │ ├── hci_slip.h
│ │ │ │ │ └── hci_transport.h
│ │ │ │ ├── ble
│ │ │ │ │ ├── ble_advdata.h
│ │ │ │ │ ├── ble_bondmngr.h
│ │ │ │ │ ├── ble_conn_params.h
│ │ │ │ │ ├── ble_date_time.h
│ │ │ │ │ ├── ble_debug_assert_handler.h
│ │ │ │ │ ├── ble_dtm.h
│ │ │ │ │ ├── ble_error_log.h
│ │ │ │ │ ├── ble_eval_board_pins.h
│ │ │ │ │ ├── ble_flash.h
│ │ │ │ │ ├── ble_nrf6310_pins.h
│ │ │ │ │ ├── ble_racp.h
│ │ │ │ │ ├── ble_radio_notification.h
│ │ │ │ │ ├── ble_sensorsim.h
│ │ │ │ │ ├── ble_services
│ │ │ │ │ │ ├── ble_ans_c.h
│ │ │ │ │ │ ├── ble_bas.h
│ │ │ │ │ │ ├── ble_bps.h
│ │ │ │ │ │ ├── ble_cscs.h
│ │ │ │ │ │ ├── ble_dfu.h
│ │ │ │ │ │ ├── ble_dis.h
│ │ │ │ │ │ ├── ble_gls_db.h
│ │ │ │ │ │ ├── ble_gls.h
│ │ │ │ │ │ ├── ble_hids.h
│ │ │ │ │ │ ├── ble_hrs.h
│ │ │ │ │ │ ├── ble_hts.h
│ │ │ │ │ │ ├── ble_ias_c.h
│ │ │ │ │ │ ├── ble_ias.h
│ │ │ │ │ │ ├── ble_lls.h
│ │ │ │ │ │ ├── ble_rscs.h
│ │ │ │ │ │ ├── ble_sc_ctrlpt.h
│ │ │ │ │ │ ├── ble_sensor_location.h
│ │ │ │ │ │ ├── ble_srv_common.h
│ │ │ │ │ │ └── ble_tps.h
│ │ │ │ │ ├── ble_stack_handler.h
│ │ │ │ │ ├── rpc
│ │ │ │ │ │ ├── ble_rpc_cmd_decoder_gap.h
│ │ │ │ │ │ ├── ble_rpc_cmd_decoder_gatts.h
│ │ │ │ │ │ ├── ble_rpc_cmd_decoder.h
│ │ │ │ │ │ ├── ble_rpc_cmd_encoder.h
│ │ │ │ │ │ ├── ble_rpc_defines.h
│ │ │ │ │ │ ├── ble_rpc_event_decoder_gap.h
│ │ │ │ │ │ ├── ble_rpc_event_decoder_gatts.h
│ │ │ │ │ │ ├── ble_rpc_event_decoder.h
│ │ │ │ │ │ ├── ble_rpc_event_encoder_gap.h
│ │ │ │ │ │ ├── ble_rpc_event_encoder_gatts.h
│ │ │ │ │ │ ├── ble_rpc_event_encoder.h
│ │ │ │ │ │ └── ble_rpc_pkt_receiver.h
│ │ │ │ │ └── softdevice
│ │ │ │ │ ├── ble_err.h
│ │ │ │ │ ├── ble_gap.h
│ │ │ │ │ ├── ble_gattc.h
│ │ │ │ │ ├── ble_gatt.h
│ │ │ │ │ ├── ble_gatts.h
│ │ │ │ │ ├── ble.h
│ │ │ │ │ ├── ble_hci.h
│ │ │ │ │ ├── ble_l2cap.h
│ │ │ │ │ ├── ble_ranges.h
│ │ │ │ │ ├── ble_types.h
│ │ │ │ │ ├── nrf_error.h
│ │ │ │ │ ├── nrf_error_sdm.h
│ │ │ │ │ ├── nrf_error_soc.h
│ │ │ │ │ ├── nrf_sdm.h
│ │ │ │ │ ├── nrf_soc.h
│ │ │ │ │ ├── nrf_svc.h
│ │ │ │ │ └── softdevice_assert.h
│ │ │ │ ├── boards
│ │ │ │ │ ├── nrf6310.h
│ │ │ │ │ └── WT1000.h
│ │ │ │ ├── boards.h
│ │ │ │ ├── common.h
│ │ │ │ ├── compiler_abstraction.h
│ │ │ │ ├── console.h
│ │ │ │ ├── esb
│ │ │ │ │ ├── nrf_esb_constants.h
│ │ │ │ │ └── nrf_esb.h
│ │ │ │ ├── ext_sensors
│ │ │ │ │ ├── adns2080.h
│ │ │ │ │ ├── cherry8x16.h
│ │ │ │ │ ├── ds1624.h
│ │ │ │ │ ├── mpu6050.h
│ │ │ │ │ ├── nRF6350.h
│ │ │ │ │ ├── sdio.h
│ │ │ │ │ └── synaptics_touchpad.h
│ │ │ │ ├── gcc
│ │ │ │ │ ├── core_cm0.h
│ │ │ │ │ ├── core_cmFunc.h
│ │ │ │ │ └── core_cmInstr.h
│ │ │ │ ├── gzll
│ │ │ │ │ ├── nrf_gzll_constants.h
│ │ │ │ │ └── nrf_gzll.h
│ │ │ │ ├── gzp
│ │ │ │ │ └── nrf_gzp.h
│ │ │ │ ├── nordic_common.h
│ │ │ │ ├── nrf51_bitfields.h
│ │ │ │ ├── nrf51_deprecated.h
│ │ │ │ ├── nrf51.h
│ │ │ │ ├── nrf_assert.h
│ │ │ │ ├── nrf_delay.h
│ │ │ │ ├── nrf_ecb.h
│ │ │ │ ├── nrf_gpio.h
│ │ │ │ ├── nrf_gpiote.h
│ │ │ │ ├── nrf.h
│ │ │ │ ├── nrf_nvmc.h
│ │ │ │ ├── nrf_temp.h
│ │ │ │ ├── simple_uart.h
│ │ │ │ ├── spi_master.h
│ │ │ │ ├── system_nrf51.h
│ │ │ │ └── twi_master.h
│ │ │ └── Source
│ │ │ ├── app_common
│ │ │ │ ├── app_button.c
│ │ │ │ ├── app_fifo.c
│ │ │ │ ├── app_gpiote.c
│ │ │ │ ├── app_scheduler.c
│ │ │ │ ├── app_timer.c
│ │ │ │ ├── app_uart.c
│ │ │ │ ├── app_uart_fifo.c
│ │ │ │ ├── crc16.c
│ │ │ │ ├── hci_mem_pool.c
│ │ │ │ ├── hci_slip.c
│ │ │ │ └── hci_transport.c
│ │ │ ├── ble
│ │ │ │ ├── ble_advdata.c
│ │ │ │ ├── ble_bondmngr.c
│ │ │ │ ├── ble_conn_params.c
│ │ │ │ ├── ble_debug_assert_handler.c
│ │ │ │ ├── ble_dtm.c
│ │ │ │ ├── ble_error_log.c
│ │ │ │ ├── ble_flash.c
│ │ │ │ ├── ble_racp.c
│ │ │ │ ├── ble_radio_notification.c
│ │ │ │ ├── ble_sensorsim.c
│ │ │ │ ├── ble_services
│ │ │ │ │ ├── ble_ans_c.c
│ │ │ │ │ ├── ble_bas.c
│ │ │ │ │ ├── ble_bps.c
│ │ │ │ │ ├── ble_cscs.c
│ │ │ │ │ ├── ble_dfu.c
│ │ │ │ │ ├── ble_dis.c
│ │ │ │ │ ├── ble_gls.c
│ │ │ │ │ ├── ble_gls_db.c
│ │ │ │ │ ├── ble_hids.c
│ │ │ │ │ ├── ble_hrs.c
│ │ │ │ │ ├── ble_hts.c
│ │ │ │ │ ├── ble_ias.c
│ │ │ │ │ ├── ble_ias_c.c
│ │ │ │ │ ├── ble_lls.c
│ │ │ │ │ ├── ble_rscs.c
│ │ │ │ │ ├── ble_sc_ctrlpt.c
│ │ │ │ │ ├── ble_srv_common.c
│ │ │ │ │ └── ble_tps.c
│ │ │ │ ├── ble_stack_handler.c
│ │ │ │ └── rpc
│ │ │ │ ├── ble_rpc_cmd_decoder.c
│ │ │ │ ├── ble_rpc_cmd_decoder_gap.c
│ │ │ │ ├── ble_rpc_cmd_decoder_gatts.c
│ │ │ │ ├── ble_rpc_cmd_encoder.c
│ │ │ │ ├── ble_rpc_cmd_encoder_gap.c
│ │ │ │ ├── ble_rpc_cmd_encoder_gatts.c
│ │ │ │ ├── ble_rpc_event_decoder.c
│ │ │ │ ├── ble_rpc_event_decoder_gap.c
│ │ │ │ ├── ble_rpc_event_decoder_gatts.c
│ │ │ │ ├── ble_rpc_event_encoder.c
│ │ │ │ ├── ble_rpc_event_encoder_gap.c
│ │ │ │ ├── ble_rpc_event_encoder_gatts.c
│ │ │ │ ├── ble_rpc_pkt_receiver.c
│ │ │ │ └── ble_rpc_sd_stub.c
│ │ │ ├── console
│ │ │ │ └── console.c
│ │ │ ├── ext_sensors
│ │ │ │ ├── adns2080
│ │ │ │ │ └── adns2080.c
│ │ │ │ ├── cherry8x16
│ │ │ │ │ └── cherry8x16.c
│ │ │ │ ├── ds1624
│ │ │ │ │ └── ds1624.c
│ │ │ │ ├── mpu6050
│ │ │ │ │ └── mpu6050.c
│ │ │ │ ├── nRF6350
│ │ │ │ │ └── nRF6350.c
│ │ │ │ ├── sdio
│ │ │ │ │ └── sdio.c
│ │ │ │ └── synaptics_touchpad
│ │ │ │ └── synaptics_touchpad.c
│ │ │ ├── gzp
│ │ │ │ ├── nrf_gzp.c
│ │ │ │ ├── nrf_gzp_device.c
│ │ │ │ ├── nrf_gzp_host.c
│ │ │ │ └── nrf_gzp_host_nrf51.c
│ │ │ ├── keil_arm_uv4.lnt
│ │ │ ├── nrf_assert
│ │ │ │ └── nrf_assert.c
│ │ │ ├── nrf_delay
│ │ │ │ └── nrf_delay.c
│ │ │ ├── nrf_ecb
│ │ │ │ └── nrf_ecb.c
│ │ │ ├── nrf_nvmc
│ │ │ │ └── nrf_nvmc.c
│ │ │ ├── simple_uart
│ │ │ │ └── simple_uart.c
│ │ │ ├── spi_master
│ │ │ │ └── spi_master.c
│ │ │ ├── templates
│ │ │ │ ├── arm
│ │ │ │ │ ├── arm_startup_nrf51.s
│ │ │ │ │ └── uicr_config.h
│ │ │ │ ├── gcc
│ │ │ │ │ ├── gcc_nrf51_blank_xxaa.ld
│ │ │ │ │ ├── gcc_nrf51_blank_xxab.ld
│ │ │ │ │ ├── gcc_nrf51_common.ld
│ │ │ │ │ ├── gcc_nrf51_s110_xxaa.ld
│ │ │ │ │ ├── gcc_nrf51_s110_xxab.ld
│ │ │ │ │ ├── gcc_nrf51_s210_xxaa.ld
│ │ │ │ │ ├── gcc_startup_nrf51.s
│ │ │ │ │ ├── Makefile.common
│ │ │ │ │ └── Makefile.windows
│ │ │ │ ├── iar
│ │ │ │ │ └── iar_startup_nrf51.s
│ │ │ │ └── system_nrf51.c
│ │ │ └── twi_master
│ │ │ ├── twi_hw_master.c
│ │ │ └── twi_sw_master.c
│ │ ├── project
│ │ │ ├── Baidu-Nordic-OTA.uvopt
│ │ │ ├── Baidu-Nordic-OTA.uvproj
│ │ │ └── JLinkSettings.ini
│ │ └── Source
│ │ ├── inc
│ │ │ ├── bootloader.h
│ │ │ ├── bootloader_types.h
│ │ │ ├── bootloader_util.h
│ │ │ ├── dfu.h
│ │ │ ├── dfu_transport.h
│ │ │ └── dfu_types.h
│ │ └── src
│ │ ├── arm_startup_nrf51.s
│ │ ├── bootloader.c
│ │ ├── bootloader_util_arm.c
│ │ ├── dfu_dual_bank.c
│ │ ├── dfu_single_bank.c
│ │ ├── dfu_transport_ble.c
│ │ ├── dfu_transport_serial.c
│ │ ├── hci_transport_config.h
│ │ └── main.c
│ ├── doc
│ │ ├── nRF51822_Developer_Kit_User_Guide v1.2.pdf
│ │ └── 手环硬件资料
│ │ └── 手环硬件资料
│ │ ├── SCH_PCB.pdf
│ │ ├── 参考设计BOM.xls
│ │ ├── 手环版图源文件V6.DDB
│ │ └── 芯片手册
│ │ ├── AS1130_Datasheet_EN_v5.pdf
│ │ ├── BAL-NR_datasheet.pdf
│ │ ├── bq24040.pdf
│ │ ├── drv2605.pdf
│ │ ├── LIS3DH.pdf
│ │ ├── nRF51822 PS v1 3.pdf
│ │ ├── nRF51 Series Reference manual v2.0.pdf
│ │ ├── S8211C_C.pdf
│ │ ├── tps3898.pdf
│ │ └── tps62260.pdf
│ ├── LICENSE
│ ├── README.md
│ ├── Wearable.apk
│ └── wrist-rom-open
│ ├── nrf51822
│ │ ├── Include
│ │ │ ├── app_common
│ │ │ │ ├── app_button.h
│ │ │ │ ├── app_error.h
│ │ │ │ ├── app_fifo.h
│ │ │ │ ├── app_gpiote.h
│ │ │ │ ├── app_scheduler.h
│ │ │ │ ├── app_timer.h
│ │ │ │ ├── app_uart.h
│ │ │ │ ├── app_util.h
│ │ │ │ ├── crc16.h
│ │ │ │ ├── hci_mem_pool.h
│ │ │ │ ├── hci_mem_pool_internal.h
│ │ │ │ ├── hci_slip.h
│ │ │ │ └── hci_transport.h
│ │ │ ├── ble
│ │ │ │ ├── ble_advdata.h
│ │ │ │ ├── ble_bondmngr.h
│ │ │ │ ├── ble_conn_params.h
│ │ │ │ ├── ble_date_time.h
│ │ │ │ ├── ble_debug_assert_handler.h
│ │ │ │ ├── ble_dtm.h
│ │ │ │ ├── ble_error_log.h
│ │ │ │ ├── ble_eval_board_pins.h
│ │ │ │ ├── ble_flash.h
│ │ │ │ ├── ble_racp.h
│ │ │ │ ├── ble_radio_notification.h
│ │ │ │ ├── ble_sensorsim.h
│ │ │ │ ├── ble_services
│ │ │ │ │ ├── ble_ans_c.h
│ │ │ │ │ ├── ble_bas.h
│ │ │ │ │ ├── ble_bps.h
│ │ │ │ │ ├── ble_cscs.h
│ │ │ │ │ ├── ble_dfu.h
│ │ │ │ │ ├── ble_dis.h
│ │ │ │ │ ├── ble_gls_db.h
│ │ │ │ │ ├── ble_gls.h
│ │ │ │ │ ├── ble_hids.h
│ │ │ │ │ ├── ble_hrs.h
│ │ │ │ │ ├── ble_hts.h
│ │ │ │ │ ├── ble_ias_c.h
│ │ │ │ │ ├── ble_ias.h
│ │ │ │ │ ├── ble_lls.h
│ │ │ │ │ ├── ble_rscs.h
│ │ │ │ │ ├── ble_sc_ctrlpt.h
│ │ │ │ │ ├── ble_sensor_location.h
│ │ │ │ │ ├── ble_srv_common.h
│ │ │ │ │ └── ble_tps.h
│ │ │ │ ├── ble_stack_handler.h
│ │ │ │ ├── rpc
│ │ │ │ │ ├── ble_rpc_cmd_decoder_gap.h
│ │ │ │ │ ├── ble_rpc_cmd_decoder_gatts.h
│ │ │ │ │ ├── ble_rpc_cmd_decoder.h
│ │ │ │ │ ├── ble_rpc_cmd_encoder.h
│ │ │ │ │ ├── ble_rpc_defines.h
│ │ │ │ │ ├── ble_rpc_event_decoder_gap.h
│ │ │ │ │ ├── ble_rpc_event_decoder_gatts.h
│ │ │ │ │ ├── ble_rpc_event_decoder.h
│ │ │ │ │ ├── ble_rpc_event_encoder_gap.h
│ │ │ │ │ ├── ble_rpc_event_encoder_gatts.h
│ │ │ │ │ ├── ble_rpc_event_encoder.h
│ │ │ │ │ └── ble_rpc_pkt_receiver.h
│ │ │ │ └── softdevice
│ │ │ │ ├── ble_err.h
│ │ │ │ ├── ble_gap.h
│ │ │ │ ├── ble_gattc.h
│ │ │ │ ├── ble_gatt.h
│ │ │ │ ├── ble_gatts.h
│ │ │ │ ├── ble.h
│ │ │ │ ├── ble_hci.h
│ │ │ │ ├── ble_l2cap.h
│ │ │ │ ├── ble_ranges.h
│ │ │ │ ├── ble_types.h
│ │ │ │ ├── nrf_error.h
│ │ │ │ ├── nrf_error_sdm.h
│ │ │ │ ├── nrf_error_soc.h
│ │ │ │ ├── nrf_sdm.h
│ │ │ │ ├── nrf_soc.h
│ │ │ │ ├── nrf_svc.h
│ │ │ │ └── softdevice_assert.h
│ │ │ ├── boards.h
│ │ │ ├── common.h
│ │ │ ├── compiler_abstraction.h
│ │ │ ├── console.h
│ │ │ ├── esb
│ │ │ │ ├── nrf_esb_constants.h
│ │ │ │ └── nrf_esb.h
│ │ │ ├── ext_sensors
│ │ │ │ ├── adns2080.h
│ │ │ │ ├── cherry8x16.h
│ │ │ │ ├── ds1624.h
│ │ │ │ ├── mpu6050.h
│ │ │ │ ├── nRF6350.h
│ │ │ │ ├── sdio.h
│ │ │ │ └── synaptics_touchpad.h
│ │ │ ├── gzll
│ │ │ │ ├── nrf_gzll_constants.h
│ │ │ │ └── nrf_gzll.h
│ │ │ ├── gzp
│ │ │ │ └── nrf_gzp.h
│ │ │ ├── nordic_common.h
│ │ │ ├── nrf51_bitfields.h
│ │ │ ├── nrf51_deprecated.h
│ │ │ ├── nrf51.h
│ │ │ ├── nrf_assert.h
│ │ │ ├── nrf_delay.h
│ │ │ ├── nrf_ecb.h
│ │ │ ├── nrf_gpio.h
│ │ │ ├── nrf_gpiote.h
│ │ │ ├── nrf.h
│ │ │ ├── nrf_nvmc.h
│ │ │ ├── nrf_temp.h
│ │ │ ├── simple_uart.h
│ │ │ ├── spi_master.h
│ │ │ ├── system_nrf51.h
│ │ │ └── twi_master.h
│ │ ├── Lib
│ │ │ ├── esb
│ │ │ │ └── arm
│ │ │ │ └── esb_arm.lib
│ │ │ └── gzll
│ │ │ └── arm
│ │ │ └── gzll_arm.lib
│ │ ├── Source
│ │ │ ├── app_common
│ │ │ │ ├── app_button.c
│ │ │ │ ├── app_fifo.c
│ │ │ │ ├── app_gpiote.c
│ │ │ │ ├── app_scheduler.c
│ │ │ │ ├── app_timer.c
│ │ │ │ ├── app_uart.c
│ │ │ │ ├── app_uart_fifo.c
│ │ │ │ ├── crc16.c
│ │ │ │ ├── hci_mem_pool.c
│ │ │ │ ├── hci_slip.c
│ │ │ │ └── hci_transport.c
│ │ │ ├── ble
│ │ │ │ ├── ble_advdata.c
│ │ │ │ ├── ble_bondmngr.c
│ │ │ │ ├── ble_conn_params.c
│ │ │ │ ├── ble_debug_assert_handler.c
│ │ │ │ ├── ble_dtm.c
│ │ │ │ ├── ble_error_log.c
│ │ │ │ ├── ble_flash.c
│ │ │ │ ├── ble_racp.c
│ │ │ │ ├── ble_radio_notification.c
│ │ │ │ ├── ble_sensorsim.c
│ │ │ │ ├── ble_services
│ │ │ │ │ ├── ble_ans_c.c
│ │ │ │ │ ├── ble_bas.c
│ │ │ │ │ ├── ble_bps.c
│ │ │ │ │ ├── ble_cscs.c
│ │ │ │ │ ├── ble_dfu.c
│ │ │ │ │ ├── ble_dis.c
│ │ │ │ │ ├── ble_gls.c
│ │ │ │ │ ├── ble_gls_db.c
│ │ │ │ │ ├── ble_hids.c
│ │ │ │ │ ├── ble_hrs.c
│ │ │ │ │ ├── ble_hts.c
│ │ │ │ │ ├── ble_ias.c
│ │ │ │ │ ├── ble_ias_c.c
│ │ │ │ │ ├── ble_lls.c
│ │ │ │ │ ├── ble_rscs.c
│ │ │ │ │ ├── ble_sc_ctrlpt.c
│ │ │ │ │ ├── ble_srv_common.c
│ │ │ │ │ └── ble_tps.c
│ │ │ │ ├── ble_stack_handler.c
│ │ │ │ └── rpc
│ │ │ │ ├── ble_rpc_cmd_decoder.c
│ │ │ │ ├── ble_rpc_cmd_decoder_gap.c
│ │ │ │ ├── ble_rpc_cmd_decoder_gatts.c
│ │ │ │ ├── ble_rpc_cmd_encoder.c
│ │ │ │ ├── ble_rpc_cmd_encoder_gap.c
│ │ │ │ ├── ble_rpc_cmd_encoder_gatts.c
│ │ │ │ ├── ble_rpc_event_decoder.c
│ │ │ │ ├── ble_rpc_event_decoder_gap.c
│ │ │ │ ├── ble_rpc_event_decoder_gatts.c
│ │ │ │ ├── ble_rpc_event_encoder.c
│ │ │ │ ├── ble_rpc_event_encoder_gap.c
│ │ │ │ ├── ble_rpc_event_encoder_gatts.c
│ │ │ │ ├── ble_rpc_pkt_receiver.c
│ │ │ │ └── ble_rpc_sd_stub.c
│ │ │ ├── console
│ │ │ │ └── console.c
│ │ │ ├── ext_sensors
│ │ │ │ ├── adns2080
│ │ │ │ │ └── adns2080.c
│ │ │ │ ├── cherry8x16
│ │ │ │ │ └── cherry8x16.c
│ │ │ │ ├── ds1624
│ │ │ │ │ └── ds1624.c
│ │ │ │ ├── mpu6050
│ │ │ │ │ └── mpu6050.c
│ │ │ │ ├── nRF6350
│ │ │ │ │ └── nRF6350.c
│ │ │ │ ├── sdio
│ │ │ │ │ └── sdio.c
│ │ │ │ └── synaptics_touchpad
│ │ │ │ └── synaptics_touchpad.c
│ │ │ ├── gzp
│ │ │ │ ├── nrf_gzp.c
│ │ │ │ ├── nrf_gzp_device.c
│ │ │ │ ├── nrf_gzp_host.c
│ │ │ │ └── nrf_gzp_host_nrf51.c
│ │ │ ├── keil_arm_uv4.lnt
│ │ │ ├── nrf_assert
│ │ │ │ └── nrf_assert.c
│ │ │ ├── nrf_delay
│ │ │ │ └── nrf_delay.c
│ │ │ ├── nrf_ecb
│ │ │ │ └── nrf_ecb.c
│ │ │ ├── nrf_nvmc
│ │ │ │ └── nrf_nvmc.c
│ │ │ ├── simple_uart
│ │ │ │ └── simple_uart.c
│ │ │ ├── spi_master
│ │ │ │ └── spi_master.c
│ │ │ ├── templates
│ │ │ │ ├── arm
│ │ │ │ │ ├── arm_startup_nrf51.s
│ │ │ │ │ └── uicr_config.h
│ │ │ │ └── system_nrf51.c
│ │ │ └── twi_master
│ │ │ ├── twi_hw_master.c
│ │ │ └── twi_sw_master.c
│ │ └── SVD
│ │ └── nrf51.xml
│ ├── project
│ │ ├── Baidu-Nordic.uvopt
│ │ ├── Baidu-Nordic.uvproj
│ │ └── JLinkSettings.ini
│ └── Source
│ ├── algorithm_inc
│ │ ├── click-algorithm.h
│ │ └── health-algorithm.h
│ ├── inc
│ │ ├── bd_battery.h
│ │ ├── bd_ble_nus.h
│ │ ├── bd_bluetooth_log.h
│ │ ├── bd_buzzer.h
│ │ ├── bd_charging.h
│ │ ├── bd_communicate_protocol.h
│ │ ├── bd_crc16.h
│ │ ├── bd_data_manager.h
│ │ ├── bd_factory_test.h
│ │ ├── bd_input_event_source.h
│ │ ├── bd_interaction.h
│ │ ├── bd_interrupt_notify.h
│ │ ├── bd_led_flash.h
│ │ ├── bd_level_drive_motor.h
│ │ ├── bd_lis3dh_driver.h
│ │ ├── bd_low_power_mode.h
│ │ ├── bd_private_bond.h
│ │ ├── bd_spi_master.h
│ │ ├── bd_square_root.h
│ │ ├── bd_stack_dump_repoter.h
│ │ ├── bd_switch_sleep.h
│ │ ├── bd_sync_data.h
│ │ ├── bd_wall_clock_timer.h
│ │ ├── bd_wdt.h
│ │ ├── bd_work_state.h
│ │ ├── ble_bondmngr_cfg.h
│ │ ├── board_config_pins.h
│ │ ├── config.h
│ │ ├── drv2605.h
│ │ ├── dvk6310_board_config_pins.h
│ │ ├── hal_acc.h
│ │ ├── hal_vibrate.h
│ │ ├── spi_master_config.h
│ │ ├── step_counter.h
│ │ └── wx1000_board_config_pins.h
│ ├── libs
│ │ └── AlgorithmLibFornrf51.lib
│ └── src
│ ├── bd_battery.c
│ ├── bd_ble_nus.c
│ ├── bd_bluetooth_log.c
│ ├── bd_buzzer.c
│ ├── bd_charging.c
│ ├── bd_communicate_protocol.c
│ ├── bd_crc16.c
│ ├── bd_data_manager.c
│ ├── bd_drv2605.c
│ ├── bd_factory_test.c
│ ├── bd_hal_acc.c
│ ├── bd_hal_vibrate.c
│ ├── bd_input_event_source.c
│ ├── bd_interaction.c
│ ├── bd_interrupt_notify.c
│ ├── bd_led_flash.c
│ ├── bd_level_drive_motor.c
│ ├── bd_lis3dh_driver.c
│ ├── bd_low_power_mode.c
│ ├── bd_nrf_delay.c
│ ├── bd_private_bond.c
│ ├── bd_spi_master.c
│ ├── bd_square_root.c
│ ├── bd_stack_dump_repoter.c
│ ├── bd_step_counter.c
│ ├── bd_switch_sleep.c
│ ├── bd_sync_data.c
│ ├── bd_twi_hw_master.c
│ ├── bd_wall_clock_timer.c
│ ├── bd_wdt.c
│ └── main.c
├── duband-master.zip
└── 基于加速度传感器的计步算法源码和调试工具
├── mbed_blinky_uvision5_kl25z
│ └── mbed_blinky
│ ├── Adafruit_GFX
│ │ ├── Adafruit_GFX_Config.h
│ │ ├── Adafruit_GFX.cpp
│ │ ├── Adafruit_GFX.h
│ │ ├── Adafruit_SSD1306.cpp
│ │ ├── Adafruit_SSD1306.h
│ │ └── glcdfont.h
│ ├── Adafruit_GFX.lib
│ ├── CRC16
│ │ ├── CRC16.cpp
│ │ └── CRC16.h
│ ├── CRC16.lib
│ ├── exporter.yaml
│ ├── GettingStarted.htm
│ ├── main.cpp
│ ├── mbed
│ │ ├── analogin_api.h
│ │ ├── AnalogIn.h
│ │ ├── analogout_api.h
│ │ ├── AnalogOut.h
│ │ ├── buffer.h
│ │ ├── BusIn.h
│ │ ├── BusInOut.h
│ │ ├── BusOut.h
│ │ ├── Callback.h
│ │ ├── CallChain.h
│ │ ├── can_api.h
│ │ ├── CAN.h
│ │ ├── can_helper.h
│ │ ├── CircularBuffer.h
│ │ ├── critical.h
│ │ ├── CThunk.h
│ │ ├── DigitalIn.h
│ │ ├── DigitalInOut.h
│ │ ├── DigitalOut.h
│ │ ├── DirHandle.h
│ │ ├── dma_api.h
│ │ ├── Driver_Common.h
│ │ ├── Driver_Storage.h
│ │ ├── ethernet_api.h
│ │ ├── Ethernet.h
│ │ ├── FileBase.h
│ │ ├── FileHandle.h
│ │ ├── FileLike.h
│ │ ├── FilePath.h
│ │ ├── FileSystemLike.h
│ │ ├── FunctionPointer.h
│ │ ├── gpio_api.h
│ │ ├── gpio_irq_api.h
│ │ ├── i2c_api.h
│ │ ├── I2C.h
│ │ ├── I2CSlave.h
│ │ ├── InterruptIn.h
│ │ ├── InterruptManager.h
│ │ ├── LocalFileSystem.h
│ │ ├── LowPowerTicker.h
│ │ ├── LowPowerTimeout.h
│ │ ├── LowPowerTimer.h
│ │ ├── lp_ticker_api.h
│ │ ├── mbed_assert.h
│ │ ├── mbed_debug.h
│ │ ├── mbed_error.h
│ │ ├── mbed.h
│ │ ├── mbed_interface.h
│ │ ├── pinmap.h
│ │ ├── platform.h
│ │ ├── port_api.h
│ │ ├── PortIn.h
│ │ ├── PortInOut.h
│ │ ├── PortOut.h
│ │ ├── pwmout_api.h
│ │ ├── PwmOut.h
│ │ ├── RawSerial.h
│ │ ├── rtc_api.h
│ │ ├── rtc_time.h
│ │ ├── semihost_api.h
│ │ ├── serial_api.h
│ │ ├── SerialBase.h
│ │ ├── Serial.h
│ │ ├── sleep_api.h
│ │ ├── spi_api.h
│ │ ├── SPI.h
│ │ ├── SPISlave.h
│ │ ├── Stream.h
│ │ ├── TARGET_KL25Z
│ │ │ ├── arm_common_tables.h
│ │ │ ├── arm_const_structs.h
│ │ │ ├── arm_math.h
│ │ │ ├── cmsis.h
│ │ │ ├── cmsis_nvic.h
│ │ │ ├── core_ca9.h
│ │ │ ├── core_caFunc.h
│ │ │ ├── core_caInstr.h
│ │ │ ├── core_ca_mmu.h
│ │ │ ├── core_cm0.h
│ │ │ ├── core_cm0plus.h
│ │ │ ├── core_cm3.h
│ │ │ ├── core_cm4.h
│ │ │ ├── core_cm4_simd.h
│ │ │ ├── core_cm7.h
│ │ │ ├── core_cmFunc.h
│ │ │ ├── core_cmInstr.h
│ │ │ ├── core_cmSecureAccess.h
│ │ │ ├── core_cmSimd.h
│ │ │ ├── core_sc000.h
│ │ │ ├── core_sc300.h
│ │ │ ├── MKL25Z4.h
│ │ │ ├── system_MKL25Z4.h
│ │ │ ├── TARGET_Freescale
│ │ │ │ └── TARGET_KLXX
│ │ │ │ ├── clk_freqs.h
│ │ │ │ ├── gpio_object.h
│ │ │ │ ├── objects.h
│ │ │ │ ├── PeripheralPins.h
│ │ │ │ ├── PortNames.h
│ │ │ │ └── TARGET_KL25Z
│ │ │ │ ├── device.h
│ │ │ │ ├── PeripheralNames.h
│ │ │ │ └── PinNames.h
│ │ │ └── TOOLCHAIN_ARM_STD
│ │ │ ├── board.o
│ │ │ ├── cmsis_nvic.o
│ │ │ ├── mbed.ar
│ │ │ ├── mbed_overrides.o
│ │ │ ├── MKL25Z4.sct
│ │ │ ├── retarget.o
│ │ │ ├── startup_MKL25Z4.o
│ │ │ ├── sys.o
│ │ │ └── system_MKL25Z4.o
│ │ ├── ticker_api.h
│ │ ├── Ticker.h
│ │ ├── Timeout.h
│ │ ├── TimerEvent.h
│ │ ├── Timer.h
│ │ ├── toolchain.h
│ │ ├── Transaction.h
│ │ ├── us_ticker_api.h
│ │ └── wait_api.h
│ ├── mbed.bld
│ ├── mbed_blinky.uvoptx
│ ├── mbed_blinky.uvprojx
│ ├── mbed_config.h
│ ├── MMA8451Q
│ │ ├── MMA8451Q.cpp
│ │ └── MMA8451Q.h
│ ├── MMA8451Q.lib
│ ├── StepCount
│ │ ├── StepCount.cpp
│ │ └── StepCount.h
│ ├── StepCount.lib
│ ├── USBDevice
│ │ ├── USBAudio
│ │ │ ├── USBAudio.cpp
│ │ │ ├── USBAudio.h
│ │ │ └── USBAudio_Types.h
│ │ ├── USBDevice
│ │ │ ├── USBDescriptor.h
│ │ │ ├── USBDevice.cpp
│ │ │ ├── USBDevice.h
│ │ │ ├── USBDevice_Types.h
│ │ │ ├── USBEndpoints_EFM32.h
│ │ │ ├── USBEndpoints.h
│ │ │ ├── USBEndpoints_KL25Z.h
│ │ │ ├── USBEndpoints_LPC11U.h
│ │ │ ├── USBEndpoints_LPC17_LPC23.h
│ │ │ ├── USBEndpoints_Maxim.h
│ │ │ ├── USBEndpoints_RZ_A1H.h
│ │ │ ├── USBEndpoints_STM32F4.h
│ │ │ ├── USBHAL_EFM32.cpp
│ │ │ ├── USBHAL.h
│ │ │ ├── USBHAL_KL25Z.cpp
│ │ │ ├── USBHAL_LPC11U.cpp
│ │ │ ├── USBHAL_LPC17.cpp
│ │ │ ├── USBHAL_LPC40.cpp
│ │ │ ├── USBHAL_Maxim.cpp
│ │ │ ├── USBHAL_RZ_A1H.cpp
│ │ │ ├── USBHAL_STM32F4.cpp
│ │ │ └── USBRegs_STM32.h
│ │ ├── USBHID
│ │ │ ├── USBHID.cpp
│ │ │ ├── USBHID.h
│ │ │ ├── USBHID_Types.h
│ │ │ ├── USBKeyboard.cpp
│ │ │ ├── USBKeyboard.h
│ │ │ ├── USBMouse.cpp
│ │ │ ├── USBMouse.h
│ │ │ ├── USBMouseKeyboard.cpp
│ │ │ └── USBMouseKeyboard.h
│ │ ├── USBMIDI
│ │ │ ├── MIDIMessage.h
│ │ │ ├── USBMIDI.cpp
│ │ │ └── USBMIDI.h
│ │ ├── USBMSD
│ │ │ ├── USBMSD.cpp
│ │ │ └── USBMSD.h
│ │ └── USBSerial
│ │ ├── CircBuffer.h
│ │ ├── USBCDC.cpp
│ │ ├── USBCDC.h
│ │ ├── USBSerial.cpp
│ │ └── USBSerial.h
│ └── USBDevice.lib
├── mbed_blinky_uvision5_kl25z.zip
├── StepCount.c
├── StepCount.h
└── VisualScope(已破解)
├── config.dat
└── VisualScope(已破解).exe
119 directories, 687 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论