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...
Hello,
I added an extra opcode to the DFU Control Point characteristic so that I can jump to the main application by writing to it. The problem is that whenever I do that...
Hi there,
quite a beginner here and tring to figure some stuff out about the nordic programming style.
when sniffing around the given examples in the newest SDK(SES...
HI,
I got 2 nRF52840 dev kits and I'm interested in testing the long range layer (LE coded PHY ) between the 2 modules, also scan for the second module RSSI value.
I...
Hello,
This is my first time working on BLE and Nordic, so this might sound strange.
I am trying to update data on the fly when the central requests char data.
I have...
Hello,
I am designing a 2 layer board with NRF52832 IC. I am following all design considerations and reference design mentioned in IC's datasheet provided by Nordic. I have...
Hello,
I am designing a PCB with NRf52832 IC. I have a query regarding the width of the feed line. In reference design files, the width of the feed line is 30mil. I have...
Hello,
I want to receive the More data ( >20 bytes ) in nrf51822 Board from the nRF ToolBox UART module.
is this possible?
What will be changed to be done in peripheral...
Hi,
I have designed a custom PCB using NRF52832 IC.I have followed Sparkfun NRF52832 breakout board for placement of NRF52832 IC core part(including antenna) which is similar...
Hi,
I am using nRF52832 with NUS and buttonless DFU running well next to each other (SDK13). Instead of the standard way to jump to the bootloader (writing a 0x01 to the...
We have a device running SDK 11, without a crystal. It was using:
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16,
.rc_temp_ctiv = 2}
...
Background:
In a previous posting I had asked if anyone knew of BLE connection parameter guidelines for Windows 10.
The general response was, yeah ios has BLE connection...
Hi all,
I have a use case where I have about 40 buttons that can be pressed anytime. I need know when these buttons are pressed on multiple receivers devices. So every...
Hi ,
I would like to know about Bluetooth 5 compatibility with smart phones having Bluetooth 4.x
The observation is-
a)the android application scanning for BLE device...