Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
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...
Dear Support,
I encounted an issue when tried to connect with complicated wifi network recently.
The error info is as follwing.
"WPA: 4-Way Handshake failed - pre-shared...
Hi,
we use our code for beacons for very long time now. Unfortunately producer changed chip.
We were using NRF51802QF with SoftDeviceS130.
Now the chip is NRF52810QCAA...
I am receiving the following errors: [00:00:00.117,187] <wrn> bt_hci_core: opcode 0x2027 status 0x12 [00:00:00.118,133] <err> bt_id: Failed to add IRK to controller Which...
Hi,
I am new to board programming. I have a custom board with nRF52881. There is no USB port on the board to connect it directly to the PC. How can I connect the board...
The ActiveHardwareFaultsEnum supports a "TamperDetected" hardware fault, which is of interest for our product.
Using the general diagnostics server, it is possible to set...
If I use zb_zdo_mgmt_lqi_req() for dst_addr = local short address is the response resolved internally?
I have an application where I need to locate certain zigbee devices...
Hello!
I am currently running into throughput problems while using the Nordic Uart Service (NUS).
I am building a project for a peripheral and wanted to test the possible...
Hello,
We are implementing BLE FOTA for nRF52832. For that trying to load nrfutil tool. Its downloaded from official website. python is also installed successfully. when...
Attribute reporting is automatically handled by the ZBOSS stack which generates the Report Attribute commands. Is it possible to set the Disable Default Response bit in the...
This is same what same as in my previous ticket
With nRF9160 Ozone solution worked just fine but when trying to debug nRF9161 with Ozone I receive error on Ozone Console...
Hello,
In an NCS/Zephyr nRF52840 project I'm using a 3rd party 'plain' cpp library code.
This 'plain' library (written for Linux/RPi) uses the traditional std::mutex...
Dear all:
I have viewed that matter support below Operating Systems from this link:
project-chip.github.io/.../BUILDING.html
Tested Operating Systems #
The build...
Hi engineer I am using two nRF52832 boards to test the communication between ble_peripheral and ble_central. The project used is ble_app_uart and ble_app_uart_c in SDK15.0...