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 am facing problem while building example projects given in Nordik SDK on IAR IDE.
The configuration and development libraries used are,
1. Nordik SDK: nRF_SDK...
I am working on mesh v2.2.0. but I cannot make the light switch example works. I did everything as same as the early versions, this version just stops working. I get one provisioner...
Hi,
I'm considering purchasing a nRF24L01+ for use in a project I'm working on, attendant to confirmation that it will be effective for what I intend to do and is the best...
Hi
I can see LED1 on my PCA10056 board flashing away. I can see a comport associated with it in device manager. In a terminal emulator I can see a lot of data coming through...
Hi all,
Will pc-ble-driver support Bluetooth 5? I'd like to use pc-ble-driver to develop a PC-based test application with compatibility back to Windows 7, but also know...
SDKs: nRF5_SDK_15.0.0
IDEs:Keil 5
SoftDevices: s132_nrf52_6.0.0_softdevice;
hi, I use nRF52832 to develop a product, Need to write the data received by Bluetooth communication...
Dear Nordic Team,
Thanks for supporting.
Currently i am trying to combine ble_app_beacon code with ble_app_uart_c (Scanning and advertising ) both concepts are working...
I'm using nRF52 DK, mesh SDK version 2.2.0
I want give demo of the Light-Switch example application by forming network through mobile. I found that through mobile application...
We recently purchased the nRF6700 and nRF24LE1-F16Q24-DK from Mouser Australia. The Getting Started Guide is completely misleading (totally out of date). e.g. No product keys...
Hi guys,
I just wished to quickly clarify the ordering of notification/indication behaviour on SoftDevice S132/140.
If I were to post a notification then immediately...
Hi,
I was trying to get SAADC readings from AIN0 to AIN7 and also from VDD but I'm getting strange results. There is nothing connected to the pins but the measured value...
Recently I have encountered a software hanging issue on one of our products. It was based on nRF52840, with FreeRTOS (Thread SDK v1.0). The issue was apparently related to...
My application needs to keep time and support local time as well. I have implemented a service that allows setting the epoch seconds as well as a local timezone string. With...
Hello, I have an issue with the init packet on SDK13.1. i used nrfutil to generate the .dat and .bin files that i read with Hex editor to transform then into byte arrays....