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...
I have bootloader that supports Serial(HCI) DFU on the nrf52832 device which I have to update to Bootloader that supports OTA DFU and also a new application firmware. I tried...
Hi,
When trying to update an app using Secure DFU, we get invalid object error. The error comes from dfu_decode_command.
Using nRF5 SDK 12.2.0 on custom nRF51822 board...
I have followed the CoAP example from IoT SDK,
I have a Raspberry PI set up as the router,
and two nRF52 boards, one is the client, the other is the server.
Following...
I have following questions:
Is there an example for implementing WeChat on a nRF52?
Is the nRF52 module supported for WeChat AirSync?
Where can i finde the requirements...
Hello!
I'm drawing a circuit with nrf52840 chip and I want to ask some questions:
Is it ok to use 2-side pcb (not 4)? what's of these better in part of radio communication...
Hi, I use nrf connect to programing demo board nrf51 dongle to get it work, failed.
error log as follows:
2017-03-02T09:30:20.014Z INFO Application data folder: C:\Users...
Hi,
Does the PPI module automatically clear the event flags for the linked event? For example, if I have the following:
NRF_PPI->CH[0].EEP = (uint32_t)&(NRF_GPIOTE->EVENTS_IN...
hi
I'm porting Arduino code which has calls to ShiftIn() to read a byte from a GPIO Pin and bitWrite() to write a bit into a byte variable at a particular position.
Below...
dear friends,
now i need to let a master 52832 device communicate with multiple slave 52832s.how can i make it? Our scenario is that a teacher takes a phone in a classroom...
I used SDK12.2.0 and S130 develop with 51422;
I want to test for fds write and read, I followed the fds_sample from github; it can write success, but no FDS_EVT_WRITE return...
I have to exchange information with smart cellphone. My 10040 board create a pair of key by micro-ecc and transfer the public key to the cellphone. However, the cellphone...
i am using timer 1 of nrf24le1.for which i have calculated a value which is to be loaded in th1 and tl1 for 1ms .calculations are as,
clock =16mhz;fosc=16mhz/12=1.333mhz;t...
Hey everybody, I'm having 'intermittent' issues with device addresses on the nRF24L01+. I've read the documentation on what you're not supposed to do as far as device addressing...