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...
Hello,
I have an nRF52 connected (as central and device) and i with to detect ibeacons arround. It's blind during connection but how can i improve my hit rate ? How can...
Hello.
I used nrf51822 central and peripheral.
I want to general mode after direct test mode, because massive production test.
but, source code keep stay direct test...
Hi Everyone,
i'm using ble shield with arduino mega and android app , i need to recognize the ble device disconnection ,how do i get that?
please help me as soon as...
Hi,
I am trying to transfer large amounts of data over BLE, to a large amount of devices so speed is critical.
So far, i am able to send the nRF51422 (S110 V8.0.0) a...
Hello, I looked through the forum and tried some examples but it did not work for me.
My aim is to write cccd from peripherals side (Softdevice used S110).
As the result...
Dear Nordic Team.
I have using hardware P/N PCA10028(DK Board) and PCA10031(USB dongle) for both used chip 1422. I have tired to finding FW for ble-sniffer for 1422 chip...
I am using HID example with nrf52, where firmware allows connection from proprietary HID host, e.g. PC as virtual (BLE) keyboard. When connection is established, I use button...
I am working on implementing secure DFU.
I am currently using s132_nrf52_3.1.0 (production).
I believe I have the latest nrfutil which is 2.1.0 .
When I use command...
Hi,
I am working on RTC sample example in SDK12.0.0. The compare event in it triggers after 3 seconds. In my application I want to trigger the compare event every 10 seconds...
Hi.
I'm using NRF Connect v1.0 on a Windows 10 PC, together with an nRF52-DK (PCA10040).
It works nicely with the connectivity firmware 1.0.0 that the PC app offers to flash...
Hello, I'm looking into this particular issue and are now having some concerns. Namely:
My firmware size currently stands at 30k. It's not big, but definitely not...
Hi
I set the attribute request when receive a notify
case BLE_ANCS_C_EVT_NOTIF:
m_notification_latest = p_evt->notif;
notif_print(&m_notification_latest...
Hello, we are working on a project where we use the nrf52836 with a BMX055 sensor.
Due to BLE, we have to use a softdevice.
For now, we are using this version of the sdk...
Is there such a thing? For ultra-low, harvested power, how do you recommend powering the nRF5x: load switching Vcc or leaving Vcc connected and hold the reset pin low until...
Hello,
I have got the nRF52840-PDK, and I usually use CrossWorks, so I spun up a new project based on SDK 13, examples\peripheral\blinky and flashed this using default...