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...
Windows 10
NCS 2.0.0
We have run the Gazell samples successfully on the nRF52833 DKs. In these examples the CONFIG_GZLL_TX_STATISTICS is enabled (gzll_ack_payload_device...
Note: This might actually be a documentation issue more than a real problem because the build seems to work. But some clarification would still be appreciated.
We're developing...
I'm developing FOTA through LTE Modem which is made from QUECTEL(EC21KL)
On my custom board, nRF52832 is connected with EC21 LTE Modem via UART bus(TX : P0.16, RX : P0...
I am updating Nordic Thingy:91. I am following instructions on Nordic's DevZone web page: "Getting NB-IoT Demo running on Thingy:91
I have successfully updated modem using...
Hy
i am using a nrf5349 Dk board ,i am able to build and flash the board.
but when i am using this by building and flashing the board with hci_uart .in the linux system...
Hy ,
After i a buildng and flashing the hci_rpmsg as a cupapp . i flash the board
Then when i am checking the board with ubuntu laptop .i am not able to see the board...
Hi all!
I'm currently working on the UART on the nRF5340 board. The SDK describes three options: -polling API,
-interrupt-driven API,
-asynchronous API. With Polling and Asynchronous...
During development I noticed the following behavior:
If NRF_SDH_BLE_GAP_DATA_LENGTH=251 and NRF_SDH_BLE_GATT_MAX_MTU_SIZE=185, on Android devices the connection procedure...
Hi
For some reasons my Windows 10 laptop reports two JLink CDC UART Ports when I connect one of my nRF52SDK boards.My plan is to use this board with nrf Sniffer / Wirshark...
Im struggling here with porting my code from SDK15 to NCS 2.0.2
Im happily TXing data from NRF52811 via UARTE and receiving via FTDI to PC, but Im unable to receive any...
Hello,
in the nrf connect application for mobile phone I can see the RSSI values being updated when scanning, but when I connect to my peripheral the RSSI info is not available...
Hello, I'm developing firmware for our custom board with a nRF9160.
The problem I'm having is that the modem crashes with error code 0x10 sometimes (read: about every 3rd...
HI guys I am working on nrf connect sdk v2.0.0, I am trying to modify periodic_adv example to stop changing mac address every time an advertising restart.