Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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'm trying to setup 3 server and 1 client.
Currently, I encountered a problem that a successful provisioning to 3 servers happened only when the power of client is...
I tried importing the Keil 5 SDK 13 project from github.com/.../nRF5-ble-timesync-demo into Segger.
I followed all the directions from devzone.nordicsemi.com/.../ However...
Hi,I have trouble when I try my nRF51822 board with example program of hrs. I use nRF Master Control in my phone to connect with my board.scanning is ok.But when it try to...
Hi guys,
I'm investigating on a problem we found in our system. It seems not related to our custom pcb or firmware, you can replicate it with the following setup.
Setup...
I will need to store some data (and edit it again later) and fetch it later in the nrf51dk even after turning it off and back on.
How can I store such persistent data in...
Some situations like heavy ble activity causes the nrf52832 to restart without hitting breakpoints in the NVIC_SystemReset.
Assuming there aren't any hardware issues, is...
Can I use J-Link EDU for nRF52840-PDK , nRF Connect , please?
Is it sufficient?
What the J-Link PRO provides for nRF52840-PDK, nRF Connect that the J-Link EDU does not?
Question preamble
I am writing a bluetooth application where two nRF5 devices will be in a master / slave configuration. However, I want to be able to flick a physical...
Hi.
I have an application that needs a low security encryption. Therefore I want to use "Just works" encryption. The pairing process is assumed to be in a "safe" place...
I am having a strange problem. After I flash the program to the NRF52 and do a reset (does not matter whether it is a soft reset or pin reset) the system (DK and my own board...
Hi,
i read this post:
devzone.nordicsemi.com/.../
and found the PCA20006 project but i cannot load it to the beacon. I can find proper instructions on how to load...
I had initially added ble_dfu buttonless DFU support (unbonded) to my app per instructions here: infocenter.nordicsemi.com/.../service_dfu.html
Long story short, based...
What unique information can I use to know which physical device disconnected for example? Say I have a MAC address or a name encoded into the advertising packet. Correct me...
Here the connect method is called
err_code =
sd_ble_gap_connect(
peer_addr,
&m_scan_params,
&m_connection_param,
APP_BLE_CONN_CFG_TAG);
In the ble event...