Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...