Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
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...
this is capture image.
what does that happen?
The debugger is I-Jet and debugging via SWD.
The connection did below. and I'll assume the red line is number one. I...
Hi
I was playing around with the new serialization code in the SDK 13.0.0 and the PCA10056. I was able to compile the connectivity code, but when I try to configure the...
hi, all
I want to run nrf's example named "proprietary_rf->esb_prx", the deafult setting of keil memory is
IROM1: 0X0 0X80000
IRAM1: 0X20000000 0X10000
It can compile...
Hi,
We want to make PCB of NRF52 and we want to buy PCB design software.
Can you guide me that how many layers of PCB is required and how many pins will be required...
I've searched for enabling notification, but there are some points that I can't understand.
GATT characteristic attributes and characteristic cccd values are dedicated...
Hello,
When I check RESETREAS, I have some reboot reasons rised from software error (SREQ).
I know that these errors are not catched in the app_error_handler because...
I am using ARM-GCC (version 6.2 2016q4) toolchain and make command to compile example code.
I have updated my compiler installation path in Makefile.Windows as well.
...
Hi,
I am struggling with the Ublox EVA7M with nRF52 on i2c and wonder if anyone can share a sample code of connecting a GPS to the nRF52.
I am unable to make the twi work...
Hello
i have Nrf52840 boards.
is this possible that one device can play both role (Broadcast + Central) at the same time.
DO you have example code or any material regarding...
I'm trying to transmit from 52832 (slave) to 51822 (host) as fast as possible, so I set MIN_CONNECTION_INTERVAL=7.5ms and MAX_CONNECTION_INTERVAL=10ms . Then the device couldn...
Hello ,
I have been testing some programmes on the nrf51 chip which is on the development board . However now I'm looking into programming multiple nrf51 chips so how can...
Hi,
I was trying to add buttonless DFU service along with NUS service. I used SDK v11. Taken the example ble_app_hrs, s132_with_dfu. And added my existing NUS service....
In my application when I disable NRF_LOG_ENABLED , HardFault_Handler() is getting called. To debug this issue I defined a HardFault_Handler() in my code and inserted a break...