Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
On calling `bt_enable`, I find that the program hangs - the function fails to complete.
Enabling logging, it looks like HCI command buffers aren't being properly released...
Hello team,
I successfully migrate from the SDK 2.6.1 to 2.9.0.
Now, I am trying to build the modem_shell sample for the nrf9160DK with nrf9160dk_nrf9160_ns .overlay file...
Hi, I'm using ezurio BL653µ and want to create a custom board in ncs2.8.0 (HWMv2) but i cannot sellect the nRF52833-CJAA variant. What do i do? Do i select another variant...
We are considering to implement ”ASCS/BAP/CAP/CSIP/PACS” as the BLE profile.
Do you have any QDID for this profile certified in SDK 2.3.0? If yes, please provide each of...
Hello,
I am completely new to Nordic eco system. What I basically want to do is make a simple bluetooth mouse using a module and the Connect SDK with the HID sample.
Now...
Hi team,
Linking error for ble_uart
Segger embedded studio - 8.22a.
SDK version - 15.0.0
error -
Building 'ble_app_uart_pca10056_s140' from solution 'ble_app_uart_pca10056_s140...
nRF52832 is used as Central to get data from nRF52820 (Peripheral).
There is no problem when you always communicate, but if you can not communicate due to running out of...
I have a project using ncs 2.7 with the nrf9160. My west manifest file is set up to import all and it takes forever, so I am trying to narrow it down to only what is needed...
Hello, Currently i am working on ble mesh and specifically on different nodes implementation, Proxy node, LPN node, Friend node. But when i am starting to implement and testing...
Hello,
i am using the Wi-Fi: Scan sample with the nRF 7002 Deveolpment Kit.
I am trying to alter the clock frequency/QPSI mode (Dual/Quad) of the QSPI Bus connecting the...
Hi, We currently have a custom board with a nRF54L15 (final production silicon) paired up with a nRF21540 RF front-end module (FEM). This board is running Zephyr with v2.9...
Hi. I am using nrf52832 and 17.0.2 sdk.
What I want to do is to provide automatic connection between my nrf device and my android device. For this purpose, I use the HID...
I'm trying to use AAR peripheral, but I don't know the structure of output DMA job list, as it's not defined in the datasheet. I was trying to use one job pointing to flat...
Hi,
I'm transmitting using the nRF24L01P and using the nRF52810 as the receiver, 5 byte address.
We send a 2 byte packet usually 0x00, 0x00 until data is ready. If I set...
BT_DRV_RX_STACK_SIZE is too small and can't be configured. It needs to be more than 512 bytes in released versions of Zephyr, or 640 bytes, on the main branch. Note: I'm using...