Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I am making a simple breakout board for the nRF52833 (I'm using Fanstel's BM833 module). This is what my board is looking like. There's a ground plain on the top and the bottom...
I'm trying to send data from a NUCLEO F401RE board with the nRF 52840 DK using UART. Then have the data to be sent to my phone via Bluetooth. I'm starting from the ble_app_uart...
Hi Devzone:
I have a question that may be common for companies distributing hardware containing nrf52840 chips.
I have figured out how to use nrfutil to generate Bootloader...
Hi there,
I connected my nRF5340 PDK to an external target - which was unluckily defective.
Since the external board had its own power supply, there was now either an...
Hello,
i have built my own custom service.
I have 13 characteristics ....
But in NRF Connect on an iphone, i can see 13 characteristics , but only in the first there...
Hi
Technically this is a Zephyr question, but googling the issue gave no success. Also, reading the Zephyr docs gavve me no clue.
I have a custom nrf9160 board with an...
I'm trying to capture events like accessing an invalid idx of a C++ vector
I'm using the method at , like this:
std::vector<int> my_array;
my_array.at(10000);
...
Hi,
I want to use the SAADC to measure the voltage on the VDDH pin. I am using a design based on circuit config #4 and following the SAADC example in the SDK version 15...
Hi,
I am using nRF mesh Android app version 2.1.4
I have flashed the devices with light-switch example application under nRF5 SDK for mesh V 4.0.0 on PCA10040 DK. I'm...
Hi,
I have a custom application running on a custom PCBA using the nRF52840 MCU. The Softdevice (S140, v7.0.1) is also utilised because the main application supports BLE...
Hi,
I am looking for the timing of when a connection event will happened. Radio Notification seems the right method for me since it provide an interrupt right before an...
I'm looking at the feasibility of using extended and/or periodic advertisements from an NRF52 to be received by a cell phone. I've used nRF Connect on a couple slightly older...
We have a multi protocol project THREAD and BLE. It currently uses the BLE DFU for OTA updates. We would like to add the THREAD DFU so we can use either transport mechanism...