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...
Sometime, the timer handler is not call immediately after calling app_timer_start().
environment - nrf52840 - SDK 15 - with FreeRTOS - timer task priority is higher - timeout_ticks...
Hi,
In the nRF Mesh mobile app, when you go to the settings tab, you can hit "Reset Network", this appears to clear any previously provisioned network, and lets you start...
Hi all!
We've been time-stamping GPIO events using PPI in nRF52 , and it works* !
...but when using the SoftDevice , it apparently clashes with the PPI about 30ms after...
Hello,
I have been having issues when using the UART libraries (app_uart.h) with certain pins on the nrf52832. Previous iterations of our project have worked correctly but...
I am investigating an H4 HCI over a UART implementation for a client which plans to use the 52832 (or 52840) as a replacement for a TI BLE chip in a new design.
I have built...
Hi all
We are using customized board with nRf52810 chipset.
Actual requirement in our project is to send 100 bytes of data for 10 millisecond.
Kindly suggest a procedure...
I'm developing multiple peripheral and a central. Central is only scanning and Peripherals are only advertising.
In the example, I see that I should use the ble_app_blinky...
Hi,
I was trying to run dfu mesh example according to this. I attempted quite few times but every time having an error at step 11.
infocenter.nordicsemi.com/index.jsp...
Hi, Nordic Team
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
I use a s130_nrf51_2.0.1_softdevice.hex.
It is based on ble_app_multilink_central and...
I am new to Nrf52832.......I have started development of a custom board based on Bt832 and BT832X.
I have built 2 proto boards one with BT832F and the other with BT832X...
Starting idle task using Task Manager library frequently throws error "Unknown function at 0x000008C8" when running with the debugger (often takes several restarts until it...
Hi
I'm using sd_app_evt_wait(); to go into low_power mode. For some reason it coming back , but I can't figure out why.
Peace of code I am executing is;
while (nrf_fstorage_is_busy...
I am trying to print out a string debugging information. But got below error.
No problem change to printf or cast char array name to uint32_t. See first 2 sentence.
char...
I have python 2 and 3 on my Macbook. I can't run nrfutil which I believe is due to the python installation. I need to keep python 3 for other utilities. I would like to run...