Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
Hi,
How to separate flash memory area that will not be overwritten when you upload new application code (e.g. a few bytes of static data). I'm using Keil.