Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
I've installed nRF Connect and VSCode on a MacBook Air M1. Whenever I try to build my existing firmware that builds fine under Windows, I get the following error:
The terminal...
Hello together,
I have my own MAC addresses and want to make Zephyr use them. How can I do that?
What I found out is that the firmware read the MAC from settings "bt/id...
From everything I've read, I should be able to see log output in the "LTE Link Monitor" when logging is enabled. Instead, it appears to freeze up the LTE Link Monitor and...
Hi!
Currently, I'm trying to create a new board. I have a source code for the Thingy52 board and the code just compiles. With my own board I get __device_dts_ord_10 linker...
I have the direction_finding_connectionless_rx and direction_finding_connectionless_tx sample code running on a pair of nRF52833 development kits and the PCA20054 antenna...
Hi there,
We are planning on shipping a few test devices quite soon.
We do have a power profiler connected to the device so that we are able to measure power in the field...
Hi,
I am trying to use cr2032 battery with nrf52840 to measure the battery level.
To begin with, I first integrated the battery level measuring code in my application...
Hi
Use nrf connect for desktop tool download hex , This error occurs;
11:04:42.064 Using nrf-device-lib-js version: 0.4.11 11:04:42.064 Using nrf-device-lib version...
Hi,
I am trying to build a keyboard with Media Button inputs as well. I tried to add consumer HID to the keyboard HID but it does not work.
The thing which i want to know...
Hi,
I am trying to integrate the fat_fs and peripheral_uart example, but unable to do so because of the SD card initialization error. Both examples are working fine separately...
Hello Dear;
I'm developing a low power phy beacon device. But my device current consumption is about 0,7mA. After sending an advertisement, the current consumption should...
We manufacture boards based on an NRF52832 and we have an abnormally high rate of BLE faults during tests at the end of production. In order to determine if the problem comes...
Hello,
i'm experiencing a issue regarding receiving UDP responses from our COAP server. Our server implements a piggy back response scheme, however in some cases it is either...
hello
i'm use the nRF5_SDK_17.1.0 and nRF52DK.
I am developing using SDK example , "ble_app_hids_keyboard".
There is only one problem I have to ask.
Check out the...