Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
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...
After enabling and starting the watchdog timer (RR0), how can it be disabled?
This following code does not work :
NRF_WDT->RREN &= ~(1 << WDT_RREN_RR0_Pos);
Neither...
Hi,
I use s120 stack and ble_app_multilink_central
I use function sd_ble_gattc_primary_services_discover(p_client->conn_handle, start_handle, NULL) for discover services...
The sniffer software doesn't seem to find the device on either of two different PCs here, and I'm not sure what we could be doing wrong.
The installation steps were the...
Hello,
I have recently got a n5 start kit nRF51422. I went through all the set up procedures in the user guide, installed all the correct programs/drivers etc.. My unit...
Hello.
I am looking at the schematic of the nRF51422 USB dongle development kit. The pin P0.30 of the microcontroller is attached to ground. As the pin could potentially...
I'm writing a PC utility in Visual Studio to connect to BLE devices. I'm using the PCA10000 and MasterEmulator.dll. I'm able to discover the services and characteristics of...
Hi NORDIC
I download the example of multilink central (S120) into nrf51822 . I do not know why it can not work ? My SDK is s110_nrf51822_7.0.0_softdevice . Please help...
i am very confused about how to count pulse by using nrf51822? I am going to make a heart rate counter, but i don't know how to config registers to achieve this function....
I can't get a simple application, no soft device, to debug on the nRFDK 10028 board using the I-Jet. I am using the debug in and powering the device from an external power...
Hi
I'm starting with NRF51822. I'm going to develop a costum PCB using this chip. I'm a bit confused because searching on the forum I saw that I need a product key to use...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hi all,
I am using the multi role example ( github.com/.../nRF51-multi-role-conn-observer-advertiser) to scan and advertise concurrently.
I was wondering if the scanning...
I have a 16MHz external clock oscillator to drive a micro controller in my system. Can this also be connected to the crystal input on the nRF24L01+ to drive it's clock? Should...
Hi All,
I wanted to write a patient record to glucode measurement charateristics from android Phone which supportes BLE features . How do i write a record to BLE device...