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...
I am trying to send string via bluetooth using SDK 11.0.0 and function " ble_nus_string_send ". But we are not able to receive the string data on bluetooth device using nRF51DK...
hi all,
now i have a project which transfer data over ble to cell phone .
i do it using gatts Notifications to transfer .
for the compatibility platform(ios and android...
Hello good morning,
I am using nrf52840 device. I am sending 20 bytes using notification at different notification intervals like 30ms, 80ms and 1sec. But at application...
I want to program a controller model. There are no provided exmples for that model. There is just server and client for light switch example.
infocenter.nordicsemi.com...
I am able to successfully compile examples in sdk 15.1
I am running in uVision. I ported my ap.
A large number of files are not found (due to what appears to be different...
Hi,
I'm developing an nRF52 application based on SDK14 and S132 that require the DFU service.
The DFU is not performed using the nRF toolbox application on both of android...
I have recently installed Segger Embedded Studio (v3.30) and have installed the CMSIS package (v4.5 I think) and have modified the tools.xml as demonstrated in the Nordic...
hi all,
how to use Atomic FIFO Lib on ble stack ?
Called nrf_atfifo_get_free() always get NRF_ERROR_NOT_FOUND when ble_peripheral connect to central .
In ble_app_uart...
It is very easy to build the example applications in the nRF mesh SDK (v2.2.0), but what is the official way to structure the build system when developing an application with...
I am working with a ublox NINA-B1 based board. NINA-B1 uses the nRF52832. IDE is Segger. I followed the ublox instructions to create a custom board matching NINA based on...
What are the steps to be carried out for setting mesh network
I have flashed client hex file in one nRF52840 dongle and server hex file on other dongle. The example I am...
Hi!
I may have asked about this earlier in a lengthy question:
https://devzone.nordicsemi.com/f/nordic-q-a/35576/low-power-remote-control
But I'd like to be sure about...
(note - my core problem is that I'm trying to compile a file that's larger than 32KB, so I can't use uVision - if there is an easier way to circumvent this then I don't really...