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 need to use the SAADC to check battery status (infrequently).
I would like to do this in blocking mode without accidently leaving the easyDMA powered-on unnecessarily...
Hi,
We use the flash manager to store our custom data structure in flash.
Since it growed and eceeded FLASH_MANAGER_ENTRY_MAX_SIZE we get an assert in flash_manager_entry_alloc...
Hi,
i was interfacing oled with nrf52 board. I got some example and modified bit to use it with GCC.
But it is now working. Oled not at all starting.
oled is 0.96 inch...
I'm using the Custom service example as by base. Now this was really itching me to not know the reason which causes it. I'm giving an "if-else" condition inside a "switch...
Hello,
I'm working with :
- nRF mesh SDK 2.1.1
- light_switch_proxy_server
- I implemented the generic model on / off
I work with a module (server) that has two...
i got this error when i am porting the code for nrf52810.i am working on the spi protocol i am porting code from nrf52832 to nrf5810. I am done the as per instuction given...
Hello,
We are currently using RTC1 and RTC2 to keep track of various times. RTC2 is our dedicated clock to keep track of time. I want to ensure that indeed, our application...
Hi All.
I need to add to Generic Access service such characteristics as Peripheral Privacy Flag (0x2a02) and Reconnection Address (0x2a03).
Does SoftDevice give an opportunity...
Hello everyone,
I would like to extend one of my program to use the new features of the BLE 5.0. It works in broadcast mode with BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hi Nordic,
I'm starting a project using the Thingy 52 and I'm going to connect Thingy with another sensor.
I have four communication options from the sensor:
UART, I2C...
Hello,
I'm using the buttonless DFU bootloader examples with bonding and the PC nrfutil with a nRF52840 PDK for the firmware upload.
If I try to start the DFU process...
I'm running SDK 14.0.0 and notice in the examples/flashwrite, the very last flash page is chosen as the place to write data to. Are there any caveats to that? WIll this location...
Hi, everyone. Long time no see.
I wonder if there is a free IDE which is official recommended. As we know that Keil and IAR are all commerical software. GCC command line...
Hello everyone,
As we know the proxy protocol is defined to include BLE devices in a mesh network. But as per my understanding there has to be made some changes in the...