I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
I use the nrf52832. In the beginning,I can download the code and it works well. And suddenly,Keil told me "No Cortex-M SW Device Found",when I change a new chip it can work...
Hi, i'am working on a custom board on which there is two led drive by a led driver.
The two leds are wiring to be drive by pins P0.14 and P0.15, but unfortunately these...
Hello! I am using a nRF52832 device, along with SDK 12.1.0 and S132 v3.0.0. Data is being sent data through BLE and received on an Android phone.
After some tests I noticed...
I need to have a Central device physically connected (via UART) to a sensor. Data is collected from the sensor and sent to a number of Peripheral devices which use the data...
Take a look at these screenshots. With the trigger enabled, the average current consumption is reported at 13.21uA. With the trigger disabled , the average current consumption...
Dear Nordic,
I want to know if it is possible to send asynchronous data type from a slave node to a master node (master node would be in continuous scanning mode). Reading...
Here is my problem. I want to disable uart when there is no data coming into MCU.
I used IO LotoHi event to enable uart Rx. After finish data receiving, I disable Uart.
...
I've modded the PCA10040 DK for current measurement with an ampere-meter (TTi 1604), using a program which turns an LED on and off every 5 seconds. The measured current stays...
I am using an LG G5 and my co worker let me use a google pixel. I tried using the s132 softdevice along with the BLE UART example code from 12.2.0, I get the device is not...
I'm aware of GATT's Profile, Service and Characteristic.
And also, for GATT_Server, GATT_Client it can be Central or Peripheral. (As I manually set it.)
And also, the...
hi
I am using nRF51822(from waveshare). previously i was able to program my device with nRFgo Studio. But I am facing a problem now. I programmed my device with radio transmitter...
I want to collect data for analysis sent from peripheral(ble_app_uart example), I connected peripheral device to app(nrf connect) and enabled service, now the data is sent...
We want to build a network of many nodes (nrf52 boards) distributed in the apartments, that are connected via BLE over 6lowpan, of course using a border router for communication...
image description (/attachment/6196b4481c3f6fefbd0784b78d9163c9)
Hello.
I development education robot by ENTRY base.
PC(ENTRY base) + NRF51822 central
and
NRF51822...