I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
I have an old application which I want to add the bootloader and secure DFU.
I have to migrate to SDK version 12 and I have some persistent data which the old program is...
Hello, I have nRF51822 Beacon Kit (pca200006). I'd like to upload .hex file in DFU over ipad, I picked beacon example from sdk 11. When I point on the hex file from ipad toolbox...
Hello,
I am running the NFC example applicaiotn(URI Message Example) in SDK5 v11.0.0. I am using a PCA10040(V1.1.1) dev board with the NFC antenna connected to it and testing...
We would like to use the nRF52 for an indoor application that should cover a a single family home.
The requirements for throughput are very relaxed, so we'd like to trade...
Hi Nordic,
I am trying to figure out the relation between a certain page number (say, 0xFE) and the group of addresses that it contains. How can I get this relation?
...
hi,
I am working with nr52832 and SDK 12.1.
I have referred the RNG example based on which I have integrated that code section in my custom application:
rng_generate...
I'm trying to accomplish a communication from the nrf24LE1 to the nrf24L01+. The nrf24L01+ is hooked up to an Arduino UNO. The nrf24LE1 is flashed with the "enhanced_shockburst_ptx_nrf24le1...
6.1.4 Erasing a page in code region 1
When erase is enabled, the NVM can be erased page by page using the ERASEPAGE register or the ERASEPCR1
register. After erasing a NVM...
Hello,
I was testing BLE Heart Rate Collector Example with two nRF52832 devices, one was programmed with ble_app_hrs_c as a BLE central role, and the other was programmed...
Hello everyone,
I have very pesky bug that is leaving me in fits. I have a feeling it is a timing issue, but I am not sure at this point. Here is my issue, and I would...
Hi Devzone.
I've taken the ble_app_hrs example,
and then added the example code from the PWM Driver example.
The PWM module is mostly functional,
however I have a...
Hi,
I'm trying to build a SPI Slave <-> BLE bridge, so that everything received over SPI bus is forwarded on BLE and vice versa. In order for the reverse direction to work...
Hello,
i think this is simple question, but nowhere i can find answer. Is nRF52840 preview development kit (PCA10056) contains built in nrf52840 microcontroller or i need...
I am going through the BLE Central tutorial and am a bit confused by the APPL_LOG function calls, from what I could understand it should give messages on serial port, like...