Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
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...
How to select endpoint transfer type in hid keyboard example?
I am using nRF5 v15 with a nRF52832 and Soft Device s132 and the reports keep being sent as a bulk transfer...
I'm finding my PCA10056 nRF52840 Q1AAAA development kit to be acting very strangely.
1) I takes almost 3x as long to program as a PCA10040
2) Generally I have to program...
I'm using nRF24L01+ since some time, the version on board with LNA end PA with very good results. The electronic is shielded on that module.
Very rarely it happens that...
Hi,
here is the situation:
Compiler: VS 2017
CMake: 3.12
boost: 1.67.0
pc-ble-driver branch: master
Firstly I can successfully build the pc-ble-driver, with this...
So I came from the arduino world and made my life simple by making a resitor bridge with buttons so that I could spare many pins for other features. I have problems finding...
I'm trying to understand which part of the code provides the bluetooth connection between two nRF52840. I worked in sdk15.0.0 with multilink, blinky and uart examples to solve...
Hi, everyone,
We are developing project with nRF52832 chip.
For making it's monitoring we used UART communication port. But on the next step of development we had to enable...
I need to interface an nRF52832 with ADS7042, hence the following questions:
1) as ADS7042 requires 14 clock cycles per read cycle, is the nRF52832 SPI API applicable in...
I am constantly receiving an NRF_FAULT_ID_SD_ASSERT error within a non-deterministic time after connecting via BLE.
The program Counter is always 75936 and Info == 0. I...
Hi
Development Environment : windows 7- keil ARM SDK 5 - Arm Debugger Programmer(Waveshare) - nRF51822 EVK from Waveshare
What is the boot_PIN or Boot_Mode PIN
I want...
I am wanting to increase the length of one of my characteristics used when my device is acting as a peripheral. When I increase the size of my characteristic, the softdevice...
Hi,
I needed some figure for my controller selection,
Please if can you tell tthe exact answer it will be very help full,
Using NRF serial example for uart with baud...
Hello,
I have a voltage divider/thermistor circuit where R1 is an NTC thermistor of 100kOhm at 25 ° C. R2 is 100kOhm right now.
I took peripheral_saadc example for SDK15...
Hi all,
I'm testing out and adapting the Thingy Mesh Demo v0.1 , which uses nRF SDK for Mesh v1.0.1 for my internship. I will be testing out a Thingy's Mesh network for...