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...
Hello Nordic community! My setup is pca10040, android tablet, s132, sdk14.2.
This time I am trying to understand why this code:
While using nrf toolbox nrf UART prints...
Dear All,
I would like to explore the possibility of repetitively transferring small amount of sensor data from an nRF52832 to an ANT(+) compatible Android device, for a...
We are using an MDBT42V(29 pin) module which we discovered from the datasheet, comes with an nRF52832 controller. We are using a nRF52 DK to dump codes into this target board...
I am using nRF Connect (PC version) a lot to debug my application. I am using a PCA10040 board as dongle and everything works fine most of the time. But after I keep the nRF...
SDK 14.2 libraries/util/sdk_errors.h includes sdk_config.h but does not use it. In other words, it falsely expresses a dependency.
This makes it harder to compile code ...
I'm trying to send a string of 140 characters length using UART.....but only 98 characters length is being recieved in the output.
what could be the issue? How many bytes...
I am using nrf52 with SDK 14.2.0 and SD is S132.
The issue I am facing is that after Central is paired with one peripheral and bonding is done, the bonding information...
Hello! I am attempting to prototype a solution that implements a peripheral with the battery service that connects to multiple central devices. I see in the ble_app_multilink_central...
Hello,
i try to get a service with base_uuid1 and to this service a characteristic with the base_uuid2.
I am trying to implement BLE MIDI, the BLE_MIDI Specs:
BLE...
I developed square pulses from nrf51822. but I want to create biphasic current form from nrf51822. can u help, what kind of circuit i should add with nrf to create biphasic...
Hi, when following this tutorial and trying to make uECC in step B1, I got this error:
makefile:77: *** missing separator. Stop.
I tried multiple directories, all gave...
Dear sir,
Sir I am using nrf52832 with sdk14 for my application. Please the tell me what is the value of crystal oscillator, capacitors for the Bluetooth application ? Is...
Hi,
I have a hex file that builds [experimental_bootloader_secure_usb].
If you use keil, it will be downloaded and operated stably on board.
However, if you do not use...
Hello, I'm unable to compile my project, the compiler says:
I know there is a similar question here but the answer did not help me. I have
in my INC_FOLDERS in Makefile...