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...
I continue to be confused by the Nordic setup of projects. There are a bunch of different demos, but what if you want to compile features from different ones?
Specifically...
Hi ,
I have used Calendar example running on RTC2 for my timing feature .
Below are the initializations for starting RTC2 for my clock .
#define CAL_RTC NRF_RTC2 #define...
Thanks in advanced. Both platforms are: nrf52832, sdk17.0.2. The peripheral is based on ble_app_gls and I set static passkey 123456, the central is based on ble_app_hrs_c...
HW: nRF9160 DK
SDK: nRF Connect SDK v 1.4.2
Hello, this is to report a buggy behavior I encountered when trying to implement a BLE-LTE gateway on nRF9160 DK
First...
I want to move the UART on thingy91:nRF9160.
prj_thingy91_nrf9160ns.conf added the following two line.
CONFIG_UART_ASYNC_API=y CONFIG_NRFX_UARTE0=y
The asset_tracker...
Hi All,
I want to use DFU to update the firmware from central to peripheral over BLE , both central master and peripheral are nrf52840.
Central master can find unknown...
Good Day,
we are currently working on a project for university. For this project, we are using esb to transmit a continuous audio stream (i2s format). We sample our data...
I've read similar issues but none with this configuration:-
nRF Connect SDK 1.4.2
Blinky example
Trying to enable RTT logging
nRF5340DK board
Windows 64 bit host...
Hi,
I've come across a situation where when paired to Android 9 devices, the reconnect event that follows waking the peripheral fails. Connection parameters are
The...
For ble_gap_adv_set_configure_req_enc, is the document provided?
I saw " ">infocenter.nordicsemi.com/.../group__ble__gap__app.html" , it was not found.
Hi, There is problem that the including file from "openthread\third_party\NordicSemiconductor\libraries\fds" and already added its path to file...third_party\NordicSemiconductor...
Regarding the data encoding in Advertising, the order of the data is different depending on the SDK. Is there a problem in operation?
The confirmed function is as follows...
We are using nRF52811, is there any sample code support to set/save thread power calibration table/data to available non-volatile partition.
thanks, Webber
Hi there,
Can we please get an updated example for Appendix 5 in this blog ?
Specifically the DFUMaster_SPI and the bootloader_secure_SPIS. Ideally it would be compatible...
Hi!
I was trying the throughput example using two nRF5340PDK boards and I observed the throughput is very low, i.e. 1kpbs. I tried programming the cpuappns, but it didn...