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,
I am trying to add app_uart into the heart rate sensor example. I called uart_config(); in the function function, but when I open the serial monitor, The errors shown...
Trying to build the unmodified light_switch_client_nrf52832_xxAA_s132_6_0_0.emProject from a fresh download of the Mesh SDK.
SDK_ROOT set & successfully tested as instructed...
Hi Team,
This is more like a generic question.
I have 100 beacons and I want to test them all simultaneously kind of a bulk testing.
What are the possible candidates...
Hello,
I would like to use the hardware crypto engine that is a part of nRF52832 chipset. I understand that the access to it is restricted as SoftDevice uses it. I wonder...
I am running into these 3 errors while compiling my program. I tried fixing sdk_config.h.
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_init (referred...
EDIT: I have added the battery data in percentage to scan response manufacturer specific data. Is that the only possible way?
Hello,
I am working on a beacon application...
Recently, I was trying to use the button to select the specific actions.
Actually, the program is built successfully and it can show the "UART Start!" via serial port, but...
Hi everybody,
I am trying to read a 1024 bytes FIFO buffer from an IMU (Bosh BMI160) using the SPI master driver on nrf52832 and sdk 12.2.
I know others had the same...
Hello,
I have developed an SPIS interface on a custom board using the nRF51. I also implemented an SPI interface on a nRF51-DK board and have had the two boards talking...
Hi,
We are using BMD340 in our project. In our application we need a storage medium for the storing of data. Since our application is an embedded application, we find eMMC...
I am using nRF-Sniffer-v2.0.0.2 beta as seen here: https://www.nordicsemi.com/eng/nordic/Products/nRF-Sniffer/nRF-Sniffer-v2/65225 on a nRF52840 DK.
Wireshark Version: 2...
Hello guys,
I'm having problems with communication between a dwm1001 module (from Decawave) which is a nrf52832 board, and my Raspberry 3 Pi model B.
I have connected...
Hi
According to nRF52840 Product Specification, the SPI master data rate can be set in the SPI frequency register. The configurable values are listed there. Is it possible...
Hello everyone,
Maybe it is a stupid question but I am completely lost,
I have a stm32f103c8tb that I have to use for programming a nrf51822, the thing is I have absolutely...