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...
Hi, I would like to create a new target,but nRF52810 only can be compiled with makefile and I don't know makefile too much.
I try to edit the makefile with my own target...
Hi guys,
I'm using following setup NRF51822, SD130, SDK 12.3.0. I control one transistor with PWM output via timer 1. Before enabling PWM I start 8bit ADC task to measure...
Does the Nordic UART Service (NUS) have a facility to confirm when a sent message has been received by the peer?
In particular, to confirm when an NUS message sent by a...
Good afternoon,
We are using NFC on nRF52840 (Type 4 Tag, SDK15.0.0, Softdevice6.0.0) to exchange some data and we would need to be able to do the following, please let...
Hello everyone. I am using micropython to program on nrf52840 DK.
This is tutorial which i read https://circuitpython.readthedocs.io/en/latest/ports/nrf/README.html .
...
Segger provides great information for the use of the JTrace for tracing and profiling with the NRF52 development kit here.
https://wiki.segger.com/Tracing_on_Nordic_Semiconductor_nRF52832...
Hi,
I'm expecting using a custom board with nrf52832 running connectivity program as a host to connect to the perpheral, and the hrc v5 example of pc-ble-driver is used...
hello support team
I am trying SDK Proximity coexistence example
I am using Mesh SDK 2.2
and nRF5_SDK_15.0.0_a53641a
I followed the steps given in link
I am getting...
Hi All,
i am working on SDK-14.2, i am facing issue with ble disconnection in dfu mode.
by using nrf-Connect in mobile i am upgrading the firmware, but it lost connection...
Details:
nRF52832
SDK 14.1 with matching SD
Compiling with GCC
I am trying to solve the following problem:
My device is powered by a coin cell (Manganese dioxide...
Hi, when my program calls sleep_mode_enter(), it enters system off (deep sleep) as expected. However, when I press the button on the Thingy52 to wake up, the bootloader starts...
I have problems connecting to a NRF51802 via stlinkv2 and openocd. I also tried a black magic probe flashed onto the blue pill board. Both did not work. I have ordered a NRF51822...
SDK 15.2
The nrfx_uarte_event_t callback contains a nrfx_uarte_xfer_evt_t; structure,
this structure has the bytes field as a uint8_t this should be a uint16_t to support...
Hi,
I'm using nrf52dk and SDK v15.
In my application, I have 2 input pin and I want to disable one of them when in one of the 2 pins occurs the event low to high, is it...