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...
I've seen a few discussions on C++ support. It's frustrating I can't contribute to the conversation - I'm not sure if that's because my account is too new, or if comments...
Good day, support!
I have a couple of questions regarding the mandatory services of the nRF52840 dongle.
1) How to add characteristics to the mandatory services 0x1800...
Hii,
I am trying to flash secure_bootloader into my nRF 52 SDK. I am facing some issue.
can you please explain how to create "micro_ecc_lib_nrf52.a" file (which software...
Hi,
I'm using NRF52840, and my application connects with BLE mobile application. After a minute, connection is lost.
I tried to find which functions called sd_ble_gap_disconnect...
Hi Nordic Team,
I am developing a device using Arduino Nano-33-ble board which is based on the nRF52840.
The code is developed on Arduino IDE and the basic function...
I am using SDK16.0(ble_app_uart) program to sending dates between the phone and board.And I noticed that send function (ble_nus_data_send)failed a few times when it didn't...
Hi my friends, Nordic DevZone I have a project implemented on Bluetooth 5 network consisting of master and slaves ((1) master and slaves (7)) For example if I use (two kits...
I'm having an issue programming the bootloader using .hex file. I have "Erase all" by nrf52832 and was trying to debug my bootloader the code didn't stop at the beginning...
Dear Sir.
I have a question regarding the nRF9160 Interrupt procedure.
I have 2 interrupts on my nRF9160 custom board.
The 1st interrupt is an external interrupt every...
I'm using nrf52840 DK board with modified program of light switch example from sdk 2.1.1. While provisioning with interactive pyaci i'm giving provision address maually to...
Hi dear Nordic Team
I'am currently implementing a 802.15.4 compliant ShockBurst Radio TX/RX module on the NRF52811. As far as I understand there is a crc 16 implemented...