I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I am using parts of the ANCS example code within a product near pre-production. I am able to reproduce the problem in the ANCS example without modification. Here are the specifics...
Hi,
we are using nRF52832 for beacon application. we want to find the low battery condition.
Does nRF52832 have option to read the voltage level? if so please share api...
Hello,
I have created a custom board that uses a NRF52840.
From my understanding, i'm need only VDD,GND,SWDIO and SWCLK connected to the SOC to flash them by using an...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
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...