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 there,
I am using nRD52840 PDK and nRF5_SDK_for_Thread_and_Zigbee_v1.0.0 SDK for BLE and Thread development. I am using examples from SDK. I have merged thread coap...
Hi, I am working on implementing the security aspect of our BLE application using nRF52832 MCU with SDK 17. The goal is to establish a secure connection between peripheral...
Hi,Dear all:
I got trouble when I change “libuarte example”(nrf52840 DK, SDK17.0.2),the default example use RTC instance :
NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 0, 0...
Hello Nordic Team, Over the course of development I have had to reverse engineer and pick apart various sources (DevZone, Google, Zephyr documentation, etc) in order to figure...
Hello Nordic
I am using nrf52840, SDK 16.0,
I wish to implement Ble peripheral that advertise a connection request (if no response from central after x seconds then...
Hi, I am integrating BG95 with Nrf52 and have been able to achieve the a basic serial communication, but for a stable application code to handle all the AT commands, I need...
Hello,
I have been recently working on a project that involves transferring potentiometer data from an MCU to the NRF52832 and receiving it over Bluetooth. (MCU-->NRF52...
Hi,
I have using nrf52832. I have done the device sleep by using RTC. But, it's not wake up from sleep. How Can I wake up the device from sleep?
I need help regarding...
I'm facing a rather strange problem with an nRF52832 board I'm developing for. I'm using SDK 15.2 and S132 v6.0.0.
Sometimes, during the connection/negotiation phase, my...
Hi,
Is switching from softdevice S210 to S310 as simple as changing the IRom start address and putting the uploading the softdevice onto the device?
Now I have IROM1 start...
Hi everyone,
I'm using ble_app_interactive (SDK17.0.2) as a starting point for my application, which consists in sending commands from my PC to my nRF52DK, which is in charge...
Hi Dev team,
I am working on a Thingy91 device, and I am sending data out through MQTT.
I need a functionality to send some commands to do assigned tasks from the MQTT...
Hello everyone,
I am simply looking for some clarification on how to correctly handle button presses on the nrf52840 DK, as there seems to be multiple ways to go about it...