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...
Hi, the latest version of SDK is 14.x.x, by principle I should be using the latest, except by going through the SDK14 folders I get the impression that it is exclusively for...
Hello,
This is related to using Seger embedded studio on a mac for thingy52.
With all the amazing help from this forum, I am trying to compile and upload FW onto thingy...
Can we send scan response packet with advertising packet in non-connectable mode? I have taken eddystone beacon example given in SDK 12.3.0 and s130. My beacon has to advertise...
Hey guys,
I'm just being very lazy today and I just skimmed the datasheet for <nRF52832_PS_v1.0.pdf> but didn't manage to find if there are any "pin-muxing" limitations...
Yet another app_uart_fifo question.
I'm using SDK 11 with uVision.
It is my expectation that, if using HW flow control and a FIFO to RX, no received characters should be...
I am writing drivers for external ADC and I need to write my own SPIM driver using hal of NRF52 SPIM. However, after trying for a day I am not able to see my waveform in my...
Hi,
I am using ble_app_blinky_c_pca10040_s132 project, but I found it cannot output log, by using NRF_LOG_INFO. I have tried some ways, but it didn't work. I need your help...
Hi,
I'm in the process of porting code from a PCA10000 rev2 board to a custom board, using the ISP130301 integrated MCU (contains a rev3 nrf51822 IC). I'm using nrf51 SDK...
Hello,
I'm using a modified version of the serial example of the SDK 13.0.0 with a PCA10056.
The modification are that i use nrf_serial_read in non-blocking mode (timeout...
I am using SD132 V5 and SDK 14.1
I found the sd_ble_gatts_characteristic_add() is being used in most of the example projects, but I suddenly found the characteristic_add...
I have nRF52 on both central and peripheral. I'm getting the RSSI value on the central by looking at the RSSI field in the ADV_REPORT event. I see the RSSI values has a wide...
Dear Thread-experts,
I have troubles with your Thread CoAP Cloud example. I am using:
Thread SDK V0.11.0
Border Router V0.11.0, ethernet (not Wi-Fi)
cloud_coap_client...
Hi Folks, I am playing with uart ble example described in this link ( devzone.nordicsemi.com/tutori...).
I would like to make BLE uses a unique AA (Access Address) rather...