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...
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...
spi.rar
Hi,
As a beginner, I want to combine spi and uart example in nrf52 11.0.0 sdk, for my application. I have included all libraries and driver files from uart in...
Hi,
I would like to ask your support for a very unusual problem that I'm facing with a project based on nrf51822.
The board under test is based on nrf51822, SDK12.1...
Hi all,
I'm trying to set up DFU over BLE - Single Bank using:
Mac OS 10.10.1
gcc 4.9 SDK 7.1 w SD110 7.1.0
PCA10001 v2.2.0
MCP 3.7.1.8567 (modified lib/dfu folder...
I've read a lot of questions regarding the AES decryption using the nrf51 where it was not possible. Is it now possible with the nrf52 or the even newer version?
Thanks,...
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...