I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
Hi, guys. I'm trying to create a custom 4-layered 1.6mm thick FR-4 PCB which uses the NRF52840-QIAA-R.
It's my first time using the nRF52840 so I have some questions, please...
Hi,
I'm using SDK11 in "Pheripheral mode"
Is it possible to make BONDing with 2 or more android/ios phones?
(I need only the bonding keys to be saved in the peer manager...
I am new to nRF52832. I am working on BLE.
I want to know more about the security algorithms in the chip.
Is there any way of implementing our own security algorithms...
Hello,
The altium files for schematic and layout for Development kit nRF52 is incomplete.
It only has two pages one is of microcontroller, other is a pinning diagram page...
Hi,
I've scanned the forums and Google and was unable to find any relevant updated information.
3 years ago there was a question regarding FE-C compatibility of the nRF52832...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’. Currently it is SystemON mode. But I need to change...
Hi,
I am having trouble running the ANT+ examples on the 15.3 SDK. I'm testing on a NRF52832 DK (PCA10040) and I'm trying to get the ANT+ examples working on SDK 15.3, in...
Hi everyone
I was testing the bonding with MITM settings. I used the code from the following link: github.com/.../nRF51-ble-peripheral-bond-handling . I tested the bonding...
Is it possible to generate a pre compiled library that configure at run-time new BLE services and characteristics on the nRF52840? If the answer is yes, is it possible to...
Excuse me, I have a question on calling external function.
board using: nrf52832
softdevice using : s132(6.1.1)
The situation: There are two applications which is...
Hi
I am using PCA10040 in order to develop nrf52 firmware. For now I would like to try to measure current consumption.
Is there any couple of pins on the board I can use...
I've been doing some testing with the nRF52840 (I purchased the Raytac MDBT50Q-1M), and I'm seeing a pretty hard startup surge. I've attached the results from my scope. The...
Hello,
I have some problems when running the development kit. It seems the problem might be somewhere on the PCB, something related to power sources and power distribution...
Hello,
I try to make my NRF52832 communicates with a memory (MX25R1635FZUIL0) in SPI.
When I try to read the memory ID, the RX buffer is fill with 0x00. But when I observe...