Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
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...
I am trying to run pb remote example but i'm stuck at command 3 it only shows "Got event 0" not goes further to receive remote uuid.
0> 1) Provision first available device...
Hi, Everyone
My development environment is PCA10040 (nRF5_SDK_14.2.0_17b948a) with IAR
The printf statement is output to the terminal (Teraterm) using the UART. However...
Hello,
Our company is considering on developing BLE products with Bluetooth 5.0 compliance in mind. I'm currently trying to get as many information as possible but I'm...
Hi,
Once applying 0V to DEC2 pin, CPU hangs up and cannot be system resetted even though we input reset signal to RESET pin.
The only way to reset is to suppress system...
I am new to Nordic and BLE mesh connectivity. I have the following assumptions & queries, Please clarify if I am wrong.
1. Is it possible to implement BLE Mesh using Thing52...
I'm trying to read data over UART as fast as possible using the double-buffering feature and EasyDMA, but even this simple example I've posted is losing data.
I've set up...
The wake on GPIO is working all the time now.
Unfortunately, I want to disable it except when needed.
Here is the scenario:
Power up, pushbutton pin senses clicks...
I am using the nrf52832 and according to the errata v1.1 the same contains a problem in the spi, according to clause 3.13 the engineering versions (QFAA-AA0, QFAA-AC0) and...
Hey..
I'm having difficulties using P1 pins for UARTE0 and/or UARTE1.
configuring the RX & TX pins like this works great:
#define RBP_UARTE0_RX_PIN_NUMBER NRF_GPIO_PIN_MAP...
Hi,
I'm using a NRF52832. I'm looking to measure the battery voltage. I'm using 2XAAA cells in serie (voltage range between 2V and 3V).
Below is the configuration to...
Sometimes, when I want to use the nrfjprog tool, I get the following error:
nrfjprog --log -f nrf52 --reset
ERROR: JLinkARM DLL reported an error. Try again. If error...
I cannot start Power Profiler Kit software. I followed the installing instructions, but ended up with the following:
>python.exe ppk.py
Traceback (most recent call last...
I'm developing for the NRF52 DK (nRF52832) using VisualGDB (which uses SDK v11.0.0).
Right now I'm facing two problems:
1. How do I properly handle interrupts while using...