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've got a custom board here, the debugger is reporting that HFCLKSTAT is 0x00010000. Which I think is translating as using the RC oscillator rather than the external crystal...
What I'm using: PCA10028 (nRF51422), SDK 7, Keil uVision 5, moving SD S110 v7.1 to SD 310 V2
I used the ble_app_lbs project as a template. Being a newbie to both BLE and...
Thank you very much for your answer!
Now I have another question,I'd like to convert the acceleration sensor (MMA8451) acquistion of data via bluetooth to the phone,I don...
I'm stuck in the Puck Central Tutorial, I have the zip from GitHub but can't seem to get any project to open.
Completed OK:
I completed the Puck Toolchain and Location...
I am right that:
a) once started the watchdog, it is not possible to stop the watchdog from the application
b) once started the watchdog, it is not possible to reconfigure...
I have successfully gotten the DFU to work on the NRF51422 S310V2.2 softdevice. I can download blinky app via the nRF Toolbox DFU application and all works great, but when...
Hi.
I am new to this forum, and can be described as a programmer with very little embedded experience.
I have bought a nRF51822 BT SMART BEACON KIT, and are trying to...
Hello,
i would like to turn off a sensor completely when unused and thought of powering it through the GPIO of the Controller.
I wondered if it is recommended or do the...
We have updated multiple android phones to nRF Toolbox for BLE app and we are all getting "Unfortunately, nRF Toolbox has stopped." error message when opening the app. nRF...
Hi,
I want to get a notification when the BLE event is started, in order to start a timer just after.
How can I get that?
I want to clarify my question :
My board...
I use the NRF 24AP2E in my communications, and I need detect if the communication is good.
I active the RSSI message, but in scanning mode I don't receive byte 0x20 in Measurement...
Hi All,
I am designing a circuit with nrf51822 and mcp25625 (microchip spi can interface). mcp25625 has an internal 16mHz xtal clock circuit and a digital clock out, I...