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...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
Hello,
I have a nRF51822 Evaluation Kit, and a working ble_app_uart demo software.
I would like use the Fujitsu MBH7BLZ02-109004 module . I can flash and verify the softdevice...
I am using the following code to manage a buffer to put through data to the ble stack. I think I saw a similar code on the nRFready Desktop 2 v1.0.4 examples:
/**@brief...
Are there any pin restrictions for connecting the PWM module to? That is, would I be able to output the a PWM signal (created by the internal PWM facility) through any P0...
Hello Gentlemen,
I'm developing an Android App that needs to connect to nRF. The nRF sensor does not have keyboard, display or buttom.
But we can have OOB which is a...
Hello!
I have two question from Heart Rate Application.
What BLE_L2CAP_MTU_DEF number presents?
I do not see event handlers for WAKEUP_BUTTON and BONDMNGR_DELETE_BUTTON...
Development Board can not be loaded by Keil 4.7.2
nRF51 by Nordic can not be identified by Keil automatically, how to configure the parameter for programming?
The Android API Kitkat documentation says the following about BluetoothSockect.connect()
"This method will block until a connection is made or the connection fails. If...
Hello Gentlemen,
I'm looking for sample code that shows how to enable security which prompts for a PIN number on the Android device when I want to connect to the nRF. ...
On the box for the nRF51822 there's one tiny sticker with nRF6815, Rev 2.2.0, 2014.15 and 10004490 written on it.
I can't find ohter information on the box.
Hi ,
i would like to know about
1)how to enable softdevice in nrf51288?
2) how to check softdevice is enabled or not?
can any one share information related to it...
nrf51_sdk_v5_2_0_39364\nrf51822\Board\pca10001\s110\experimental\ble_app_uart
runs ok when connected to Android 4.4 Nesus7 II
but will return error code 8 when connect...
Hello all,
I am developing application for evaluation board in which i am using 5 services. When I flashed my application on board it was unable to advertise. Then i checked...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...