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 have a general question for BLE advertising, if several BLE peripherals broadcast simultaneousl(the advertising packets contain information the peripherals want to send...
1、how long will it take for me to cache?
Once I call sd_ble_gatts_hvx, assuming tx_queue is large enough, how long can I cache data to softdeivce?
For example, I called...
Hey, I'm just starting to develop an ANT device on the nRF52 devkit and am trying to modify the provided example to gain an understanding of the functionality.
What I have...
Hello,
I'm designing a board in which cost is a very important factor. I don't need a lot of the GPIO pins of the nrf52840. Are there any 2 layer reference designs available...
Hello All,
I have the following queries on low power consumption mode,
To update you on power saving tests that we performed at our end, here is our observations:
...
Hi all,
We need to develop a communication channel between 2 Controllers
One is Master controller and another is Slave controller
Master controller will send Data...
I'm developing a central providing NUS client service to multiple concurrent peripherals.
I use nRF52832 DK and SDK14.0, s132_nrf52_5.0.0.
I Want that NUS central can...
Hi,
I am working on another project.
I want to make BLE and USB BULK communication operate at the same time.
My development environment is Keil,
It uses nRF52840 and...
According to the point above
link text
i bought the thingy but i did'nt think about the jlink ..
you can add me to the advent calendar ;-> for a nRF52 DK because...
I understand that the connection parameters viz. connection interval, connection supervision timeout and slave latency are negotiated between the BLE Central and BLE Peripheral...
We currently have a SPI interface between MSP and the Nordic nRF52840. In the DTM documentation it indicates UART is used to command the tests. Is it possible to do this using...
Hi,
I have 5 nrf52832 and nrf52851 beacon boards. All nRFs working in the beacon mode. They all in the same room. I tring to get a list of the active beacons the module...
Started out with the ble_nus-exmple. Added logging of a sensor to flash, and got it to work in SDK11, even without using the sd_flash*-routines, but writing/erasing directly...