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...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Dear Devzone,
I am working in the dynamic multiprotocol template project and want to add a BLE central connection. When I change the NRF_SDH_BLE_CENTRAL_LINK_COUNT & NRF_SDH_BLE_TOTAL_LINK_COUNT...
Has anyone tried porting over on of the FreeRTOS examples for the nrf52 sdk onto the Thingy?
I see that it has the port in external/sdk13/external/freertos, but don't see...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
Hi!
I've found mismatch between schematic reference from Product spec ( here , page 692) and PCA10056 PCB (Preview Development Kit) for same operational mode.
In specification...
Hello,
i am using the Nrf52,
i am facing problem on the following line
#define MESH_SERVICE_BASE_UUID128 0x23, 0xD1, 0xBC, 0xEA, 0x5F, 0x78, 0x23, 0x15, 0xDE,
0xEF...
Hello DevZone community,
Currently I am using nrf51822.
Could you guys please tell me how to enable code protection besides check the "Lock entire chip from readback" in...
Dear All, Please update me if is it possible nRF52810 is having capability for SIG Mesh or Mesh Network? Also is to possible to establish Mesh network beetween nRF52810 as...
Hi All,
We received a new design with a nRF52 powered at 1.8V. We are using a JLINK probe with the SW protocol for the burnin code.
When we apply 1.8V we can’t program...
The function find_adv_name() found multiple time in BLE central examples is using the global variable m_target_periph_name instead of the parameter name_to_find . There is...
heelo every one ,
i want to use bluetooth to connect my nrf51822 to my smartphone can anyone help me because i don't have any idea there is any example ready to use pl...
nrf52832dk pca 10040 board
besides ports bits and dir setup and baudrate, etc ...
this is part of my uarte init funct (pDev = 0x40002000)
pDev->TXD.PTR = (uint) TxBuf...
nrf52832dk pca 10040 board
besides ports bits and dir setup and baudrate, etc ...
this is part of my uarte init funct (pDev = 0x40002000)
pDev->TXD.PTR = (uint) TxBuf...
I just bought a nrf51 dk to master this wonderful SoC series.
For now I intend to keep my research and studies with Bluetooth 4.1, but would like to prepare for a jump...