uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
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...