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...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
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...