Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
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...