[esp-idf][ble_spp_server][1] 초기설정/빌드/플래시/모니터링 : ble_spp_server 프로젝트를 nrf connect 앱을 이용해 테스트 진행하기 ▶ 프로젝트 복사 : esp-idf\examples\bluetooth\bluedroid\ble\ 아래의 ble_spp_server 프로젝트를 로컬로 복사해 줍니다. ▶idf.py set-target 더보기 Adding "set-target"'s dependency "fullclean" to list of commands with default set of options. Executing action: fullclean Executing action: set-target Set Target to: esp32c6, new sdkconfig will be created. Running cmake in directory.. ESP32 2024. 2. 21. 11:09
[NCS] New Application Create/Build/Flash/Debug : Visual Studio Code 툴의 NRF CONNECT extention 안에서 "Create a new application " 항목을 테스트해 봤습니다. 크게 프로젝트 만들기 , 빌드 , 플래시 로 나눠지고 각각의 단계별 UI 를 첨부합니다. 1> 프로젝트 만들기 ▶ Visual Studio Code 실행 ▶ nRF connect 아이콘 클릭후 "Create a new application" 선택하기 ▶ 앱 설정화면 에서 nRF Connect SDK/ Toolchain 위치 지정 및 앱 위치/템플릿/이름 설정한후 마지막의 "Create Application" 을 눌러줍니다. Application template 에서 blinky 만 입력하면 관련 예제가 다 보이니 참고하세요. ▶ 작성자를 신.. 미분류 항목 2023. 5. 25. 16:52
[ble_app_cts_c ] 프로젝트 분석 : Current Time Profile 의 client 역할 테스트 예제입니다. 1> 프로젝트 위치 \examples\ble_peripheral\ble_app_cts_c 2> Nordic Document 사이트 https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_cts_c.html nRF5 SDK v17.0.2: Current Time Application This example requires one of the following SoftDevices: S112, S132, S140 Important: Before you run this example, make sure to program the SoftDevice. The Cu.. Nordic_nRF52 2022. 4. 7. 20:41