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...
when i am load the the program to my nrf52832 with ble lbs example it show an error : Flash Download failed - "Cortex-M4" . my softdevice is s132 v3.0.0 .... please help me...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Hi everyone! I made some board with 51822 (128k, 16k). I have only 20kb free if I use the S130.
The questions:
a) I only will sent data to a mobile. Can I use the S110...
i want to use timer0, timer1 and timer2 and also RTC0, and RTC1 all Sefrate by Sefrate interrupt and so on.... so, have you any coading example?.... i m using sdk12 with eclipse...
i m using pca10028.. and sdk12 with eclipse gcc tool chain setup on windows..im run Peripheral>rtc example successfully... interrupt call every 0.125sec but now i want to...
Guys I made a wireless link using two NRF24L01+ & two MCU units.I want to toggle the reciever side LED bulb when the transmitter side switch presses.
*NRF24L01+ (Black...
Is there any guideline on how to setup and use the UARTE on nRF52 ?
what files to include in my project
how to initialise the peripheral
how to setup the DMA fifo...
Hi I'm an undergrade student in dongguk Univ. in South Korea.
I want to control the sending message and receiving message.
I use the android studio.
What do I do...
Has anyone using nRF24L01 raw (CRC turned off) mode. I try to turn off the CRC (the data sheet offers this option), then I start to miss packets. Once I turn on the CRC, I...
In ble_app_uart, the tx and rx characteristic uuid are shown below, and it supposed that the Tx characteristic enable notifications while the Rx characteristic enable write...
The hardware I am using is based on nrf51822/pca10028, with s110 SoftDevice version, and the SDK version for the project is 8.1.1 Using Keil uVision 5.21.A
When opening...
Hi,
I am running the mqtt subscriber example provided in IoT SDK (nrf5_iot_sdk_3288530).
I am using raspberry pi as router, and following the infocenter tutorial .
I have...
Hi ,
This is the first time I am using nRF52 and I don't have any experience about Antenna design. Here is my question: I am using nRF52 CIAA variant and planing to use PCB...
Hi,
I need to change advertisement data while advertising. The goal is to set new data for every packet. Firstly, I was trying to put new value like this, but it didn't...