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 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...
I am testing the ble_app_blinky example on nRF52840 BLE SoC and the "nRF Blinky" Android application example which uses the Android-BLE library from NordicSemiconductor. My...
The current implementation of Mesh Config using the flash manager lack a memory listener which can cause it to never retry a store or delete operation.
Assume the following...
Dear Sir,
Could you please recomend board(hardware) that I could move my code that was developed using NRf52 SDK.
I am using ANT functionaluty and s212 software
Best...
Hi Nordic,
I had an initial project with a multilink central connecting to several peripherals through a NUS service, the system is working OK but then I added another connection...
I am using PCA10040 development board for flashing.Same it was working fine to flashing the Custom board.
Now suddenly not flashing to the custom board same board which...
I am planning to use CP2102 (USB to UART) and RF-BM-ND06 NRF52840 bluetooth module for sniffing BLE packets .
Or as an alternative for Nordic Bluetooth USB dongle.
But...
Hello, I'm pretty new to Nordic devices but I have already some experience with other ARM based devices though...
I'm playing with Timers bare metal instructions and figured...
Hi
I am currently trying to get the antenna switching working on the nRF52833 DK. I have an SPDT RF swtich which I want to use for switching between two antennas. I want...
Hi,
I've already asked this problem few days ago, but I couldn't figure out the clear answer.
The above figure shows the VDD values of BLE chip. The power supplied...
0> <debug> nrf_sdh_ble: BLE event: 0x26. 0> <error> app: Fatal error
I started with the nrf_tempelate project and used nrf_uart to add uart service. It works fine but after...
Hi,
I want to know that, can we use this nrf91 for transferring the real time data with tab or mobile phone beyond BLE range. I mean, do we analyse the real time data from...
Hi:
I have no dongle or any other Dev board such as PCA10031. Can I use nrf51822 and cp2102 as a usb dongle to work with MCU of PC? If the answer is yes, what should I do...
Hi All,
I am trying to decrypt some data coming in on my board with AES ECB mode. I know that there is no decryption function for ECB and you have to use the same sd_ecb_encrypt...
Hello, We are completing a project where is used the BLE device nrf52832. The product is composed by 2 devices: a peripheral and a central (both with nrf52832). The broadcaster...
Android update its repository android.support to androidX, so Nordic sample code of nRF_UARTv2.0 must do some editing to be a exectable code with the App,
Now we have met...