Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
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...