Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
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...
Greetings,
I am using nrf51822 (experimental_ble_app_eddystone example from SDK). I am advertising UID ID namespace and UID ID instance. I am able to see the data in nRF...
I am working on a project that uses PIC18 and nRF8001. PIC18 is used to control nRF8001 and LCD. The project needs to transmit large data to central ( about 512KB). It seems...
I have some improvement I would like to see in the stack. How can I get these implemented. Improvements include:
Allow advertisement reporting events during connect...
I am not sure if this is the right forum to ask this question but I can't find details on availability and pricing for nRF52840. I tried calling DigiKey but they don't have...
Hey guys,
With the ble_app_exemple, I manage to add the FDS libraries. Unfortunately, when i run the example in Debug, I got error 2 for fds(FDS_ERR_NOT_INITIALIZED). I'm...
Hi,
I am using nrf51822 module and sdk v12.2.0.
I was compiling code under ubuntu. I observed that pca10028 is configured for nrf51422_xxac target.
But i want to use nrf51822...
Hi,
The NFC function is set to read only in my application. I don't want to wake up my system when someone tap on my device to read the NFC data. (assume this method can...
Could someone confirm whether there are schmitt triggers on the nRF51822 GPIO. I found the following thread that mentions them, but it also is discussing the nRF52 series...
Arm Gcc (using Eclipse Neon) |
SDK 13.0 |
nrf52 DK (PCA10040) |
tried soft device 4.0.2 and 4.0.4
I can successfully compile and run the example -ble peripheral- ble_app_hrs...
Are there any particular practices or instructions should i follow if I want to write a custom library
We are trying to write a library for LEACH protocol and it is a network...
I spoke with someone at Nordic who seemed to imply that utilizing the radio does not necessarily tie up the Cortex processor on nRF5X devices. Is this true? It seemed to me...
I am trying everything.
In sdk_config: #define UART_DEFAULT_CONFIG_HWFC 0
In the nrf_cli_uart.c I changed it to APP_UART_FLOW_CONTROL_DISABLED,
in the pca10040.h I...
Hi , I have 2 nrf51822 borads. One is with nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_hrs_c and the other is with nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral...
I would like to use the ble_app_uart_c example, found here , to connect to a custom peripheral. What values should I change in the central device code in order to connect...