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...
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 encounter problems moving to VScode + nRF Connect extension. Even the simplest step creates countless problems. I followed the official NRF tutorial on youtube and nothing...
Hi, in the development kit of nRF52840, the oscillator for the micro is configured as follow
In the bom, it can be seen that the used oscillator is the MP06003 that correspond...
To advertise a *configurable* device name the previous guidance seemed to be:
prj.conf
Code Snippet
Please note I have intentionally removed all error handling...
Hello,
I have multiple UART devices connected to various pins on my nRF5340, but due to hardware limitations, I can only use two UARTs concurrently alongside interfaces...
Hello All, I am trying nRF7002 shield on my non-nRF MCU and i am running the wifi sample app on zephyr (latest version as of today Aug 20) I get this error most of the time...
I just ran into the issue that the settings_storage partition needs to be after the factory_data partition, and I asked myself why.
The problem is that, in case you need...
How/What are the steps to setup and use terminal commands for build, flash, etc. on vscode . what are the commands, any tutorial for west workspace? Any terminal commands...
We have noticed that several of our nRF9160 in production have problem with reconnecting to the LTE-M network after temporarily losing connection. We have tried reproducing...
Hi,
we are currently working with the BL5340(453-0052R) series module, which features the Nordic nRF5340 SoC and have encountered an issue with the SPI configuration. While...
Is using a 32.768 kHz crystal for clock of nRF52811 chip, the option to achieve minimum power consumption?
Is this only source of clock sufficient as the external clock...
Hello Experts,
I my main.c, I have defined my own TIMER1_IRQHandler() and when I build the code I get the error
Rebuilding 'timer_pca10100' from solution 'timer_pca10100...
i use ble_app_uart example code.
i have some problem that sometimes MCU can send data to application. but sometimes MCU can't..
ex) Success : 0x01 0x02 0x03 0x04 0x05...
hello i'm using nrf52840 dk board for communication with windows pc.
in nrf 52840 datasheet usb max speed is 12Mbps but my project based on "usb_cdc_acm" usb speed is 4Mbps...
Hi, we have project AoA direction finding. Firstly we have nrf5340 dk kits. Also CoreHW ANT3 2x2 matrix antenna kit. I run the direction finding connectionless demo on nrf5340...