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 use nRF Connect Bluetooth Low Energy application for scanning. There are not all BLE devices on the device list.
The device that is not displayed on the list send...
It is required to track/locate the position of a bluetooth mesh node. I found that RSSI value can be used to estimate the distance between receiver node and a target node...
I am experimenting with the Ebyte E73 module which is just a nRF52832 chip combined with capacitors, resistors and xtals. I also have the J-Link lite cortexM programmer. ...
Hi I'm using nRF5 SDK for mesh. with DK PCA10040.
I want to read the temperature sensor reading on button press. Please give me guidelines on implementing this.
Thank...
Hello, i am testing the mesh SDK 2.2.0 version, whit the Light switch proxy server and proxy client examples.
I made a network whit 3 servers, those configured with the...
Hi all,
Is it possible to connect an external antenna with better gain to nRF52840 dongle (pca10059) in order to improve the range?
Thank you,
- Manuel Montenegro.
On SDK 15.2, all example have issues with all IDE on all NRF_LOG_INFO or NRF_LOG_DEBUG statements. Its an Eclipse issue as everything still compiles fine. But I can't track...
HI
I used the sniffer to get the packes of the connect, but I have some problem. As the Fingure indicats, The master set the Interval to 10ms, but the Packet Says the Interval...
Hello,
I have 2 nRF52840 Dongles. I am trying to use one to transmit 2.4GHz wireless signal and the other to recieve wireless signal and read the connection strength ...
When I call APP_UART_FIFO_INIT(), receive and transmit some data, then call app_uart_close(), I have 3.7µA sleep current. If I don't call the uart init and close function...
Hyvää päivää,
I'm moving from Eclipse to SES which on the face of it seems smoother and cleaner. My problem is figuring out how to setup my projects. If what I want can...
I am integrating app_timer with no softdevice..
Code compiles and runs correctly at the begining but it only executes the timeout_handler function once after the app_timer_start...