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...
I'm looking for an example of how the pData data table is configured in the arm_bilinear_interp_instance_f32 structure.
I have read the online notes which I've copied below...
I am using the Nordic NFC library and an NRF52832 to do ISO1443 communication with my phone. However I was noticing that the NFC lib stops sending back events when stopping...
Though there are a few people asking about arm versions of the nrfjprog utility I'd like to know what would be necessary to either have Nordic build one or allow one of us...
HI
sd_ble_gap_adv_start() is returning INVALID_PARAM when it's being calling in ble_advertising.c I have read through the documentation and I don't see anything incorrect...
Hello all,
I try to send a command to read device ID (0x9F) of a micron memory device (N25Q064A) using SPI protocol. I have the following hardware configuration :
NRF_SPI_CLK...
How does the Tx power impact the scanning and connection with a peripheral?
In detail, say if the peripheral can advertise at a Tx power of 4, 0 or -4 dB, then will it...
Hello, dear Nordic employee,
MCU: 51822QFACA1
The using SDK is : SDK 7.2.0
The using SD is : s110_nrf51822_7.3.0_softdevice
There was one device (our product) runing...
Hi,
I am using "nrf5 sdk v11.0" example "ble_ancs_c" for nrf52_DK(PCA10040) .
when i connect to the nrf_device from ios device i am able to pair and connect to ancs client...
Hi,
I'm using the example nRF5_SDK_11/examples/ble_peripheral/ble_app_uart witn a pc10028 board. The central is done on a linux machine with a python program under bluepy...
Hi,
We would like to use the nRF52 in the following way:
BLE communication via S132
button / IRQ to wakeup nRF52 application
put nRF52 to sleep after BLE communication...
As we known,RSSI means Received Signal Strength Indicator,TXPOWER decide the power of output port.How do the two factors combine affect the device work?
Hi I spent a few days on trying to setup a thread external commissioner using Nordic nRF52840 and RaspPi 3 as a border router.
First I realized that border router implementation...
Hi
I'm having major problems implementing current time service client (cts_c). I've run ble_app_cts_c on my device and it works fine. I copied the relevant parts of the...
Bluetooth SIG recently released BLE Mesh standard 1.0. Is nordic mesh compatible with the new released SIG standard?
If not when is it planning to release a SIG compatible...
Hello,
I did used nrf_drv_spis.c (SDK SPI Slave) with nrf_drv_spi.c (SDK SPI Master). And I notice that both module configure SPI MISO line as input without any pull (neither...