I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
I am in the process of evaluating the NRF52840dk and the NRF52840 dongle. I would like to have a program that will show, or record, RSSI data between units, or a unit and...
Hi,
Our setup includes two devices, a central and peripheral. For both devices, nRF52840 is used.
We are working with nRF5 SDK version 16.0.
In our application, the...
I am having difficulty copying the light_switch client and server demos outside of the SDK, what is the general procedure? I have manually deleted and re-inserted the files...
We have created a custom board using the nRF52832 (as part of the uBlox ANNA-B112 module), and are using the internal LF RC oscillator.
We are about to go through some pre...
Hi all,
the installation of nrfutils as per nordic infocenter
is failing. Not sure if the first step worked (claims it did but with some error messages):
Next step...
I have added the include and src. file paths to the MAKEFILE and yet I am experiencing this error.
I tried deleting the main.c.o file too, but am still experiencing this...
Hi,
After implementing my own services, I run into a problem when trying to read the value.of a characteristic. I basically have four services, of which one only holds one...
Dear Nordicsemi,
we need automatic simple test of ble function of our products - scanning bluetooth devices in rage and reading RSSI of device with specific mac address...
Sorry to bring up a topic which seems to have been discussed already, but I don't see an answer to my specific questions.
The original design of my project was to have both...
Hi,
The known issues section of SDK v1.3.0 release note states that
"
nRF5340
FOTA with the SMP Server Sample does not work.
"
Is this fixed in version 1.3.1?
Good morning, I'm working with the nRF52 DK and a custom board that has the nRF52810.
I am using the SDK 15.0.0 and followed the tutorial described here:
https://devzone...
Do you think my nrf is original?
The person I bought says it's original.
Can you please check it?
Seller link: http://www.ebyte.com/en/product-view-news.aspx?id=113
Hi,
I have a custom board in which i am using nRF52840 with SDK version is 16.0.0.
I have tested app_uart library its working Ok and current consumption is 6 uA in deep...
Hello,
I'm developing a project which uses two threads. One configures UART and keeps on a while(1) loop. But once it receives a byte, an ISR pushes the incoming byte...
Hello
I am adding the mpu6050 library in the ble_app_template of SDK 14.2.
Use the ble_mpu6050_simple example here. https://github.com/Martinsbl/nrf5-mpu-examples
I...