I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hi guys,
I have some questions about sd_flash_write function:
Will sd_flash_write() evaluates if the input value is 0xFF so that it won't need to perform an unnecessary...
I have 2 questions about LE Secure Connections.
1. What are the decisions of PKa and PKb passed in "2.3.5.6.1 Public Key Exchange" of BLUETOOTH SPECIFICATION Version 4.2...
Hello,
I follow the getting started with nRF52840-DK described here:
https://www.nordicsemi.com/eng/Products/Getting-started-with-the-nRF52840-Development-Kit
A...
Hello, I'm having trouble to make the image transfer demo work.
I flashed the .hex files found here: https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo to...
Hi all,
I am adding PWM to light switch server . I added success. PWM function run OK. I use PWM1,PWM2 with Timer 1 and Timer 3 and PWM library example .If I call function...
Dear Support Team,
I’m using nrf52832 and SDK 14.2.0. In my project ,there are two dsp,one is nrf52832 and the other is ntk658, they connect via uart with each other. ntk658...
Hi,
I am developing nRF52832 peripheral, SDK15.
Let me know about whitelisting.
I'd like to below functions.
1. Delete item(device) in white list.
2. Changeing...
Configuration is all 12 combinations of the following 3 x channels, 2 x modulations, and 2 x bit rates were tested to find the worst case. More substantial testing was to...
when i upload the hex file of a s132 softdevice example program through nRFgo studio,
its shows hex file uploading failed and shows this message "Invalid SoftDevice, data...
Hello Everyone,
I am facing an issue when trying to connect back BLE central again after disconnecting it from the BLE peripheral once.
The issue is reproducible as follows...
If I want to send two byte, how can I do? I use the https://github.com/NordicSemiconductor/Android-nRF-Blinky sample code.
In BlinkyManage.jave
public void send(final...
hi All!
I'm trying to use new SD140-6 function sd_ble_gap_adv_set_configure() , according to spec. if last PARAM is NULL, function behavior : " When this function is used...