Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...