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 two evaluation boards of nrf 52832 Bluetooth modules. we try to connect the modules in one to many network format for that application we flashed the following software...
Hi!
I have a Nordic NRF52840 development kit and am trying to interface with the MX25R6435F flash chip. It communicates over QSPI, so I know I have to go through the QSPI...
Others have had similar problems with pointers for structures. So, I've tried several different methods including one that was suggested in another help ticket. I am writing...
I checked the operation of the application "ble_app_hrs" and I see that the FDS makes a new record in flash memory with every new connection. What is the need and can it be...
Hello I want to use MTU = 247 bytes. For 1M PHY, everything is working fine. When I set the coded PHY, there is a problem. I get the GATT event NRF_BLE_GATT_EVT_ATT_MTU_UPDATED...
I want to tested RF performance ,so i hope send cat-M 6RB@0 signal. For example, the circled part of the picture: ,it's send 6RB@22 signal。please tell me AT command.
Re: nRF52833DK, s113 and nRF5_SDK v16.0.0
It appears that nrf_sdh_freertos.c needs to be modified to support JUST_WORKS and LESC because the softdevice_task() in nrf_sdh_freertos...
Hi
I am working this tutorial . At the end of this, I copied and executed the contents of advertising_init() function but it became NRF_BREAKPOINT_COND.
When debugging...
I am trying to use the GPS from the Thingy:91. Due to the unavailability of Power Saving Mode (PSM) in roaming with my local provider, I am considering what options are available...
I am trying to see/set preprocessor options and they are not visible. I have seen the tutorial which says
project options >> code >> preprocessor should be the way to do...
Hello nordic, I have used the nrf24 before with ARM, and this go around its AVR, not that that changes much but looking for some help. I'm familiar with how this chip work...
Hello! We are designing an iPad app that will occasionally connect to our device over BLE. The app is kind of a maintenance/service app that will query various information...
I am trying to get the IEMI and HWID in my code. I was able to read the IEMI as a client ID using the following API.
nct_client_id_get(client_id_buf); printk("Client ID...
Hey there!
I´m developing an small wearable sensor based on the NRF52840 (SDK 15.0.0, S140 6.0.0) on a custom board. The sensor will log data on an external NAND flash and...
Dear Community;
I have a NRF9160 DK. I have flashed a program to it, and it works fine. The program connects to LTE every 10 minutes to send some data over HTTP. However...