У нас вы можете посмотреть бесплатно nRF52 BLE tester project PART1 [Building the nRF52 firmware] или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video is about the PART1 of building the BLE tester project. The project has 2 parts. In this 1st part, the main goal is to teach you how to : Use the template project to build your BLE peripheral based application. Create a custom BLE service for your application. Add characteristics with multiple properties enabled to this service. Use the custom service characteristic functions in your application. Write and read data and send notifications to a characteristic. Add a BLE service (SIG adopted. ex: Battery service) to your application. Handle the Buttons states using the app_button.h library. Control the Leds states using the bsp.h library. Use the Saadc peripheral to read multiple analog values. Convert the analog values to voltages. Create and use application timers. Use the nRF connect mobile app to interact with your application BLE services and characteristics. Use the Terminal Emulator included in Segger embedded studio to access the application uart LOGs. The software tools needed for the development of this part : The nRF5 sdk v16 downloaded and extracted. https://www.nordicsemi.com/Software-a... The nRF command line tools installed. https://www.nordicsemi.com/Software-a... Segger Embedded Studio IDE installed. https://www.segger.com/downloads/embe... The nRF connect mobile app installed, will use it for testing till we build our app. https://play.google.com/stor/apps/det... https://apps.apple.com/us/app/nrf-con... An nRF52 based development kit. The project is supporting both the nRF52 DK (nrf52832 SOC), and the nRF52840 DK (nRF52840 SOC). For any other nRF52 based SOC, you can just follow the same steps to rebuild the project for that SOC. Project Github repo : https://github.com/rmptxf/nrf52_ble_t... I've added the Android apk file, so you can also test that on your phone, till I finish recording how to build the other part. If you found this project helpful, consider SUBSCRIBING to the channel and LIKE the video if you do so. Also, if you encounter any issues while you build this part of the project, let me know in the comments section. Part 02 : • nRF52 BLE tester project PART2 [Build...