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,
I'm using SDK for Thread and Zigbee v4.1 and I developed a network using mqtt-sn library. Since the developed application requires data publishing at a high rate...
I want to get logs via RTT (JTAG) in the connectivity firmware example of SDKV15.
I have built the connectivity firmware project using cmake and opened the project in SES...
Hello
I'm trying to implement the click and double click and long click of a button in sdk v17.
Click and long click work fine. But double-click doesn't work.
Code...
Hi,
We are currently porting our code to the newest nRf5340 chip.
Everything goes fine when the target is secure (not ending with "ns" and not defining "CONFIG_TRUSTED_EXECUTION_NONSECURE...
Hi,
I am working on a device that has nrf52 as an additional BLE chip that does not run the main logic but provides UART over BLE to the application processor (NUS). In...
Hi,
I am working on the our customized board nRF52832 , interfaced with MAX30205 temperature sensor . I am advertising the data only when it reaches the below temperature...
Hello,
We are planning to use the accelerometer in the Thingy91, we have some inconsistent results when configuring/reconfiguring, we have 2 questions:
- When we, for...
Hey,
We've been having issues with a subset of a batch of devices produced recently, with an unacceptably high failure rate when switching to DFU from firmware (the switch...
Hi everyone,
Is there a function like APP_USBD_CDC_ACM_GLOBAL_DEF or APP_USBD_MSC_GLOBAL_DEF that allow to define a custom class?
I want to define a custom class using...
Hello there,
I am using the nRF52832 and I need to talk to 2 different UART based peripherals.
In order to do that I was thinking to use the libuarte module in time...
Hi
There are already several questions regarding UART clock source, e.g. that one for nrf52 where it is stated that the peripherial always take the 16 MHz clock.
Is this...
Hi, the nRF21540 FEM is out for quite a long time. However, there is still no direct support in NCS. Fortunately. some work has already been done. This PR introduces the FEM...
I want to add some logging to my nrf5340 net application and I'm having some troubles.
I have the following in my main.c: #include <logging/log.h> LOG_MODULE_REGISTER...
Its clear there is little interest in this DK compared to the nRF52 version. I got instructions for that platform that actually worked.
Not so for the nRF51 DK. But I am...