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...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi,
I can send and receive commands from nRF51 Dongle to nRF51822 via using nRF Connect UART over BLE Service.
My question is : Is there another way to reach nRF51 Dongle...
Hello,
I have chip nrf51822 connected to nrf51dk. An usb connection provides power to both chips. While checking power of both chips via nrf connect on iphone7 i discovered...
Connect establish with smartfone in peripherial mode. SDK13. S132. Periodic I observe disconnect, than 2-3 advertise packet and new connect again.
Where can I see what reason...
I have a little hobby project going on where I'm trying to make Nordic's old temperature broadcaster example work with the nRF52: github.com/.../
The project was originally...
As the product specification says,The HFCLK clock controller provides mang kinds clock to the system:
HCLK64M:64MHZ CPU clock
PCLK1M:1MHZ peripheral clock
PCLK16M:16MHZ...
Hello Folks,
I am currently try to program RedBear BLE nano board (which is essentially nrf51822) using Nordic SDK v12, which has features of secure OTA. However after...
I have started working on the external file access with NRF
is it possible to read or access the data from the external file into NRF programming
similar to what we do...
I am running a modified version of the app_uart_c example on a nRF52832 using softdevice 132.
I want to send a large hex number to the peripheral I'm connected to. Is it...
Hi,
No matter what I adjust, I can't get the PPK to output over 2.2V. I happen to be using an older nRF52 preview DK (figured it'd be a good use for that board now that it...
tl;dr: UART transmission sometimes stops and never resumes. Only a
power cycle resolves the issue; a system reset is not sufficient. The
problem only occurs when flow control...
Hello,
as far as I have gathered, it is possible to use multiple peripherals on one device with the current alpha release of the S132 Softdevice. What I did not understand...
Hello,
today I had a problem where a timer was causing my device to reset after a while, because the app scheduler queue got full and it was raising an NRF_ERROR_NO_MEM...
Hi!
I am playing with NRF cloud and Android phone gateway. I am not able to find out how to carry out firmware update over NRF cloud. Would you please shed some light?...
I am developing an application with a single service that has a single characteristic with read and write operations.
I want to give the ability to writing to this characteristic...
Hello,
I am working on a project with STM32 master and nRF51822 slave connecting to Android/iOS mobile apps.
I send the advertising parameters from STM32 to my nRF51822...