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 want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
The documentation for S110 v7.1.0 sd_nvic_ClearPendingIRQ implies that it works with any valid IRQ.
I find that (using S110 v7.1.0 with SDK 7.1.0):
sd_nvic_ClearPendingIRQ...
Hello,
I'm currently reading nRF51_Series_Reference_Manual_v2.1.pdf. On page 28.9.9 there is the UART CONFIG register documented. Two bits of configuration for the Parity...
Hi,
Tried to develop an application to read current time characteristics from central device (ios app) by using nrf51822 peripheral device(s110_nrf51822 v7.0.0.). After...
Dears,
There is a problem as the subject. I am using the reference code of ble_app_hts to add an app timer for a service. the device of nRF51822 can be searched and connected...
Hi,
I'm really new here, sorry if it is a beginner question.
Our company wants to start developing a RTLS (Real Time Location System) to track mainly person (patients...
There are a few threads on using the AES module and there is a lot of confusing and somewhat contradictory information.
I want to do the following:
generate secure...
Hello,
i have an application that sends periodically sensor data from one sensor network (6 sensors - 16 Bytes) to a host f = 1/4 - 20 Hz.
I read the s210 and s110 SDS...
Hello, I'm using the nRF6310 board and tried the HID Keyboard Application
(S110, ble_app_hids_keyboard) example.
The nRF51 SDK version is 6.1. I use IAR for ARM 7.1. ...
Dear,
We are developing the nRF51822 for an application of BLE device. The timer is the key process in the application. Anyone kindly share the experience with me about the...
I have a test set up using the ble_app_hrs example where I increment a dummy uint16_t periodically and then send that value up to the nRF Toolbox iOS app to plot. I want to...
Hi all,
I would like to use the strcmp - string compare function, however don't know how to create a string from character array. Standard way would be something like this...
I can transmit data from my device (the server/peripheral) with the ble_app_hrs , but want to modify the peripheral behavior with some basic commands sent from the mobile...
I'm migrating from S310 v1.0 + SDK 5.2.0 to the latest S310 v2.0 + SDK 7.1.0 (to be able to update also BL and SD).
I have used OTA DFU based on example included in SDK...
Does the sdk7.1 + softdevice support flash_page_erase function?
Also, for the spi_master api, is the spi_master_event_handler required or optional?
currently, the...