每當您使用寫入系統的 git 命令時,請使用以管理員身份提升的主控台 (例如git pullgit clone、、和git submodule update --init --recursive)。 設定專案 若要啟用示範,您需要設定要使用的專案AWS IoT。若要將專案設定為與 AWS IoT 搭配使用,必須將您的裝置註冊為 AWS IoT 實物。您應該會在為 FreeRTOS 低功耗...
APP_ERROR_CHECK(err_code);break;caseBLE_GAP_EVT_PHY_UPDATE_REQUEST: {NRF_LOG_DEBUG("PHY update request.");ble_gap_phys_tconstphys = { .rx_phys = BLE_GAP_PHY_AUTO, .tx_phys = BLE_GAP_PHY_AUTO, }; err_code = sd_ble_gap_phy_update(p_ble_evt->evt.gap_evt.conn_handle, &ph...
开发者ID:codedeveloper1,项目名称:nRF905_RX,代码行数:26,代码来源:nRF905.c 示例4: PacketData_Update ▲点赞 1▼ voidPacketData_Update(){uint8_tflags = BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED; PACKET_INCR++;//Incrementing the valueincr_cnt++;if(incr_cnt==5) { incr_cnt =0; _ADC_mea...