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...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
I am attempting to do the assert_tracker example. I have gotten all the code to build through Segger and upload to the DK. The problem is when I'm watching the terminal for...
Hello there,
I want to run Radio Test on one nR52832 based custom board.
I have flashed the example from SDK 15.3 on the custom board using PCA10040.
I have done the...
I am trying to use nRF9160 as ble gateway for uploading data from two nRF52832. I am wondering is it possible? can I connect nRF9160 (one gatt client) to two nRF52832 (two...
Hello,
I have the following problem. I want to create a whitelist using the PM on a manually added peer.
I manually add a peer by adding its GAP address.
Then I try...
Hello!
Like several others on here, I’m trying to make a multilink nus central firmware. My Peripheral devices run the ble_app_uart example, and the central device runs...
Hello everybody !
Here I am designing a system with 3 development boards nrf52832, where a card called "central" is connected to the computer by USB and this board will...
Dear Nordic,
I'm developing an application using the NUS service en SPIM peripheral. Both of these work correctly independently. Now I'm trying to start an SPI transaction...
I'm developing IO-Link driver using UARTE peripherial.
Is it possible to get event on end of transmition with EasyDMA Tx. Event ENDTX is fired before all transmited bytes...
Segger embedded studio V4.18 appears to have a bug when it comes to printing to RTT. When I run the exact same firmware on SES V3.40, everything is printed to the debug window...
Whether I could build BLE_MESH network automatically within some BLE devices without provisioner?e.t I feel it is manual to build BLE_MESH network with the help of provis...
Hello,
for my project, I am using the module BT832A (from Fanstel) that implements the nrf52810. I am using the pin P.021 to drive a switch. The problem is that when I set...
Hello. I have a problem getting a position via GPS. My dev board is placed in a good place, but can't get a position after more than 1 hour.
I am using you new SW version...
I have been using using nRF9160 as ble gateway for uploading data from one nRF52832 and its works well. Now I need to connect more than one nRF52832 devices, has anyone tried...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hello all,
I am attempting to develop an application which utilizes a third party library for proprietary sensor calculations. This library requires the use of floating...