Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
Hi Community!
I'm working on product development for a client/customer. The product will be a small embedded system with an LTE chip (nRF9160) and a BLE chip (nrf52840)...
I'm having a lot of confusion with using TWI on this chip. I have been running example code that I found in this tutorial nRF5 SDK - Tutorial for Beginners Pt 35 B - TWI ...
devzone.nordicsemi.com/.../nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0 I follow the link above to create a hello world project, which has failed all the time. Here is the...
SDK16.0.0 + Mesh SDK 4.1.0
Help, we have developed our own board with a Fanstel BT840X module. Some of our boards are asserting ("Softdevice assert: 154516:0") and I am...
Hi Nordic,
I'm using nRF52 DK (PCA10040). I tried to copy and paste the project from this default location:
...\nRF5_SDK_17.0.2_d674dde\example\peripheral\twi_sensor ...
Hi,
I managed to compile and run(?) my first two programs for nrf51 dongle on Keil uVision, however while i think they run I cannot make the debugger work and see what they...
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...