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,
I am having problems adding the MAX6675 device.
I using this code
and this prj.conf file.
and this overlay file
and try to build using the command line...
The JLINK driver is not working on my laptop although I see it; not sure why. When I plug in the USB a board LED flashes and I can change LEDs 1/2/3/4 with pushbuttons 1/2...
I've been getting Timeouts during provisioning with "Requesting Composition Data" when provisioning via iPhone using the nRF Mesh app and nrf52840.
I've had problems getting...
Hi Nordic,
I am trying to make the OTA part for the nrf52840 to be possible. My nrf52840 is connecting to the server through the 4G module, I am trying to receiving all...
I modified the ble_app_uart example to run on the PCA10059 by altering the flash_start, size, ram_start and size linker settings. I also selected two GPIO for the uart pins...
Good afternnon, my company is utilizing a board with a nrf52 chip + softdevice, we would like to start unit testing our framework and just overall use cases.
After researching...
I am building a Zigbee network of devices where the devices are moving around quite a bit. This means the routes from nodes to the gateway need to be repaired often. I know...
Hi ,
We are going to update our mesh software via DFU, follow the step of mesh 5.0 SDK DFU guide. we success build bootlader , data page, and dfu demo app ( Set NRF_SDH_CLOCK_LF_SRC...
I'm attempting to download the network core image using the procedure described in "Programming the network sample from SES". My app prj.conf file includes the following statements...
Hi all,
Just have a few Asset tracker questions if anyone knows the answer:
1) If using the nRF Cloud, and a custom env_sensor, what's the maximum length databuf that...
I have an NCS project compiling and running for nRF52840 (nrf52840-DK) and am attempting to transition this project to nRF5340 (nRF5340-DK). (Prior to this, I tested the nRF5340...
I've just received a new NRF5340-DK and am trying to compile and test the 'peripheral_uart' sample.
I'm using SDK 1.50.
When I loaded it into Segger via "Open NRF connect...
I have a problem with nRF5340 :
when building with west build -bnrf5340dk_nrf5340_cpuappns -p so I have a clean build and flash after that with west flash everything is...
I have an nRF52840 acting as a SPI slave to another processor. If I put the nRF52840 into a deep sleep mode, how can we wake it back up over SPI? I typically have only seen...
Hi Team,
SDK- nRF5_SDK_17.0.2_d674dde
SD - s112_nrf52_7.2.0
chip - nRF52810
I would like to reduce the power consumption during systemON by disabling unused...