Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
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...
I'm working on a project where we have an issue with the current BLE links (non-Nordic, HM-10 devices). Bluetooth Mesh on nRF52s has been identified as the suitable successor...
Aim: transfer large data coming from UART to nRF52832 over BLE 5.0 as fast as possible. Want to use 921600 baud rate in the case given below.
Scenario:
SDK: 15.2.0 ...
Hello there!
I'm developing an application that uses BLE to access the flash memory of a nRF52832, using RTOS Zephyr 1.10.0. The OS is Ubuntu.
JLinkRTTClient gives me...
Dear Nordic,
I want to achieve long range in my custom board
I have some doubts:-
1. is it any difference in schematic for achieving?
2. Which HF crystal i used...
Hello, I was wondering how can I send data continuously over NUS.
I am using the ble app_uart and app_uart_c to program two NRF52382 with s132. My goal is to sample a signal...
Hi
SDK 15.2.0 ch_map[5] is 5 bytes long so 40 bits. Can you please confirm if ....
ch_map[0] bit 0 corresponds to channel 0
ch_map[0] bit 7 corresponds to channel 7...
the Product Specification v1.4 of the nRF52832 SoC. On page 23 the RAM0 block section 1 address is given as 0x21001000. From the context I believe, this should instead read...
Development Kit - nrf52 DK
SDK - 15.0.0
Computer Platform - Windows 7 - 64 Bit
My application was working fine until I decided to change the NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
Hello everyone!
I have a question regarding where should I place NRF_DFU_SINGLE_BANK_APP_UPDATES flag. Should it be inside sdk_config.h in a bootloader or application? Or...
How to enable and disable FreeRTOS tickless idle(RTC or Systick)? Anyway to wakeup from tickless idle mode when there is BLE activities detected?
Setup:
1. nRF5_SDK_15...
Compiled Blinky client fails on Dongle PCA10059.
Precompiled version nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral/ble_app_blinky/hex/ble_app_blinky_pca10059_s140.hex...
I am trying to compare a bunch of BLE mesh options and I am trying to evaluate the software stack for nRF mesh
Whilst trying out the light switch proxy example, I noticed...
Hi Great Nordic Team:
I have some questions about nrf24ap2 reference schematic, please kindly help to give me some tips.
※it's reference circuit of Synchronous (bit...
Hi Sir,
As reference below link, and we can find the Tickless IDLE enabled ~700uA in SDK 15.2
https://devzone.nordicsemi.com/f/nordic-q-a/24733/nrf52840-sdk-14-0-0-and...
Hi again!
I'm trying to send/receive data between an nRF51(master) and a AVR/HM-11(serial/BLE module)(peripheral)
After following this visualgdb.com/.../ tutorial based...