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

  Рет қаралды 11,257

WSN & IoT

WSN & IoT

Күн бұрын

Пікірлер: 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 10 ай бұрын
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 10 ай бұрын
You are welcome. Thank you for the positive feedback.
@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.
@hjw9347
@hjw9347 7 ай бұрын
Thank you for posting this helpful guide. Looking forward to getting stuck into the follow up videos!. Thanks!
@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!
@karthic4404
@karthic4404 Жыл бұрын
Can you make make full tutorial video All the peripherals like gpio,I2C ,spi , uart, timer, interrupt, ADC, dac, ble, ble mesh
@carloseduardomayerdeolivei2913
@carloseduardomayerdeolivei2913 4 ай бұрын
Thanks a lot for your videos!!
@patil29066
@patil29066 4 ай бұрын
Hello Sir, Is it possible to get the address of the connected centralized device into the peripheral device and print it using any services?
@Nurof3n_
@Nurof3n_ 6 ай бұрын
thanks for taking the time to create these
@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 Жыл бұрын
​@@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 Жыл бұрын
@@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?
@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
@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.
@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
@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: kzbin.info/www/bejne/jJDHh36djLB8gq8
@isaiahchiraira4836
@isaiahchiraira4836 9 ай бұрын
this is dope
@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: kzbin.info/www/bejne/gpTNpWV_qperrLs
@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.
@patil29066
@patil29066 9 ай бұрын
Hello Sir, I am getting message 'Device not found' while flashing the program. Please give some suggestions.
@wsniot
@wsniot 9 ай бұрын
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 9 ай бұрын
@@wsniot It is not showing connected device in device manager. Shall I need to do any extra settings on my Windows PC?
@wsniot
@wsniot 9 ай бұрын
@@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:)
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 19 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 25 МЛН
nRF5 SDK - Tutorial for Beginners Pt 44 -Installing WireShark & Packet Sniffer
21:09
Sumair's Embedded Engineering
Рет қаралды 13 М.
[#4] ESP32 on Zephyr OS: PWM, pinctrl, Timer [Part 4]
41:53
The Pull-up Resistor Channel
Рет қаралды 8 М.
nRF5 SDK Visual Studio Code Integration
45:08
Rafig Rzayev
Рет қаралды 8 М.
Device Tree: hardware description for everybody !
43:17
Bootlin
Рет қаралды 91 М.