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,
We have been using nRF52840 in QFN package in a BLE application. Due to size considerations, we want to upgrade to the WLCSP. I saw that the tuning network is different...
Hi,
We are using nRF52840 DK with 15.3 SDK (latest).
Registered at thisant and got the s340 softdevice for nRF52840 DK.
Please answer are my questions
Where...
In the Mesh SDK the scanner.c file has a power set to 0dBm:
void scanner_init(bearer_event_flag_callback_t packet_process_cb) { memset(&m_scanner, 0, sizeof(m_scanner));...
Hello,
I have nRF52832 and a smart phone with android 7.0.
I want to make a direct BLE connection between nRF and the smart phone, where nRF is a Central device (initiating...
I try to print with serial. How can I print something without a format. I want to print it directly. If yes, which function should I call?
For example, What I am looking...
I have included the reference design for the nRF52840 in my project. Unfortunately, the VIAs in Pads have a hole diameter of 0.15mm and a diameter of 0.35mm and are also still...
Hi,
I checkout v1.0.0 and try to build the at_client-sample but it fails. I cannot see anything I did wrong. I'm attaching the exact steps to reproduce the behaviour.
...
Hi nordic community
I am trying to send stop command to my device(which is connected to my NRF 52840) from my ble module(NRF 52480) after my android disconnected from the...
Hi Nordic engineer:
When I used examples\multi protocol\ble thread\ble_thread_dyn_mtd_coap_cli, I found that the device could not automatically assign LEADER, Router, and...
Hello and Thank you In Advance for Your Assistance. I have been working several days just to get a UART running for interface to a peripheral.
I am trying to connect a UART...
Hi,
As per the document(nrf91_at_commands_v0.9.1) for GPS SNR testing command "AT%XRFTEST=2,1,0" output is single integer as below .
but i am getting output like below...
We are using nRF52832 in our design. We want to collect sensor information along with time stamp. So I took nRF calendar application and tested the same. It was working fine...
I have developed an application that reads data from an analog sensor and transmits data with UART. This app is based off the SDK v14.x uart example, and SAADC example. While...