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'm trying to use https POST to deliver data payloads to Azure.
We've done a proof of concept using POSTMAN, and we're certain we've got the right method, correct headers...
Hi,
Is there any way by which we can log on nordic device on what packets being sent out?
My intention is to log each advertisement and on which channel it is advertised...
Hi everyone,
I am looking at the SAADC driver and I am struggling to understand the purpose of the nrf_drv_saadc_buffer_convert(). I have read that this is a non-blocking...
Hi,
I want to maximize the indication data throughput and minimize the latency with 4 connected devices.
Setup:
I’m using a nrf52840 as a ble client (sdk 15.2) that...
Hello, I updated the SDK and related SoftDevice of a project based on nRF52832_xxAA
from: 14.2.0 nRF5 SDK - 5.0.0 SoftDevice S132 (compiled works with #define NRF_SDH_DISPATCH_MODEL...
Hallo,
i am currently working on my thesis and i need to build a broadcasting network, in which each node must be able to trasmit to all other nodes, and at the same time...
I am working on project which is based on nrf9160 Development board.
Where the clock is initialized in example code of thread or GPIO ? Which clock source is used by nrf9160...
Hoping this is a simple fix. I'm new to using GIT and I'd like to setup my nRF 5 SDK projects to work with GIT so I can backup and collaborate with others. I have a few nRF...
Hello
I am interfacing between a SPI Master (microcontroller) with a SPI Slave (nRF52832 based chip) and I get the following output on both ends. The transmission seems...
Hi,
I have run into an issue with nrf52840 on pca10056 v1.0.0 board. The softdevice is SD v6.1.0. It seems to be a hardfault which cause a reset when I tried to call sd_flash_write...
Hello,
I need to read resistive sensors values with SAADC. These sensors going throught multiplexer and amplifier. Infortunaly, the signal going into the SAADC is noisy...
There is a race condition in the SAADC driver when using buffer convert.
I am trying to drive ADC at maximum rate to sample 3 ADC channels, and so I call the following in...
Hello,
after I could not use the nRF9160 DK I bought almost a year ago in Germany due to the missing nb-iot coverage I was very curious about the Thingy91 and I assumed...
Sorry for a noob questions but it is essential at this moment as I have not done any development on NordicSemi chips.
What software and hardware tools I need to develop...
Hi,
I am developing a PC SW that connects to nRF52840 device throw a BLE USB dongle(another nRF52840)
How I can tell from PC that a device is connected\disconnected...