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 saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I am using S112, nRF52832 and SDK SDK_17.1.0_ddde560.
Using below code snippet I am putting device to deepsleep. I have turned off the RAM retention. However, still...
I am trying to create Docker image with all the tools to build and flash the board. But I have the problem with nrfjprog:
$ nrfjprog bash: nrfjprog: command not found
...
Hello Nordic Team, We haven chosen a nRF52805 SoC and MDBT42T Module and would like to operate with 2 i2C sensors on two different Pin-pairs. Since the nRF52805 only has one...
Here's what i am struggling with: my code generates a error while building for every line where i use a function starting with "nrf_drv_gpio_..." saying there is an undefined...
Hi all,
I am about to purchase NRF51-DK Nordic Semiconductor ASA | Development Boards, Kits, Programmers | DigiKey but this says for nRF51422, nRF51822 series Transceiver;...
Hello,
I am using the peripheral uart sample and it works fine. My issue is that whenever the buffer is full it automatically sends the data from the com. How do I stop...
I'm working on the nRF5340 using the newest release of the nRF SDK, SoftDevice and zephyr project. I get the connection index from our application but need to retrieve the...
I change nRF52832 firmware to support DFU OTA. But ble_dfu_buttonless_async_svci_init() failed with errCode=0x4.
0> <info> app: Version 1.2.1 0> 0> <info> app: ========...
When I use Keil to build project for supporting DFU OTA. Keil shows changing *.o to *1.o. Is it normal?
Build started: Project: ble_app_band_v4 *** Using Compiler 'V5.06...
We are using the Softdevice controller from the nRF Connect SDK on the nrf5340 processor and have implemented the commands to read and set the tx power level in the controller...