Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
I tried to use UART both for NRF_LOG and NRF_CLI. Now it's running but I had a problem that calling to nrf_cli_init caused fatal error 8 - INVALID_STATE.
When I commented...
i have question about nRF52832's bluetuth. xtal is 32M, Cload is 12pf, but the frequency is 2.402199G(tested by Network Analyzer), Frequency differency is 199K. We find that...
Yes I've already looked at the following two examples:
https://devzone.nordicsemi.com/question/185381/disabling-pin-21-of-nrf52832/
https://devzone.nordicsemi.com/question...
I'm currently working on a board diagnostic firmware and an accompanying Windows console app. The Win part of the project is supposed to monitor the diagnostic firmware's...
Hi,
I am trying to run the light switch example of the nRF5-SDK-for-Mesh-v1.0.0 on total 3 boards(1-client and 2-servers). I changed the no. of servers as mentioned in...
Hi All:
i want to change mesh net key to apply different client.
but when i change net key to {0x5f, 0x5f, 0x6e, 0x6f, 0x72, 0x64, 0x69, 0x63, 0x5f, 0x5f, 0x73, 0x65,...
Hello,
I ran light switch example on nordic boards & i am able to send light turn on/off command from client switch but i also want to configure my light servers to able...
I am using nrf_drv_uart library.
UART communication is set in non-blocing mode, and transfer od data is relised with nrf_drv_uart_rx and nrf_drv_uart_tx functions.
I am...
I am trying to run pb remote example but i'm stuck at command 3 it only shows "Got event 0" not goes further to receive remote uuid.
0> 1) Provision first available device...
Hi, Everyone
My development environment is PCA10040 (nRF5_SDK_14.2.0_17b948a) with IAR
The printf statement is output to the terminal (Teraterm) using the UART. However...
Hello,
Our company is considering on developing BLE products with Bluetooth 5.0 compliance in mind. I'm currently trying to get as many information as possible but I'm...
Hi,
Once applying 0V to DEC2 pin, CPU hangs up and cannot be system resetted even though we input reset signal to RESET pin.
The only way to reset is to suppress system...
I am new to Nordic and BLE mesh connectivity. I have the following assumptions & queries, Please clarify if I am wrong.
1. Is it possible to implement BLE Mesh using Thing52...
I'm trying to read data over UART as fast as possible using the double-buffering feature and EasyDMA, but even this simple example I've posted is losing data.
I've set up...