Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
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.