I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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...
Does enabling POFCON on nRF51822 lead to any increase in power consumption?
If yes then what is the value?
I struggle to find any information in Reference Manual or Product...
Hi
i am new with nr24L01 module , i am currently trying to configure them but , i am not able to read the RF_CH register just after write into it ? so i don't know if the...
Hello. I am using ble_app_uart from sdk14.2. I use pca100401, softdevice s132.
Advertising is generated using timer RTC. Board advertises and stops advertising without errors...
Here is our requirement.
We want to have four transmitters based on nRF2460 and more than 100 receivers. It means there will be four broadcasts.
Each receiver should...
Hi DevZone,
I am working on a project using nRF52840 preview DK and Arduino CAN Bus shield. I modified source code base on some Git Projects. It seems the SPI initialization...
Hi everyone!
I want to implement SPI with "ble_app_beacon" example with the following hw/sw.
DK : nrf52832
SDK : nRF5_SDK_14.2.0_17b948a
IDE : Segger Studio 3.34...
Recently,I use the SDK14 to develop the project,the initial project is in the content "SDK14/examples/peripheral/twi_scanner/pca10056",
Then and the spi example in the content...
I have build the light switch demo, it works properly. But I want to make multiple sensor node that takes data from sensor and send to single relay node. I am little confused...
I just integrated CMock which is part of my unit testing framework and i am trying to test a mocked function however i am running into RAM overflow error. Is there a way to...
May need to post this question to Segger, but I'd figure I'd ask here.
Have a nRF52832 project that compiles, links, and runs fine on the 52832/10040 dev kit board.
...
Hi All,
I am using the nrf52840 to run an application which does not use the BLE.
I need to add firmware update capability to the device so that I can push updated in...
Hi, I am running into a connection problem with connecting to the Secure bootloader example in SDK v13.1, whenever I try to connect I get Gatt 133 error. To my memory, the...
hi,
i doing a project where i have combined light switch server from nrf_mesh sdk 1.0.0 with nrf5 sdk 14.2.0 ble_uart_example to send.
my aim is to send on_off command...
We currently have an application that is running SDK 12.1 on the NRF52832. We have no issues doing a firmware update using the iOS SDK. What we are seeing is a long delay...