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...
We have 2 identical development boards and have been using only one until now. I was able to download code into the 2nd board successfully but it will not run. It does not...
Hi,
what is the valid range of interval for NRF_SO_GNSS_FIX_INTERVAL? when we set it to 5 it will failed, but 1 and 10 can be successful.
here is the code and error log...
I have a nrf24 transmitter and receiver that I want to set up for max speed. I have my SPI's both at max and I set the crf24 register to reflect 18db (was not sure how this...
Hi,
I am setting up nRF connect SDK into Mac, however I received an error below when setting up a project in SEGGER:
Could you please help me to remove this error...
Hi,
I am currently trying to understand the BLE mesh concepts, but its a quite tough process. At the moment I am wondering the following:
Let's say that I wand to...
HI
How stable is the serial_uartesexample in nRF5? I'm running it on a PCA10056, the example works for about 5 seconds and then UART RX stops, i.e. nothing is received after...
I see unexpected delays when running MQTT sample. The issue seems to be network related. When connecting delay is "normal" but after a few seconds roundtrip delay increases...
Hi everyone:
My case is to reveice some useful information form beacon device, but I have no ideal that is the softdevice s112 support observing so far ?
The s132 softdevice...
Hello guys,
We are working on the project and using DK 9160. We want to use LTE Cat M1 connection, mqtt tls and we need full functionality embed tls. We started with demo...
I am having trouble with the DFU/bootloader. I have built a board using the nRF52832 chip which I can program using SES using JLink connection, using SDK 16 and s132. I now...
Hello,
I am trying to figure out how the button presses in the module esb_low_power_ptx_pca10040 are creating events?
I have done some research and do not see this module...
Hi,
I have a problem when setting up pyaci on Windows 10 up to date.
In pyaci when launching the command
In [3]: p = Provisioner(device, db) In [4]: 2019-07-12 06...
I'm developing mesh nodes with serial interface, and have used the information in this thread to successfully modify the mesh firmware to support coded PHY
https://devzone...
Hello! We have an app with bootloader on SDK 15.3.0. Is there a way to jump from application into bootloader without setting byte 0 of GPREGRET register? I.e. without this...