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...
Sorry i'm survey in forum ,and try for a week , the problem still there , please help me !!
I'm try to compile APP1 in IROM1( Start:0x1B000 Size:0x4650) ,APP2 in IROM2...
In Nordic's example GCC projects, the Makefile of the SD examples have -DSOFTDEVICE_PRESENT defined. However I noted that even though it is defined here, in nrf_drv_common...
I have a 1 second app_timer running which increments a 1 second variable used as unix time. We have a 32Khz Xtal, etc, which should result in good accuracy.
I have noticed...
The QFN package has an exposed gnd pad. Are thermal vias required in this gnd pad? The reference design has a 4x4 thermal via array. I believe this is only there because Altium...
Hello,
I'm using a BMD200 module (with a nRF51 chip inside) and the custom_board.h provided by Rigado along with their EVK. I'm also using a BMD200 on a board I developed...
Hi There,
Under what condition(s) would a master skip a Connection Event (i.e. not transmit to the slave)?
We are currently testing using v12.1 SDK. I have configured...
After connect I try to find a service using MasterEmulator method DiscoverPipes() . I'm using event masterEmulator.LogMessage += OnLogMessage; to print logs. First it write...
I'm trying to implement an application where one board updates another board with Nordic's DFU service. I'm using the NUS client example as a basis to develop the BLE central...
Hello,
I am working with the nRF52 Development Kit and the Enhanced Shock Burst Protocol. I am trying to send Data from one Development Board to the other with static Payload...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Hi,
I want to check if the FW is properly loaded into the chip and the chip is locked. Reading APPROTECT hangs the chip even if SD is not enabled. I assume APPROTECT is...
Hello,
I work on application (written in C, compiled with GCC) which use pc-ble-driver 1.0 and nRF51822QFAC with the ble_connectivity (S130 v2.0.0) as BLE Gateway. I need...
Hi,
Anyone around that has good experience designing nfc antennas?
I'm in need of a pattern that is about 50% the size of the flex that comes with the nrf52 kit.
Doable...
Hi @ all.
I have a strange behaviour that I can't get rid of. But first some specs:
SD130 (2.0.0)
nrf51822
SDK 11
custom board
I have an application...
Hello, I'm south korea student in dongguk univ.
I use keil uvision4, nrf51822, s110 softdevice I need check the run-time.
ANd i like to check the runtime.
So i used "app_timer_cnt_get...