Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Hi there,
I want to run FATFS example but I got this error ?
========================
nfo> app: FATFS example started. nfo> app: Initializing disk 0 (SDC)... rror> app...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I found that the maximum clock frequency of nRF52832 is 64MHz, but I don't know what the current clock...
Hello,
I know there are dozens of threads on this topic already but they don't seem to quite answer all my questions.
Some background:
SDK: 15.2
SoftDevice: s140_nrf52_6...
I am encountering the following error when trying to build the Asset Tracker code. I have tried uninstalling everything and reinstalling it and the issue is still there. I...
nRF52832, SDK 13.0, no Softdevice
I had a possible power leakage issue and tried to debug it with Segger Embedded studio.
Please refer to below.
int main(void) ...
Hi,
(nRF52840)
I have project made in SEGGER Embedded Studio with OPUS Encoder (optimized by Nordic). It's CELT, bitrate 40000 and complexity 5. This is configuration...
I am porting our system to NRF52840. I would appreciate if someone can clarify some questions regarding deep sleep.
1. Based on some Q&A, before "WFI" the sub power mode...
Hi, as the title reads I would be very happy if anyone has successfully integrated one of these (or a similar) sensor with the nRF9160DK. I have integrated all three on a...
Hi,
I got the example http://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role and the demo is OK.
We are doing a game project using nRF52840 base on nRF52 SDK...
My application flashes an LED periodically, and I would like to synchronize the LED flashing with radio idle time in order to minimize max current draw. It seems that using...
Hi everyone,
I use the function nrf_queue_write for queueing data. Also I use the NRF_QUEUE_MODE_OVERFLOW mode to overwrite old data in case the queue is full.
My problem...
I am working with a sensor IC (IQS572) that communicates via I2C with my main microcontroller. Im using the nRF52382 chip. This sensor IC has a 7bit I2C slave address, but...
I am building a USB CDC device. I noticed in the sample project there is a call to app_timer_init.
Does App USB actually use App Timer internall?
Thanks