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...
I want to be able to read my i2c and program logic flow within the BLE application but when I try to set breakpoints it causes the cpu to do a hard reset. How can I capture...
I have an nRF51822-DK board and so far I could not properly grab from the examples a simple thing: is there any specific initialization needed when coding?
For example...
Hi All,
I'm currently developing a network where I would like to use nRF52 SoC. The nodes in the network must be able to extend to over 100 and must be able to multi-hop...
Hello,
I've taken the example from the SDK 12.0.0 for RAM retention. I've added additional NRF_LOG statements to check if the RAM retention is happening. I do not have...
Hi all,
In the Data sheet ,i saw it is a short cut register . It is available for all the peripherals with offset 0x200.
Can you share more information about it, like...
Hi
We are developing a board with nrf51822 and we are looking for the PCB design layout guideline.
We actually went throught the PCB design tutorial on the nordic developer...
I'm attempting to build the ANT+ examples within SDK 11 and am hitting an issue in compile:
C:/Compilers/nRF5_SDK_11.0.0_89a8197/components/ant/ant_stack_config/ant_stack_config...
I'm using Arch Linux, with kernel 4.9.6 on a 64-bit laptop. Using a window manager with no desktop environment.
I'm trying to install Segger Embedded Studio 310i , which...
Hi,
I am working with nrf52DK and Sim800l, I want to send some data using GPRS commands like AT etc.
I am having a market build module for Sim www.circuitstoday.com/....
Hi,
I am using the example code supplied by the blog for reading humidity from the HTU21D sensor using TWI . My humidity and temperature readings are constant and never...
The code generated from the BDS plugin (v.1.2.4, found here: question including link to v1.2.4 ) is failing because of missing references to boolean_t and bds_boolean_encode...
Hi, I need a simple timer that interrupts every second. I'm trying to use the code from the sleep timer, but it isn't working. this device is the PRX, so i don't want it go...
Hi.
I'm using the arm_sin_f32 function to generate an array of sine wave values. However when this function gets called the softdevice crashes.
I've included:
#include...