What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
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,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
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...
Is there a way to advertize without having to advertize advertisment flags?
The problem is because of these flags I only have 26 bytes left instead of full 29 bytes. It...