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...
There is the nRF52840 specifications sheet at the reference circuitry there is a pin 74 that is indicated as ground, what is this? 74 does not seem to line up with the method...
I don't know if this something I'm doing wrong, a Segger stupidity, or something else. I'm using SES and copied the examples/ble_central/ble_app_blink_c project to another...
I am struggling with excess current consupmtion using uart+fifo. It seems like ~300uA is drawn by UART and disabling via app_uart_close() doesn't help.
I have checked all...
HI,
I have nRF9160 modem DK. I am working a project based on http sample.
The LTE is initialized through the call:
w_lte_lc_init_and_connect();
But after ( in the...
Hi, In my current project I'm implementing an ANT Shared Channel topology, where in each channel period the master polls a slave with an acknowledge message and receives the...
Hello,
I can connect to LTE with the iBasis SIM that came with the nRF9160DK but have been unable to connect with any other SIM. Here is what happens in the LTE Link Monitor...
Hello,
I'm currently developing on a Adafruit nrf52840 express. I'm working under the impression I need to develop the code in C in order to use my code in mass production...
hi, i just purchased nrf52840 dongle, still new to use nordic components.
i have no idea on to use it as a beacon. already done the part in SES.
i want to make the dongle...
Hi Experts,
I have looked into the Mesh SDK for several days, i found one question is the device how to handle the same message they transmitted before after power reset...
To the kind attention of Nordic support team,
I have been doing the pairing between two devices using nrf gazell secured library. Then, what I want to do, it is to read...
Hi,
We plan to measure the sleep current of the *whole* Thingy 91 system including nRF9160, nRF52840 and sensors. Do you have a firmware (sample app or similar) that puts...
To the kind attention of Nordic support team,
I'm evaluating your standard gzp example (proprietary_rf/gzll/gzp_dynamic_pairing, sdk15.3). From what I see, the device to...
Hi,
It seems that the nRF52811 for the most part draws less current the nRF52832. For example:
nRF52811: 1.4 μA at 3 V in System ON mode, no RAM retention, wake on RTC...
Hello,
I cannot reset the nRF52 DK while running on battery power. I've tried multiple examples of the SDK which didn't work. However, when connecting the DK via USB, the...