Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
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...
Hi,
I use VScode to run my nrf applications. I user nrf52840DK and want to run basic examples 'sensorclient' and 'sensorserver' examples.
The below error shows when I...
Hi,
If we take BLE 4.2 for example, maximum practical throughput is around 100kBps. Does this mean that I can update a service characteristic every 10usec?
Thank you
Hi, I am very new to matter and I would like to query some doubts I had regarding the communication between the chip controller and OTBR.
What protocol is used? I know...
Hello
the nRFConnect v2.0.0. is installed, however, apparently not properly, for example I cannot run the emStudio in ToolchainManger... have a look at the picture, where...
I use SKD 17.1.0, pca10100 and nRF52833.
When I execute "make -j all" at "armgcc" folder" in the terminal. I get the following errors:
This is my project folder.
I...
Good day,
I did follow the usual steps of this an exercise, namely:
1. I did download the base exercise project contained in the zip file: fund_less5_exer1.zip (I attach...
Hi,
I am trying to add OTA DFU functionality to our project using 1-stage MCUBoot. It works fine when I use the default key, I can update OTA firmware. To add a custom key...
Hello,
I am using the Android DFU library . The constructor for the DfuServiceInitiator class accepts a device address. Can one assume that providing an application address...
Hi,
I use sdk153.IC is nrf52840.
Install NRF connect on Android phones such as Samsung vivo oppo. Only Samsung can quickly scan the broadcast and the connection is normal...
Hi Nordic,
I am using your QSPI example code and make it into functions for my application. The code could run if I block the rest part of my code and only run the QSPI...
Hi,
4 years ago we implemented a 802.15.4 and Bluetooth Multi protocol project on the nrf52840. Our application continuously ran 802.15.4 and bluetooth was just used for...
i tried to use the high voltage mode of nrf52840, but when i flash a firmware called "ble_app_hids_keyboard" which use the nrf52 sdk, all is good. but when i flash the firmware...
Hi,
I'm using nRF9160dk to configure MQTT . i'm new to MQTT so ,Is their any example code to understand and work on it by using " ZEPHYR RTOS "
thanks in advance.
A product I'm working on uses an nRF5340 (actually a Fanstel BT40 module with an nRF5340 in it) with NCS v1.7.1.
It's got an SPI slave connection (the nRF is the slave)...
good day,
is there a guide or tutorial on how to detect different press type in single button? will try to assign different tasks per button press types (single, double...