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 want to build in a reset function for handling certain error states on the 9160DK running nRF Conenct 1.6.0. In the datasheet it appears that nRESET is p0.32 and...
Hi,
I am looking for a way to count the pulses going out of a GPIO pin. If I configure that pin with the input buffer connected, how can I route that signal to a timer/counter...
Hello ,
I am a firmware engineer in Taiwan ,
I already use nRF52820 to finish one case ( cheaper alcohol/acetone BT checker.)
I used USB/ BT wireless uart / Uart send...
Hello,
I have some problems with connecting and interacting with my nRF9160. It doesn't show up in LTE Link Monitor, only got "No supported devices connected" - If i have...
Hello,
nRF52832, SEGGER Embedded Studio for ARM V4.12
We want to improve BLE transmission speed between nRF52832 and iPad mini.
Now condition and transmission speed...
I have two devices:
NRF52832_xxAA_REV2
NRF52840_xxAA_REV3
Running the Zephyr blinky sample application with the following KConfig option added:
CONFIG_NRF_APPROTECT_LOCK...
Hello,
I am trying to create a Matter device by following the steps in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_creating_accessory.html...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
We are preparing NFC with classic tag.(Not connected to nrf52832, separated custom tag) Recently I found that android cannot...
Hi, I have a question to ask: I am using ESB demo as the communication framework. One master corresponds to two slaves, but occasionally there are some problems. Please see...
I would like to implement button interrupt handler. I found two examples in nRF5 SDK v16.0.0. One is examples\peripheral\pin_change_int. And another one is components\libraries...
Hi,
I want to set up a set of four PWM signals that are delayed at a specified interval, just like how the stepper motors are run but the falling edge of the previous...
Hello all,
I am merging the buttonless DFU example with my application for nRF52805.
Everything is well, but I am running out of flash. I am therefore trying to reduce...
We are currently running v1.4.1 but want to move to the new revision (R3) to gain the RF immunity and security features.
Do we need to move to a new version of Zephyr to...