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...
I came across this a while ago, however it gives no indication as what releases, of Segger J-Link suite, each nordic J-Link OB download has been tested with.
Is there page...
Hello, I am looking for documentation on the Mesh DFU Protocol. It looks like it is the same DFU that the mesh branch of the nrfutil python app is using. I would like to do...
Hi,
I tried to use fs_erase and fs_store functions but they both return the value FS_ERR_INVALID_CFG which means "Invalid fstorage configuration". I'm working on nrf51822...
Hi,
I'm using SDK 14. I started from ble_uart application, and to use ADC as well I ported ble_app_uart__saadc_timer_driven__scan_mode (SDK 13) to SDK 14 (made changes in...
Hi,
I am implementing the whitelisting feature so that the NRF52 only pairs with one phone at a time. We require the NRF52 to advertise for 10 mins but I could only set...
IN looking at CONN_SUP_TIMEOUT below:
It says the units are 10 ms. if you take 4000 * 10 ms, you end up with 40000 ms which = 40 seconds - not 4 seconds.
Also for...
Hi,
As title, I'm the new for this.
I have one 52840 board and several 52832 boards, and one of them(sink) collect some data from other boards by using proprietary radio...
Hello,
We use nRF52832 with SDK-11 as peripheral in our project. We want to utilize white-list feature to limit the connection establishment. I have studied H ID Mouse example...
Hello, I'm trying to view the STATUS register of the timer (1 for example) but it is not display on the segger registers view ... Is it a well known problem ? Cheers, Sylvain...
I am developing application on nRF52832 with SDK14. I came across mem_section_dummy_rom and mem_section_dummy_ram sections in the linker script in the example codes. I couldn...
Hi
I have been using nRF52 in my project. I am not using provided uart drivers for one uart -> UARTE1. I am using DMA access and I have no problem to send and record messages...
Hello,
Can the nRFgo tool be used to compile/construct Gatt profile & service tables for nRF8240 devices.
If not is there a tool for construction the services (e.g. like...