hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
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...
When I use the nRF Sniffer on a 52840 or 52832 with Wireshark I can see the RSSI values for each advertising message for all 3 channels (37, 38, 39). So for each advertising...
Hello I would like to use both UARTES in the exemple "ble_thread_dyn_mtd_coap_cli_pca10056_s140". I tried to adapt this example using the example "nRF5_SDK_for_Thread_and_Zigbee_v4...
I am using SDK 15.3, SES 4.3 and SD 130. I've added the saadc example code into my code which is comprised of the ble_central, nordic UART and saadc.
I've changed the timer...
Hi!
I just got the Thingy:91 to play around with, but the modem firmware is old. Is it possible to update the modem firmware using USB and the Programmer software? The ...
Hello,
I am trying to build a Zephyr application for the Thingy91 which uses the I2S module to receive audio data from an external microphone and sends this data via BLE...
Hello,
i would like to point out what i think is a missing dependency in file "include/modem/modem_info.h". At row 187 there is:
but at_param_type is not declared in...
I am going through the steps for building a secure bootloader
https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
However I...
Hi,
I am trying to better understand the eSIM provisioning process. I want to verify that the IMSI changes to a local profile after the first registration with the provisioning...
Hi Nordic Devzone readers,
Recently I've picked up a NRF9160DK and have tried to program my own user program onto it. This will consistently fail unless I hold the reset...
Hi,
I am using the BMD340 module from Rigado. The module is connected to a raspberry compute module via UART. The design implemented is the “CLI co-processor design” where...
I have downloaded ADC example to the board nrf51422. I could not figure out how to give analog input and view digital output. please help. Thanks in advance...
To the kind attention of Nordic support team,
I'm using sdk 15.2, I'm working on usb hid composite example, and I modified it to have it scanning a big input keyboard matrix...
Hi,
As we know,we can modify the Mesh params though the config model, but when we actually installing and deploying ,If we want to improve the reliability of the Mesh network...
I try to bring an old Project (2017) back to life and use the new SDK 16
the Code usese BLE_GAP_TIMEOUT_SRC_ADVERTISING, but that is removed in the new SDK version,
what...
51822
SDK11
Can we change the advertise interval after 51822 started? I need to change the interval to lower / higher based on the user phone. For example, if its IOS...