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...
Hi,
Im using: nRF Connect 1.9.0, Visual Studio Code. I have: a nRF52480-dongle a nRf5340_DK
I would like to have Samples (code), to have a loop through with the highest...
i have a code base which is originally run on nrf52832 dk and i want to port it to the pca10059 dongle i run in gcc env and successfully modified the definitions and includes...
Hi, I'm developing an project based on ble_app_uart example. My expection that is multi mobile phone can connect with my nRF. But, my nRF can connect and communicate with...
Hi Nordic! I'm using the nRF9160 with a micro sd card so I have a lot of storage. I was wondering if it is possible to retrieve a .hex file and flash it using LTE?
I'm able...
Hi,
When I try to build a 'light_switch' project on SEGGER embedded studio for nRF connect SDK 1.9.1 for BMD-330-EVAL board. Running into the following error
arm-none...
Hello Everyone,
I am using NRF52833 in my project and I have my NRF module connected to 2 other microcontrollers on UART peripherals. The details are mentioned as below...
We have first worked with a development kit from Nordic (nRF52840 DK) . We flashed the BLE applications using the nRF Command Line Tools.
https://www.nordicsemi.com/Products...
Hello,
I have to open a new discussion session on the same topic because the current session has been closed.
The topic is as follows: devzone.nordicsemi.com/.../at...
Hi,
We currently have a Gazell project that runs on nRF52832 . We have difficulties changing the project target to the nRF52810 .
From the SDK17.0.2, example: "gzll_ack_payload_device_pca10040...
Hi,
I have a firmware (performing DFU over Bluetooth )that runs well on nRF52833 dev kit and for developing the DFU over BLE. I follow this tutorial
https://devzone.nordicsemi...
Using SDK 17.0.2 I wrote a function to modify advertising interval on the run. The function doesn't return any error but the interval isn't changed. What am I doing wrong...
After nrf_drv_twi_tx() function and nrf_drv_twi_rx() function, m_xfer_done is checked using APP_ERROR_CHECK(m_xfer_done). What is the significance of checking m_xfer_done...
Hi,
I am working on DFU-OTA example on BLE. my doubt here is once the controller copied the image into slot1 bootloader will immediately start to validate whether the image...
I am using the following code to generate and output a n-MHz clock on a GPIO pin. (code is borrowed/copied from another question on this forum)
However, the clock output...
I download the zip file(nrf-command-line-tools-10.15.4_amd64.zip) in the website.
And then I unzip it get the following structure files:
JLink_Linux_V758b_x86_64.deb JLink_Linux_V758b_x86_64...