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...
Hi,
I tried my best to solve my problem via forum but unfortunately no success.
I got nrf51 DK and played with it a lot. successfully program the samples and tweak them...
Per release notes, flash memory footprint has changed. The Multilink central project resets when trying to clear pstorage memory area and so I'm assuming that it is protected...
Hi,
Since i don't have nrf6310 board, i tried to test the multilink central application with pca10001 board, after referring the nRF51 SDK document. But unfortunately it...
Folks,
I've designed and implemented two product prototypes using the QFN package for the nRF51822. Now I need to move to the BGA version to shrink the designs. The nRF51822...
Im using the nRF51822 board with the nrfGo motherboard. I noticed the atmel microcontroler on the motherboard supports USB otg. It is possible for the nRF51822 to use the...
Hello,
I just received my nrf51822-mkit. I would like to connect it to android, but I need the product keys. I cannot find the product keys on the PCB or in the packaging...
Only p0.00 to p0.03 event can trigger an interupt in nrf 51822?
By nRF51 Series Reference Manual v1.0 ,I find that it only have CONFIG[n] (n=0..3) in GPIOTE, does it means...
Hello.
I use nrf51822 EK and TN-901 temp sensor.
My plan is nrf51822 slave, TN-901 is master
or considering the roles reverse.
Getting value is spi and output is uart...
s120 1.0.0.1-alpha loads fine
s120 1.0.0.2-alpha won't load - The given hex file did not load successfully
s120 1.0.0.3-alpha won't load - same error message
See attached...
Folks,
Prototyping a wearable device using the nRF51822, so we're talking about Bluetooth LE and the 2.4 GHz band (although the protocol probably doesn't matter). Since...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
Hi,we can send data from server to client by sd_ble_gatts_hvx() in ble_app_hrs
but:
1.How does the client receive those data?
2.How dose the client send data to server...