Тёмный

Zephyr and Nordic nRF Connect SDK - 01 Introduction and installation (v2.4.2) 

WSN & IoT
Подписаться 2,3 тыс.
Просмотров 11 тыс.
50% 1

Наука

Опубликовано:

 

7 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@TechwithHari
@TechwithHari 11 месяцев назад
Thank you so much for these tutorials.. I just brought the nrf5340 dk and was really confused as to where to start.
@michaeldalby1971
@michaeldalby1971 9 месяцев назад
OMG, your video has helped me a lot.... In the world of Zephry there is so much information (with a lot of depreciated methods and old instruction). Your video was perfect and worked !!! Well done and thanks for sharing
@wsniot
@wsniot 9 месяцев назад
You are welcome. Thank you for the positive feedback.
@hjw9347
@hjw9347 7 месяцев назад
Thank you for posting this helpful guide. Looking forward to getting stuck into the follow up videos!. Thanks!
@abelashenafi6291
@abelashenafi6291 6 месяцев назад
Thanks for this amazing video. I followed your instructions step-by-step and everything works like a charm. Thank you and you just earned a new subscriber for your superb explanation and guidance. Thanks again
@wsniot
@wsniot 6 месяцев назад
Thank you for the positive feedback.
@iotbits
@iotbits 10 месяцев назад
Very helpful video, simple step by step, good for beginners, well done 👍👍
@wsniot
@wsniot 10 месяцев назад
Thank you for the positive feedback!
@nano_user5878
@nano_user5878 11 месяцев назад
thanks a lot! much needed lead!
@carloseduardomayerdeolivei2913
@carloseduardomayerdeolivei2913 4 месяца назад
Thanks a lot for your videos!!
@Nurof3n_
@Nurof3n_ 5 месяцев назад
thanks for taking the time to create these
@karthic4404
@karthic4404 Год назад
Can you make make full tutorial video All the peripherals like gpio,I2C ,spi , uart, timer, interrupt, ADC, dac, ble, ble mesh
@brandonmoncada1951
@brandonmoncada1951 Год назад
Thank you so much for updating that old video with 1.9.1 SDK version. Do you know if there are some deprecated functions for OpenThread in 1.9.1 version? Why did you upgrade the SDK version?
@wsniot
@wsniot Год назад
For OpenThread I think not. But there were a lot of minor changes overall that didn't fit in the old video anymore. These are for example changes to the header files and the graphical interface in VS Code, especially the selection of the toolchain, the creation of projects and the graphical interface of the DeviceTree.
@brandonmoncada1951
@brandonmoncada1951 11 месяцев назад
​@@wsniot Thank you so much for your reply, I asked you this because I trying to replicate the CoAP protocol with 840DK's again, but now with 2.4.2 SDK version is not working anymore, is compiling and flashing into devices but doesn't has the expected behavior. Do you might explaining to me which are those changes made for newest version? The code is the same. We cannot find out some probable solution.
@wsniot
@wsniot 11 месяцев назад
@@brandonmoncada1951 I tried my CoAP example and it works the same as before. The biggest problem I had with the SDK v2.4.2 was that uart1 was disabled by default in the devicetree, otherwise my programs all ran as usual so far. What exactly is not working? Is the CLI working? Do both have the same dataset? Does sending UDP packets via the CLI work?
@patil29066
@patil29066 3 месяца назад
Hello Sir, Is it possible to get the address of the connected centralized device into the peripheral device and print it using any services?
@isaiahchiraira4836
@isaiahchiraira4836 8 месяцев назад
this is dope
@VivekDinesh-f9l
@VivekDinesh-f9l 3 месяца назад
Could anyone clarify me on how to install sdk from nrf connect extension and also regarding how to flash the nrf device
@cozmo4452
@cozmo4452 7 месяцев назад
Hello, when I create new application and choose a path, not matter where i choose it says (File path) already exists. Do you know the cause? Thankyou very much
@kaisskateouederni
@kaisskateouederni 11 месяцев назад
Hello, really nice tutorial :) my device won't show in the "connected devices" view when I plug it in... By any chance do you have any idea why? would appreciate any tips ahah
@wsniot
@wsniot 11 месяцев назад
Check the switches on the dk. Is the power led on? Is the J-Link driver installed? If not, try to install it manually: www.segger.com/downloads/jlink/
@AliAgha027
@AliAgha027 11 месяцев назад
@@wsniot @kaisskateouederni I'm having the same problem; could you perhaps assist me?
@AliAgha027
@AliAgha027 11 месяцев назад
open vs code directly rather than by using tool chain manager
@NoumanAli
@NoumanAli 11 месяцев назад
Very detailed video. Thanks for your time. Can you kindly do a video on SAADC with nRF5340-dk? I'd be very obliged to you. 😊😊
@wsniot
@wsniot 11 месяцев назад
Thx for the feedback. I dont have the nRF5340-dk here, but it should work similiar like the nRF52840: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Lcjt2Iu2xvY.html
@NoumanAli
@NoumanAli 11 месяцев назад
@@wsniot I'm having one issue though. The issue is that some of the examples work just fine when making a new application based on some example let's say blinky. But SAADC example doesn't work when I build it. It gives an error CMake Error at CMakeLists.txt:11 (GET_DEVICE_CONFIG_FILES): I tried googling it but there's only one link explaining it but I couldn't understand what to do. If you could help me out, that'd be a huge help. It seems like nRF has very poor documentation and no explanation on working examples. Could you refer me to channel or website which could help me out. And I really appreciate your reply. 😊
@NoumanAli
@NoumanAli 11 месяцев назад
@@wsniot Actually I'm new to the nRF family. And it feels to me that the learning curve is too high. And very few people seem to have worked on this. I'm quite good with STM32 but to fail here with nRF. 😔
@wsniot
@wsniot 11 месяцев назад
@@NoumanAli Which build did you use? With nrf5340dk_nrf5340_cpuapp compiling works fine with me. In nrf5340dk_nrf5340_cpunet near all is disabled as default in the devicetree.
@NoumanAli
@NoumanAli 11 месяцев назад
@@wsniot if i try compiling the examples, they work fine. But when I make another project based on the given examples, then it gives the above issue.
@violinsheetmusicblog
@violinsheetmusicblog 5 месяцев назад
So close to working, but I keep getting the following error when I try to install the blinky application "Access protection is enabled, can't read device version." I have two NRF53 DK boards and it does the same thing on both, not sure why
@wsniot
@wsniot 5 месяцев назад
Strange. Had newer problems with access protection. Did you maybe flash a programm where the FLAGS for access protection are set? You can try to setting the access protection to disable with an ERASEALL. See also: developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/security/ap_protect.html
@violinsheetmusicblog
@violinsheetmusicblog 5 месяцев назад
@@wsniot I figured it out. In addition to running eraseall and recover, I had the wrong board configuration selected and I finally found the right one! All works now, thanks!
@aokerem
@aokerem 8 месяцев назад
Well, I use nrf52832 on a my special card, which board I choose in build configuration or what can I do? I am open to your advice.
@wsniot
@wsniot 8 месяцев назад
What do you mean with special card? Did you design one by your own? For programming you can use what fits to your board best as long it has a nrf52832 chip (i.e nrf52dk_nrf52832). You have to adapt probably the device tree. And of course you need an external j-link programmer or a bootloader on the nrf52832.
@isorport32
@isorport32 10 месяцев назад
How to create a project if I have my own nrf52832 or nrf52840 board with its own wiring and hardware configuration?
@wsniot
@wsniot 10 месяцев назад
That depends. The simplest solution is to use an existing board such as the Xiao BLE and customise the DeviceTree. Or you adding your own custom board: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-V_dVKgWKILM.html
@patil29066
@patil29066 8 месяцев назад
Hello Sir, I am getting message 'Device not found' while flashing the program. Please give some suggestions.
@wsniot
@wsniot 8 месяцев назад
Check if all the switches in the right position. Check if your device is accessable in the device manager. Do you have a JLink CDC Device as com-Port for instance?
@patil29066
@patil29066 8 месяцев назад
@@wsniot It is not showing connected device in device manager. Shall I need to do any extra settings on my Windows PC?
@wsniot
@wsniot 8 месяцев назад
@@patil29066 Did you check the power switch on the board? Should be set to on. And the second switch should be set to default, not to nRF ONLY. Does the power LED light? In the device manager there should be a device. If the driver is not installed properly than at least as unknown device.
@patil29066
@patil29066 8 месяцев назад
@@wsniot Thanks a lot for your guidance! I was having issue with the power switch and also, with the cable. Now, I am able to flash the program:)
Далее
Сделка 😂
00:27
Просмотров 154 тыс.
host ALL your AI locally
24:20
Просмотров 1,1 млн
Getting Started with Zephyr RTOS
10:09
Просмотров 3,5 тыс.
Юрий Пронько и Михаил Хазин
49:30
Introducing nRF Connect for VS Code
1:00:47
Просмотров 21 тыс.
ThePrimeagen On Running Linux
9:40
Просмотров 261 тыс.
The force of electromagnetic eddy currents
0:31
Просмотров 25 млн
Apple designers updating the iPhone design 😫
0:26
#ipl #iphone #россия #aquarium
0:12
Просмотров 2,1 млн
Умный обзор умного iPhone 16 / 16 Pro
21:21