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...
We use FreeRTOS with nRF SDK driver library. The driver library is working well because it doesn't dynamically allocate any memory. So I can simple take entire memory block...
I'm facing some problems when trying to run my custom board on standard batteries.
The device boots fine but when the LTE modem connects I get a reset.
The nrf9160 is...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
I need high performance data transfer, so I review throughput sample. C:\Users\user\ncs\v1.9.1\nrf\samples\bluetooth\throughput...
We are using nRF9160 (Development Kit), SDK 1.9.1 board with "serial lte modem" firmware. We are trying to get AGPS coordinates (using an external antenna), but for some reason...
In the nrf5340 development process.I compile an app core hex from project A and a net core hex firmware from another project B. what method can I quickly obtain a merged firmware...
Hi,
I'm trying to get the maximum possible throughput from a peripheral device, sending notifications to a central. I compare the throughput between 2 PCA10040 boards...
Hi,
I'm using s140 trying to connect up to 8 devices to windows BLE adapter and BluetoothLEDevice object, I have 2 problems,
1- the maximum throughput with different configurations...
Hi All!
I am using Segger Embedded Studio and nRF5_SDK_v15.0.0 .Available kits for testing are nrf52833DK and rak4630(nrf52840).
We want to test nRF52833 support on long...
Both NRF were programmed thru USB NRF connect for Desktop programmer.
Both NRF are running the same soft properly.
To demonstrate the final look and put the dongle in...
Hello,
In my project i am using nrf52810 with my custom board for pushing data to UART so i have used UART example code for this but UART pins are connected 20 (TX), 25...
Hi
I'm working on a Zigbee network, and I want to have a few End Devices (ZED) connect to a Coordinator (ZC). And it's fine, I got that working by using the zigbee_default_signal_handler...
hi
i develop software with the nrf52dk, success with program it with nrf command line tool.
now i want to program the application on the nrf52 dongle but with no success...
I am trying to use SDK version 17.2.0 to develop a package (Boot Loader + SD + Application) for our product based on the PCA10040e board with an nRF52810 SoC.
I soon realized...
There is a serial interface in the nRF SDK that makes it easy to serialize mesh data over serial
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...