Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
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...
SDK 14.2 keil5
I want to run freertos with nrf52810.but I did not find any example .
Is there anyone have tried this?
I downloaded nrf52832 code(ble_app_hrs_freertos...
Hello All,
I have looked around for answers to my specific issue, however I did not seem to find one that aided me enough to fix my issue.
I have created a BLE profile...
Hello,
SDK 15.2, SD 6.1.0 with PCA10056 1.0.0, 2018.20. nRF Connect App v4.22.3. Pixel XL.
I'm running into an issue with my application where the phone disconnects after...
Using: Linux (Ubuntu 18.04), gcc/Eclipse, nrf52840, v15.3.0 SDK, SD 6.1.1
It has been a real bear of time using the SDFU in the newest version of the SDK. There were a lot...
Dear support,
Our team is considered doing their own smart watch, so i found that nRF52 chip is a nice solution. Just before we start, i would like to do some basic questions...
When we ported our FreeRTOS based project to SDK 15.3 from 15.2, we noticed a big jump in the CPU Usage. It turned out that the issue was in SDK 15.3's freertos port_cmsis_systick...
Hi nordic,
I send multiple bytes but always only receive packets of length = 1. For example in the picture, I sent 2 bytes 0x68, 0x69 ('DE') but only received the first...
Hi
What is the difference between ble_nus.c and ble_nus_c.c?
because i went through both the files and i felt both files are almost same except an extra function(db_discovery...
Hello, I bought a nRF52832 Breakout Board from SparkFun. from their tutorial, you can program this board using the serial bootloader and the Arduino IDE. However, aside for...
I am trying to operate a BLE5 sniffer with nrf52840dk
After connecting the dk to nrf connect desktop and programming it with a wrong code (by mistake), it is not able to...
I'm using the nRF52840 DK.
I managed to burn the on-board nRF52840 MCU several times, using the nRF connect windows app.
After several such successful burns, with various...
Hi,
According to the datasheet:
Does this mean that when i change my vdd from 3V to 2V, then the current peaks will be reduced? If so what does this:
graph means...
Hello,
I'm currently designing a custom bootloader to perform a DFU. So far I'm able to update the bootloader and the application, however there is a problem when I try...
I have been studying MQTT these days.
I'm testing the program below. https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/mqtt_simple/src/main...