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 guys.
I'm trying to merge two projects ble_app_beacon and nrf_crypto_aes_cbc_with_padding.
I used nrf_crypto_aes_cbc_with_padding as base, copied it to another folder...
hi
i want to develop a keyboard that can communicate whith pc by ble and 2.4g . now,the 2.4g's communicate between nrf52840 and nrf24lu1p is achieved by project gzp_desktop_emulator...
I am based in Hong Kong. I purchased NB-IoT sim card with "Three".
When using LTE Link Monitor, (with at_client) I can connect to the NB_IoT network, as Three support told...
Hi! I would like to power the DK through a external power bank. This leads to led5 blinking rapidly for a while and then turning off. I assume this is because of the debugger...
Hi Team,
We are trying to compile the code with my changes, that changes are normal changes only.
But we are getting below errors in "nrf52840.h" . But we didn't do...
I have a nrf51-DK, SDK 9.0, S110, dual-bank bootloader that supports both serial and ble protocols, developed using GCC/Eclipse. I'm able to flash my app/bootloader/softdevice...
We are building a sollution using nRF52832. Using the UART over BLE application example as a base we managed to add DFU capabilities to the application etc.
Right now I...
Dear NRF community and support This is a followup question to the DevZone post https://devzone.nordicsemi.com/f/nordic-q-a/2860/flashing-bootloader-and-application-via-j-link...
From everything I know and understand of the system architecture, this shouldn't be possible, but one of our early production units out in the fields has twice now apparently...
I'm designing a two-part computer input device: Part A will communicate with the computer over BLE, but it must also be able to forward along messages from Part B. Here's...
Hi,
I am trying to update the MTU between the central and peripheral to the maximum MTU.
at the connection interrupt from the central side I added
but I got error...
For nRF52832 I see in the datasheet:
I OFF_RAMOFF_GPIO System OFF, No RAM retention, Wake on GPIO,
While for nRF52840 only “System OFF, no RAM retention, wake on reset...
I have an iOS App which is just designed for updating our device firmware OTA. It uses the Nordic DFU library, updated to the latest cocoapod. It connects to our device, and...
Hi,
I use OpenWRT and nRF52832 to develop a BLE gateway, the nRF52832 connected to OenWRT through UART. Now,we need the uart serial DFU of nRF52832, and I found that nrfutil...