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...
I need to know how to set up the SES debugger to continue debugging when the program jumps from application into the bootloader.
nRF52832 SDK v15.3
Using the following...
C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/gcc/arm-none-eabi/bin/ld: Output/Debug/Obj/port_cmsis_systick.o: in function `RTC1_IRQHandler':
1> .....\nRF5_SDK_for_Thread_and_Zigbee_v3...
Hi,
When I use SDK16, for example, the ble_app_hrs, the Keil will throw a error about the system_nrf52840.c.
1. For Device Family Pack version 8.27.1, it could not find...
Hello
I am contacting you because I have 2 problems:
1. I downloaded the "nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b" available at this address: www.nordicsemi.com...
Hi!
I'm using nrf52832, SDK 16 and s132. I've successfully used a ble_app_hids_keyboard example to make a Bluetooth HID peripheral device to transfer sensor data to the...
I want to use a timer to generate an event at a rate of 16kHz. So just as a test I'm setting up TIMER4 and a CC event to toggle a gpio pin. As I understand the clock source...
Hello everyone,
I set up Thread Secure OTA DFU Example by using a nrf52840 DK as DFU server and a nrf52840 Dongle as DFU client. I am using nRF5 SDK for Thread and Zigbee...
I'd be grateful for some assistance with what I may be doing wrong.
I have programmed the serial example on a device and the server example on another device.
Copied the...
Hi everyone:
I was testing the bonding with passkey entry, but it seems failed.
The slave 51822 EVK board is set with "BLE_GAP_IO_CAPS_DISPLAY_ONLY" and "MITM = 1".
...
Hello devzone! I am using translation.
I am using a DK board (PCA10056) to examine the current consumption of nRF52840. I commented out the advertising_start() of the SDK...
Hi, I'm trying to implement a mesh serial node with LPN capability, where the UART can be disabled to save power, and then re-enabled via a GPIO.
I am measuring current...
Ok -
I've been through this a few times and read the forums, but the current build system is broken. I'm trying to compile (not even load the board at this point) the ble_hts...
Whichever input channel I select, I always get a value close to zero. Here is my test code using VDD as the input source:
In this case, RTT reports that the value...
More of a plea than a problem. When I migrate to a new version of the SDK I try to be very careful. So, I use sha256sum to check all similarly named files from one version...