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 am trying to implement a bootloader with rewrite protection on nrf52840 with SDK: 14.0.0.
But it seems that there is no flash write protection registers in nrf52840.
So...
UPDATE: Corrected language.
Hi,
While experimenting with BLE mesh networking using S130 on nRF51 devices and S132 on nRF52 devices, we have a problem with deafness while...
Hello,
I want to save Image data which are come from the central device to flash memory of peripheral side.
The image data size is vary from 3KBytes to 10KBytes.
...
I just came across the following code ..
(hash)ifdef linux
toolchain_init_irqs();
(hash)endif
Does that imply there is a possibility that the source could be...
How can I running the ble_app_multirole_lesc example in debug mode to examine the traffic? I use me network traffic analyzer to view the traffic currently ((debug mode switched...
I want to use several sensors that makes a measurement send the data to server (same as provisioner) and fall asleep. Wake up after 20 minutes and process repeats.
Does all...
In server role:
Is there an event that fires after (or before) each advertisement?
I would like to use that to alter the local name after each advertisement, in order...
Hello,
I want to start developing for Ble Mesh
I own:
PCA10056 x2 nrf528240 Preview DK
PCA10040 x1 nrf528232 DK
PCA10028 nrf51822 DK
I want to buy more to develop...
Hello, you great people!
I'm working on a simple project where a transmitter wakes up a receiver and it's working just fine. Currently working with NRF24LE1 modules. The...
Hi All,
I want to send data, like some number, via BLE from smartphone to nRF52. I have to use an external module for this project, because my application uses also bluetooth...
Hello,
I'm using nrf52 with SDK 11 and softdevice s132 v2.0.0. We are close to release our product for testing and I need to add DFU on it. The non secure bootloader is...
I am trying to upload a bootloader to an nRF52832 chip. (This chip is on the ruuvitag and is programmed through their developer board).
I got the bootloader working on...
Hi all,
I'm attempting to develop a feature that will allow our users to personalize their device name. The user will have the ability to change the device name while connected...
Hi
I add the fstorage to ble_app_uart on the SDK v14.1 to work on nRF52810. After fstorage initialization, I could write data to flash.
However, if I write the data...