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 want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
Hi
I'm running nRF52840 MCU at 1.8V, and trying to use the dev kit (PCA10056) to program the external nRF52840 MCU.
According to the datasheet, the dev kit runs on...
Dear employee
for bug 89,
According to <nRF52832_Rev_1_Errata_v1.8>
It is mean below?(spi with blocking mode)
But I think it should be this
when transfer...
Hi Support ,
I'm estimating the average consumption of nRF52840 chip .
Regarding the BT consumption , I used the Online Power Profiler an got the results . But these...
Hello everybody, I've got some of nodes for the light switch example. I'm working on nRF52832 chips. I tried to find answear for my questions, but i didn't. I want to create...
Using the nRF52832 device with the S132-v3.0 soft-device (s132_nrf52_3.0.0_softdevice) and SDK version 12 (SDK120200F12) (Customized for our application, which includes use...
Hi, I need to read a pulse signal with the nRF52840 . I tried to use the timers but it seems to go in conflict with the I2C that I use to communicate with another device....
Hi,
I am trying to make a simple function for writing via SPI. I am using the SPI example and it works fine. Now I would just like to make two SPI functions that I can use...
Hello Nordic,
I am trying to make NRF52840-DK Communication with MAX30003 ECG Board via SPI. I am using the SPI example and it works fine. Now I have made three SPI functions...
Hi,
I'm currently starting on my graduation internship. For my assignment, I have to implement a Bluetooth Mesh network using Thingy 52's. I'm currently researching what...
Hi,
in provisioner.c,
/* configure the publication parametrs for the on/off server */
case PROV__STATE_CONFIG_PUBLICATION_ONOFF:
I've changed publish_address.type...
Hi,
I am using nRF52832 and nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
We are planning to send data from the sensor via SPI communication via nRF52832...
Working with SDK 15.0.0
I am porting code from a much older version of the SDK and as such am having to make significant changes to the way the code functions. The previous...
hello,
I am interfacing NRF52840-DK with MAX30003 ECG Board Using SPI Communication. I am using SDK15.1.0 -Peripheral-SPI example code.
I have working MAX30003 Aurdino...