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...
-SDK: 15.0
-S132
-nRF52832
-Segger studio
I'm trying to implement bonding/whitelisting to my project, which is a connectable beacon with a custom service. What I want...
My Software as follows: nRF52832 DK(pca10040) nRF52 SDK15.0.0 mesh 2.1.1 SEGGER Embedded Studio 3.12
I want to transplant " examples\peripheral\pwm_library " to " examples...
I need to change, on a time basis, the advertising packet :
Let's say for X seconds it has to work as a "iBeacon"
BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hello,
We want to build Expiremental examples in BLE Peripheral.The Common issue which we have faced in bulding any of the Expiremental BLE Peripheral issue was the missing...
Hello. I am using the custom board (buttonless) of nRF 52840 to verify the services of DFU and NUS. After firmware rewriting with DFU, I confirmed that BLE communication with...
Hi,
Our Application software running in Micro is communicating with BLE over UART.
So in nutshell, we are using serialization to speak with soft device present on NRF52810...
Hi,
I'd like to have a second UART available, as the nRF51822 only has one and I'm wondering if there exists a UART software emulation example implemented already for this...
Hi!
I'm trying to add logging modules to my own libraries that I've created. I'm using SDK 14.3 with the nrf52832. I can enable logging for any of the SDK driver/libraries...
I am using nRF Connect to measure the power of the nRF52840 DK. But I don't know how to output the raw data out. Is there a way that we could get the data out from nRF connect...
We are evaluating to use this IC for BLE/NFC purpose.
we would like to flash the nRF52840 thru our Linux processor (not using external flashers), using the SWD lines connected...
I am using nRF52 DK and program example code ble_app_beacon and test with nRF Beacon APP, we are not able to connect to update UUID , Major and Minor values , however beacon...
Hi!
I use SD 6.0.0 and SDK 15.0.
I am developing an application and I want it to include service of buttonless OTA firmware updating. So far I have managed to zip my application...