I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hello,
I have the following application code (based on the template project from the SDK):
The receive callback is working and I get all the characters from my terminal...
From the datasheet I understand that any pins in port0 can be used as SPI. But I tried using the pins defined in nrf-sdk here and but there is no response. After searching...
Hi!
I am kind of DIY person and have a lots of time in COVID, I am a beginner to Nordic family, few months ago I implemented MPU9250 with NRF52832, I was able achieve...
Hi !
I am working with nRF52 DK to drive the nRF52832 and a sensor of Maxim Integrated.
I am using an older version of the SDK (14.2.0) because i need to modify an old...
Hello,
I was looking at power profiler (just playing with it) and I run it without proper setup on nrf52840DK, after that It seems that dk does not execute any application...
My application is again having troubles with opening an AF_LTE socket. It hangs indefinitely on the call to socket(AF_LTE,...). This code has been running successfully at...
i use nrf51822 and uart project
i need disable only RX when tranmitsion and reuseable when tranmistion complete. i tried
//NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled...
Hi
Do any of the Soft Device versions support the periodic advertising feature which is part of extended advertising and involves AUX_SYNC_IND PDUs? I looked at the API...
I am having a high rate of connection reason 0x3E when connecting two nrf52832 devices together both with only one active connection at a time.
Most of the information I...
hi..
development board - nRF52832
SDK version -15.2 version
Fellowed method - B1b. Use Oberon crypto library instead of uECC
softdevice version - v 6.1.0
tools using...
After pressing F5 I get.
Preparing target for download Executing Reset script TargetInterface.resetAndStop() Reset: Halt core after reset via DEMCR.VC_CORERESET. Reset...
Hi,
I'm using NRF52811 to evaluate the direction finding. I have successfully got the phase data, but I found a strange thing:
I did some processing on phase data for...
I am currently testing Optiga Trust X using an NRF52 DK. I am using armgcc as my toolchain.
The example provided by the nRF5 SDK v17.0.0 is a great starting point and I...