nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Hello. I am developing a project with a static password. And when I connect to the device, in the debug messages for the auth_status field I get the following values: 61,...
Hi ,
I want to add DFU service into ble_app-uart example, for that I want take reference as ble_app_buttonless_dfu.
But when I am trying to test the working of ble_app_button_less_dfu...
I developed an application based on ble_app_uart and it is working on my nRF51 DK. I can see the ports driven by my application responding and Bluetooth communication is working...
I am currently using Mesh SDK 3.1, running on NRF52480 with SoftDevice140. We are currently modifying the light switch client, and would like to know which servers are available...
Hello,
I would like to implement a device that is part of a BLE Mesh Network and on the other side connects to another device directly with BLE Stack (1:1) and GATT.
...
I am developing an android application to get real-time temperature over BLE notification. Currently, I receive the temperature sensing data 1 time per second. Based on the...
Hello,
In nrf_dfu_ble.c BLE_GAP_EVT_SEC_PARAMS_REQUEST pairing on Windows 10, the following code:
err_code = sd_ble_gatts_value_get(m_conn_handle, BLE_UUID_GATT_CHARACTERISTIC_SERVICE_CHANGED...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
I want to implement the function of periodic temperature collection,but I didn`t find any data show in putty terminal,and I`ve set NRFX_TIMER_ENABLED 1 NRFX_TIMER0_ENABLED...
Hello,
The BLE mesh spec says the following:
Heartbeat is used to monitor nodes on a network and discover how far nodes are apart from each other.
Is there an example...
Hello. I have read a topic about ADC calibration (gain and offset error in 0x10000024) of nRF51822 here but I can't find the document describing it. Could anyone point me...
Hi,
I am beginning to design a wearable device with motor vibration using nRF52 SDK and SoftDevice S132.
In firmware side, I have no problem to control a led on and off...
Hi
in my test bench for system validation I would like to control the system based on nRF52 via Bluetooth to speed up testting of various samples.
It seems that there...