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...
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...
Hello,
The mesh lightswitch on/off example only calls 'sd_app_evt_wait' in the main loop.
I'd like to use '__WFI' instead. (Im combining some code with mesh, and i'd like...
Hello,
This case is a part of a private case. Unfortunately havent responded for few days. I believe he has days off or something, therefore I am willing to receive help...
Hi everyone,
I design own boar with nRF52810 SoC. But i dont know how to programming external. Which pins are using programming? SWDIO and SWCLK pins using programin i know...
I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc...
Written a custom script to write product model no into UICR Registers. After updating Model No, DFU was getting failed at state 6 i.e after updating init data after moving...
Hello everyone,
i know that there are many similiar questions on the DevZone but i am not able to get it work and i dont uderstand it yet. I want to flash a custom board...
I am trying to sent multiple messages from nrf52dk but it seems that i can sent only 7 even if i put a delay between messages . Any suggestions ?
for(int x =0;x < numberofevents;x...
Hello,
i am working on an app using Android to read and write an NDEF record using SDK 14 type 4 tag.
I start the process by reading the record with the following Android...
hw: nrf52dk
sw: sdk14.2, ANT/BLE "multiprotocol" HRM app example
I tried to build and run ANT/BLE HRS relay example from SDK14.2 WITH NO CHANGE IN CODE, but it doesn't...
I used two PCA10040 boards to test the UART serialization function with s332 softdevice.
I add my ANT_PLUS_NETWORK_KEY and build the examples "experimental_ant_ble" is working...
Hi, I have a strange problem. I am new to nRF IC's.
I recently took a new job...the person who wrote the code for our nRF51422 lost some source code in the process of changing...
I'm trying to create a HID bluetooth device with multiple connections to centrals. Looking at the ble_hids service implementation, the on_connect event handler sets the connection...
Hello!
I'm looking to build an application on nrf52840 DK that collects multiple sensor values and transmits it over Bluetooth. For now, I don't have a bluetooth application...