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...
Hi,
As well know, user need to modify sdk_config.h to match different used case.
Would you please tell me the easier method tools to modify the content of " sdk_config...
Hi,
I am new to NRF development. I am using 2 nrf52840 DK one as central and other as peripheral(for reference). I am using ble_gap_gatts example from central side. i...
Hello,
I am using NRF52840 development board with SDK 15.2. I am using the template peripheral project since i want to get comfortable with the peripherals on the board...
Hi All,
I am working on customized board using nRF52840 chip, I have a application which was developed using nRF development kit that communicates to my customize board...
I'm trying to follow the SDK 15.2.0, nRF52832 development board, BLE Secure DFU bootloader example. I cannot seem to get beyond exception error running nrfutil to download...
Hi
I am using ATM90E36A IC from microchip for which Microchip gives ATMEL studio library.
Is it possible to compile the library in Nordic SDK 15 and use the functions...
Hi, Great Nordic support team:
Our client Is wondering if there's a way could sense the level of a GPIO configured output?
I mean, sensing the level without config the...
I am trying to do just bonding when I receive the BLE_GAP_EVT_SEC_PARAMS_REQUEST event as described in the sequence chart in this link infocenter.nordicsemi.com/index.jsp...
Hi
I have a problem with long latency on interrupts and long delay on retriggered interrupt.
I have a nRF52832 running with external HFCLK source. Using the SDK 14.2.0...
Hi, Im trying to add multiple endpoint support to a zigbee project.
Im using the SDK for Zigbee 2.0 but in the documentation says:
" APIs for multiple endpoints A single...
Hi,
If you are using NRF52840, I am using SDK14.2 and Softdevice 5.0.0-2 version.
I want to update to SDK15.1, Softdevice 6.0.0 via USB bootloader DFU. Is it possible...
Dear All,
1. I'd like to know if below two lines which high-lighted in RED , Line width should be designed to provide 50 Ω impedance matching characteristics ?
...
About the data rate item of 5.4 Receiver Opetation in the data sheet of nRF24L01 +. Sensitibity is -82 dBm at 2 Mbps and -94 dBm at 250 kbps, is 250 kbps more susceptible...
Hi all.
I have a working multi-link central NUS project, and a working USB_CDC project for the nRF52840 SDK 15, nordic dev board.
I have merged the two as I need a USB...
Hi
I have a RGB LED and want to have bellow process for brightness:
Red from o to 100 then Green from 0 to 100 and Blue from 0 to 100.
till now i by bellow code i can...