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...
Hi,
I am trying to program the bootloader for the nrf52840. I am trying to create a settings for the specific hex file, and then programming using the nrfjprog commands...
Hello,
I use a custom board for an IoT application. The BLE module I use on this board is Taiyo Yuden EYSLCNZWW which uses nRF52810 and requires softdevice s112.
I already...
Hi all, I've been testing 6loWPAN over BLE with the nRF52 DK ( nRF52832) using the IPSP sample code from Zephyr OS, and have managed to successfully flash the code and establish...
Hi all,
I have a Raytac MDBT50Q-DB board which I was programming using an nRF82540-DK. It all used to work fine, but now JLink cannot connect to the Raytac board anymore...
Hello,
I'm using nrf52 DK with SDK 14, to flash a Taiyo Yuden EYSHCNZWZ module ( Module Datasheet ). The flashing is successful, as stated by the output console in Segger...
I am a master student. I am working on a project that uses Bluetooth 5 Beacon Scan.
I bought the nRF52840 dongle to scan the Bluetooth 5 Beacon
I want to scan the Bluetooth...
hello!
I am currently using SDK14.2 (migration to 15.2 WIP) and S132 and on a custom board
requirements - I want to collect data from around 50 (or more) PERIPHERALS...
Hi to all,
i am developing a device with NRF52840 soc and i am using cryptocell IP to create ecc key pair. as you know public key of an ECC alg is a point on spec curve...
Hello All.
I am using the following
SDK Version : nRF5_SDK_15.2.0_9412b96
Segger Studio Version : 4.10
Mesh Version : nrf5_SDK_for_Mesh_v2.2.0_src
I am trying to...
Hi,
I am woking on NRF52840.
OS : Windows
SDK version : 15.0
Dev : Keil IDE.
I am using Timer -2, Compare value method to obtain an interrupt.
The interrupt...
The thing I currently try to implement is to combine two 128-bit services in one app - custom and UART.
I arleady made run them separately - one service at app.
Way they...
Hi All
I have started working on BLE mesh network to control lights.
I have following doubts, please clarify.....
1. To implement mesh network, two options are there...
Hello,
I try to receive encrypted BLE PDUs and to decrypt them on the fly using the radio and ccm peripheral. The radio is configured to trigger the DISABLE task when...
I'm using an nrf52832 development board and am trying to implement a simple toggling of an output pin using a timer and PPI. Below is the code I’m using; however, the pin...
The problem applies to both, nRF5 SDK 15.2 as well as to the nRF5 SDK for Thread and Zigbee 2.0.0.
The Nordic UART Service Client (ble_nus_c.h) defines a struct that contains...