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 there,
I was wondering if Nordic(or anyone else) have an example available to handle various network issues a device could face in the field. For example during initial...
Hi. ... Everyone. .. I want to advertise my ADC .I am using nRF52832 ,15.2version sdk . I have seen my queries related to this topic,even I tried .but data is not advertising...
Hi,
I am using nRF52840DK along with S112 sdk15.3.0 as a peripheral device, i included timer and sleep function in ble_app_beacon example code . I am getting fatal error...
Hi,
I am currently working on a project to transfer data from a computer to an embedded device. During the implementation, I encountered problems to achieve the required...
Hello,
I am trying to run the asset tracker example on an nRF9160-DK and I get the following errors from the LTE Link Monitor:
2020-02-06T21:00:59.964Z DEBUG modem <<...
Hello all,
I use a 1NCE Sim and be based in Berlin Germany.
On the AT_Client example the LTE works very well but then I load the 'Asset Tracker' application on the...
Hi team,
I am using nRF52840 ,SDK 16.0.0 with s140 v7.0 .
I am not using any advertising module from nordic to advertise the packet .
In my own code, I suppose set the...
To the kind attention of Nordic support team,
I downloaded a fresh copy of sdk16. I putted to the test keil projects with secured gazell libraries. Now I'm only trying to...
I could use some clarity on the legacy drivers/files, nrf,driving example applications inside SDK 16. Is it just too much work to clean up the examples with current drivers...
Hello everyone,
I am trying to implement UARTE on a custom board embedding an nRF52832 , as part of an upgrade from SDK 12 to SDK 15 . The nRF52832 is communicating via...
Hi,
A new modem firmware for nRF9160 has been released. Is it safe to update the modem firmware of Thingy: 91 to v1.1.1? We can download the firmware from nRF9160 SiP page...
Hi,
I'm trying to merge Serial and BLE DFU. I have followed this .
I have used BLE DFU example as base code and added Serial DFU dependencies.
I'm able to do BLE DFU...
HI,
i have made 3 customer board
they all use the same spi flash mx25v8006e
and the first two board have the spi pin : sck 3, miso 1,mosi 0,ss 2
but i change the design...