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...
Hello,
i am using the nPM1300 with a nRF52840. This question is regaring the WDT in the nPM1300.
After reading the datasheet of the nPM1300 my understanding is, that event...
i have ZSWatch complete hardware by jackob and kempy and the link is provided below and using the vscode (nrf connect) to code in it in my case the debugger by segger technology...
am using the NRF52840 DK to interact with some BLE devices, and I am trying to use NRF Connect for Desktop Bluetooth Low Energy .
While the DK is correctly recognized in...
I'm, trying to use the ble_app_uart example for SDK v17.1. I can run the example correctly, but when I try to copy-paste the main code, I can't use the UART. I normally send...
Hello Support,
I was trying to get the information of services and characteristics from the peripheral after the connection is established.
With sd_ble_gattc_primary_services_discover...
Hello,
Is there a method of setting the transmit power of ISO channels using BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL?
I used the connection handle of the struct bt_conn object...
Hello,
I want to use SPIS peripheral in nrf7002-DK on the net core. I cannot compile (error 'NRFX_SPIS0_INST_IDX' undeclared (first use in this function))
here is my firmware...
Hello Nordic Team,
I'm struggling with a bug on HID transfert.
My product send HID buffers with a size of 32 bytes, everything was working fine so far.
But when I...
I already did a new VSCode/nRF Connect for VSCode Extension Pack installation, but I can´t find what kind part is missed in the instalation process
In the Build and Flash...
I am programming with the nRF52840DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I simply want to toggle the 0.18 pin between...
Hi,
I used the sdk version 17.1.0 and the protocol stack version s113. In the example project, the gap_params_init function calls sd_ble_gap_device_name_set to set the Bluetooth...
Hi
1.
A. nRF7002 DK(NRF5340+NRF7002)
B. Our PCBA(NRF5340+NRF7002)
We found same application code flash to both. Sample A can work. Sample B can't work and stuck
...
Hi,
I was previously working with W25Q32JVSSIQ, a 32MBit memory device communicating with nrf5340 chip. The QSPI driver was initialized using NRFX_QSPI_DEFAULT_CONFIG()...