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...
Any suggested APIs to setup BLE transmit power in NCS?
the set_tx_power() in the Zephyr example looks not work with nordic softdevice controller.
https://devzone.nordicsemi...
Hello
I am trying to compile a project for nRF25840 on a custom board. Build is succesfull but i am getting a 9mb ro-data on the output which means i cant flash it to...
Hi,
I am facing a problem in storing a 64 bit value to a variable.
some of the calculations which is resulting such a high values like this 4701924420
when i am trying...
Is there any way to use remote provisioning of nrf5 SDK example pb-remote in nrf Connect SDK?
If the answer is no, is the implementation of this feature in nrf Connect SDK...
I'm trying to test out the boot loader using the blinky sample. However if I add the following to prj.conf:
CONFIG_SECURE_BOOT=y
CONFIG_BOOTLOADER_MCUBOOT=y
I'm getting...
"SES > File > Open nRF Connect SDK Project..." does not seem to include a thread aware script for Zephyr. Is there a provided script for this somewhere? If not is there a...
Hello,
I would like to use a single COMP I/O pin to compare the pin voltage to multiple references during run-time.
To do this, I was planning on initializing the COMP...
With SDK For Mesh v5.0.0 the mesh_stack_power_down() was actually implemented but there is a bug that will disabled the proxy permanently.
For some unknown reason the mesh_stack_power_down...
Trying out the Sensor Model supplied with SDK For Mesh v5.0.0 raise a few concerns.
The way sensor_initialize() is made requires all supported PropertyId helper functions...
Hello For my application (which is based on the ble_thread_dyn_mtd_coap_cli example), I would like to be able to send a file (for an update) using bluetooth. To do this, I...
Hi, I have been studying a lot of issues reported here about leaving network and joining another. The most common answer is to use zb_bdb_reset_via_local_action(0); But when...
Hello,
I am using nRF52833, nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 and SEGGER Embedded Studio for ARM 5.34.
I have imported the ble_zigbee_dynamic_door_lock_nus...
Hello,
I am looking at using the nRF52805 in a new design, but I am worried about the 0201 and 0402 components that are recommended. Currently, my company manufactures our...
Hi,
I am evaluating Zephyr mesh and implemented two timers; one triggers at every 2 mS, the other triggers at every 500 uS.
I put a code in both timers' events to toggle...
Hi, Our platform is NRF-52833 Our project use RS485 bus (nordic's uart + a 485 chip) to communicate with other device. And we choose the libuarte to be the uart handler to...