why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
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 i planing to create some PCB with chip NRF52810-QFAA-R.
The pins on package is bit small so i wonderng if is possible solder this chip with home equipment (solder stencil...
Getting undefined reference to `<already_defined_variable>'
So I was using SES v5.70a
Actually I was new for the developments using SES for Arm MCs
I picked up an...
I'm using the nrf52832 wth nrf SDK17.
I defined a linked list to organize my data.
Usually, I add or delete data in ble_evt_handler and operate them in other interrupts...
Hello,
I'm developing for a 5340 and using VS code, NRF SDK, and a Segger jlink plus.
My app with Wi-Fi enabled is large:
Memory region Used Size Region Size %age Used...
Hi, this is the error: C:\nrf_sdk\nrf5_sdk_17.1.0_ddde560\components\libraries\log\src/nrf_log_backend_uart.c:87: multiple definition of `m_uart'; Output/Debug/Obj/ble_app_blinky_pca10040_s132...
My main goal is to update the firmware over FOTA on a nRF5340, but with a signed firmware update file, and the bootloader verifies it. This is possible with mcuboot and works...
Hi,
We have been using SDK version 2.1.1 and currently are in the process of migrating to SDK version 2.5.0.
Would be helpful to get some hint regarding what conditions...
I am facing issue with BLE advertisement in nRF52833. The board I am using is rayBeacon : nRF52 on-the-go Development Kit. The code I am using is example code from nRF Academy...
I am trying to write and code of aes encryption and decryption using ccm mode for my application on nrf52832 controller. I have went through some example on Github for the...
I am developing UARTE using nRF52840.I use a wire to connect the TX and RX pins together, and send something out the TX.
However, RX did not receive any data, and the interrupt...
Hi,
I have the separate working codes for the TWI0 and the SPI1. However, when I combine them, it doesn't work: sometimes it takes forever waiting for the NRF_DRV_TWI_EVT_DONE...
Hello, I'm trying to figure out how to work correctly with timer 0 in the nRF24LE1 microcontroller.
1)The Cclk frequency in my case is 16 MHz
2)Given a fixed limit of...
We are new to Nordic and have been making great progress with our nrf52840DK board and successfully running many of the Nordic SDK examples. We can't seem to find a single...