Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I edit the Tx power in ble_app_beacon application (0dbm and 4dbm) using this function and i observing the rssi values in nrfconnect app in mobile.i didn't find the differences...
I've compiled a new app with a new BLE service and module to go along with it (for different work than my other question, I can test this service in a generic LE explorer...
Hi All,
There should be a typo in " nRF24LE1_Product_Specification_rev1_6", page 82, Figure 35.
The Unprotected Program memory is shown 10 kB, but seems it should be 12...
Hi All,
I'm new to nrf51822. I'm developing a battery powered device using the Nordic ble_app_uart_s110_pca10028 peripheral example program. I'm glad to inform you my core...
i want to change the conn_params .
the first gap_params_init() ,
as below: gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;//20ms gap_conn_params.max_conn_interval...
hi everyone,
I've downloaded s140 and trying to run BLE notification example. I'm able to see state changes in the advertising on putty terminal at COM 7, but when I try...
Hi. i'm using nRF52832.
As datasheet says, flash endurance min value = 10,000.
Isn't there max value?
There is no limited life cycle for flash?
I just wnat to estimate...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hi,
We bought 3 nRF52-DKs (based on nRF52832 and PCA10040 V1.2.1). We compiled, built, and flashed the systems with several provided examples from nRF5_SDK_14.1.0_1dda907...
Hi,
I am working on a project where I have 4 sensors. Each sensor transmits(slave & Peripheral) its value using BLE to the Receiver (Central & master) which is also BLE...
I need to create a service on the nRF52832 that can send large amounts of a few different data types to the central device. For instance
ADC1 sampling (~256 bytes/s...
I'm wondering which is the proper way to adjust the ANT power level?
I've seen some posts that seem to suggest that the proper way is by the use of the the BLE Gap call...
Hi,
We are currently developing a new product using nRF8001 IC and it is pretty much stable (not 100%) until now.
My algorithm is straight forward: When the MCU is in...
I've got a little confused about variety of peer/bonding/whitelist abstractions realized in NRF5 SDK. My goal is to maintain longterm connections (nrf52832 peripheral + smartphone...
I use two nrf51 chips, one of which works as central and second one as peripheral. After the DM_EVT_LINK_SECURED event is generated on the peripheral side I'm starting the...