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...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi, I am have been using PPI to control SPI transfer in response to a GPIO interrupt.
The PPI initiated SPI transfer that reads an external device's register A and I would...
while the ble_uart example is a great resource of information, i have a need to completely separate the ble nus data in / out from the hw uart code
using sdk 14.2.0
...
Hi everyone,
So I've this arduino code that utilizes the I2C library and made some convertions to it to work with the nrf52832 in the segger embedded studio and when debugging...
Hello, I'm trying to migrate an Atmel project to nrf51822 chip.
Now, in the original project there were 2 CB arrays registered, one dealing iwth GATT one with GAP:
a...
hi,
I am working on nrf51822 chip and using sdk11.0.0 sdk,softdevice (s130 2.0.1) .I want to send 4Kb of data in a packet from the central device and on the other side my...
Dear all,
We have just purchased "nRF52840 Preview DK" kit for a project that connects BLE SoC to Linux host machine.
I have just realized that Connectivty example from...
Hi,
I managed to get fds to store some information in nrf51dk for persistent data storage. I would like to check if the data is still available in the chip after power...
Well, I have question for this SPI connection problem.
anyway,I have nRF51822 core board using adxl345 with SPI connection. that connect SDA to P5, SDO to P6, SCL to P7,...
Hello,
I understand the nRF9E5 is programmed through the externally attached AT25320B, ok. I understand three bytes are appended to the .hex file for the 8051. Since I...
Hello Nordic team,
I just post a message here to take the temperature, and your respective engineering opinions about that…
It's been a few months that I work on the...
I'm using SDK 14.2 (not really relevant I guess) on an nRF52832. The application requires a greeting to be sent to the remote through NUS as soon as a connection is made....
Hi there,
I was trying to use S110 to implement my project but found there is no more release for that after SDK 8 and I have concerns on bug fixes won't be merged back...
Hi,
I'm wondering if CSI is available on nRF chips. It can be used for advanced sensing purpose. There have been tons of works on WiFi sensing through CSI. Is it by any...
hi,
i use SPIM0 transfer data, stoping SPIM0 and then disabling SPIM0 when the data is transfed,but the device consume current is 500uA, if i use SPI0 transfer data,call...