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...
I am trying to use the mpsl_radio_notification_cfg_set() API function to configure a radio notification. However, calling the function returns -115, which is (NRF_EINPROGRESS...
Hi:
We are develop an Central Device can Connect 8 BLE Device in same time. and want max throughout. it use queue and freeRTOS. the Central TX is simple.
use sd_ble_gattc_write...
After successful compilation of code the west flash command shows this output after using Tag connect to debug the icarus board with the nrf9160 development board. Normally...
Hi. I know this issue already point out by some of the developers. But I don't get the right way to generate a hex file for my client.
I select the Release on the top right...
When using the local timer of the SAADC it should be started with TASK_START according to https://infocenter.nordicsemi.com/topic/ps_nrf52840/saadc.html?cp=4_0_0_5_22_4#concept_continuous...
Hi there,
I'm interested in using LittleVGL (lvgl.io) for my project. There is a LittleVGL example using nRF52840 in Zephyr project, but no in the nRF Connect SDK. Are...
I have successfully implemented the meander PCB antenna outlined in this app note, however, I am looking for and cannot find information on a shrunken version of this antenna...
I am trying to create an AOA link sending a CTE from an nrf52811 (BM833A module) and the receiver with an nrf52833 (bl653 module). Analyzing the CTE detection data, the first...
Hello guys,
I've a PCA10040 connected to my laptop.
It works fine with all the .hex BLE template example in the nordic SDK except with the UART example.
After download...
Hello,
I was using the usbd_ble_uart code for the nrf52840 dongle. When I connected the dongle to u-link 2 debugger and used keil uVision I was just doing my settings in...
NCS version:v1.5.1
board:nRF5340DK(0.11.0)
first,i use SES Embedded open radio_test project and choose nrf5340dk_nrf5340_cpunet ,and use [west flash --erase] download...