Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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()...
Hi,
I’m working with an NRF5340 device paired with a Nordic HID mouse. Currently, data encryption is enabled after pairing, but the encryption and decryption modules are...