Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I want to creat a hci vendor-specific command of zephyr using nRF connect SDK, based on hci_pwr_ctrl bluetooth sample.
At first, I think just using follow steps in hci_vs...
Hi,
Recently I have heard that there are license restrictions on using DKs for production programming. Is this only for production programming? Can I still use the DK to...
Hello, im trying to implement the UARTE Driver for simultaneous Use of Bluetooth and asynchrounos Uart TX/RX on a nRF52840 and nrf9160. The Problem is that neither RX or TX...
Hi
i want use a nRF52840Dongle as a Zigbee end device, when power up, i get following message:
I: nRF5 802154 radio initialized ***** delaying boot 5000ms (per build configuration...
Hi, I have just started evaluating nRF52840 using the dongle and Development Kit. I have successfully tested the Openthread network using CLI project. Now I want to try out...
Hi experts, The situation is following, the NRF53 shall receive multiple packets. After the reception of one of the packets the next one shall be received at the same frequency...
Hello,
I am struggling to commission a light bulb matter sample device (nrf52840dk) with the CHIP tool running on my Linux laptop. I set up an OpenThread Border Router with...
I had configured zephyr.dts file for UART and I2C pheripherals. And when I tried to build an application it is giving below error
Board : nrf5340 Application name : SHT...
I implemented the nRF52840 (auto)upgrade with an nRF9160 on the nRF9160DK. I did my development with the Serial Modem LTE application from nRF Connect SDK 2.0.0. I noticed...
Hey All:
I'm trying to install V2.0.0 of the NRF Connect SDK on a fresh Ubuntu 22.04 VM, and the whole thing seems broken.
Here's my steps:
install the nRF command...
Hi, I have found several aged topics on Devzone but need this feature and would like current state. If it still not supported, is there any example implementation on how manage...
Is there a way to rebuild (clean and build) a project in Visual Studio Code with the nRF Connect Extension? A web search shows how to do it with the CMake Extension ( https...
I am using the Connect SDK v2.0.0 and attempting to use TCP in the stock CLI example to mimic the demo shown here . When I flash the v2.0.0 CLI sample on my nRF52840dk, "...
Hi everyone,
I have some devices that are communicated through RS485. nRF52840 DK supports RS485 communication?
Do you have suggestions of how should I connect those devices...
I have a custom board with 8 LED's and I use pwm API led_on(), led_off, led_blink() etc, to turn them on, set brightness and blink and everything works fine except one case...