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 want to use 52832 to measure the frequency offset and Modulation Characteristics in the advertising packet sent by Bluetooth slave.How can I do it? I think this information...
Hi All,
I am working on FOTA feature for Thingy91. My country is Vietnam and I only can use NB IoT to connect to cloud service.
I tested project FOTA example. My device...
The nRF52840 has a longer rx characteristic reception time than the nRF51822.
--> android terminal log
first and second line nRF52840 , It takes almost 1.2 seconds...
Dear All,
I need to know if there is anyway that I can update the data of the advertisement package of an iBeacon on the fly, while using Zephyr OS.
What I effectively...
Hello,
I've written a shell cmd on the 9160DK to send an sms. it handles getting the data in the correct has the following format,
sms <len> <pdu data>
I've used the...
hello,
I am trying to integrating ble_nus_init( ), inside ble_beacon_app, receiving through NUS_service and transmitting through beacon,
but program is stuck inside ble_advertising...
Is it possible to assign connection handles non-sequentially, for example based on the device's Bluetooth name? For the solution I'm developing I'd like for a given sensor...
Hi,
I am getting lots of transmission errors using the Serial library. I changed the Serial_Uartes example by removing the serial1 interface and creating a simple loopback...
Hi all,
I am using nRF52832 DK to do some tests about power consumption. And I am facing a problem that every time I pressed the button and kept it down, the current would...
Checked out v1.0.0
This error seems to be unavoidable to me. I have deleted the git cache and even tried the --no-cache-dir option to pip3, but nothing seems to work.
...
Is there any documentation available explaining how to access the LTE modem without using the SDK ? Kinda limited information regarding the IPC peripheral and how to use it...
Hi,
We are developing a bluetooth scanner with our custom application on nrf52840 based custom board. We have external oscillator on our board. When I try to call the sd_softdevice_enable...
Hi All,
I am trying to build ANT examples for nrf52832 and i am getting below error.
PATH : nRF5_SDK_16.0.0_98a08e2\examples\ant\ant_advanced_burst\pca10040\s212\ses...
Hello,
The datasheet shows example circuit configurations with C3=C4=1pF and L1=3.9nH. But the downloaded reference design shows C3=0.8pF, C4=0.5pF, L1=4.7nH, plus an empty...