Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
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...
Hello,
I am using nrf52832 DK and I would like to use the GPIOs port to debug a couple of signals that I genereate within the MCU.
So far I have configured my GPIOTE...
Dear experts,
I've been playing around with Thread since nRF5 SDK for Thread v0.8.0, cloud_coap_client.
I use your Border Router example with NCP example running on nRF52840_Preview_DevKit...