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...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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...
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...