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 was looking at the nrf52 startup code and noticed something.
The handlers for UsageFault, MemoryManagement and BusFault are there.
But they are not available in the vector...
Hello,
are there some known reasons why S120 can reset the system while BLE connection to S110 peer is lost? I have S120 and two S110 connected. When i take one of S110's...
Hi, I'm trying to work out, why p08 stops working as DO if mbed Serial is used.
Code is pretty minimalistic:
#include "mbed.h"
int main() {
//Serial pc(p15, p16...
Can someone please provide detail on the clock source for the SysTick in the nRF52? Is it clocked by the processor clock or an additional clock source? I'm trying to understand...
what's the difference between app_timer api an nrf_drv_timer
are they using separate timers or the same timers?
if they are using the same timers, can app_timer_create...
I'm trying to use app_timer without softdevice, I tried to initialise it explicitally but still not working
static void lfclk_config(void)
{
uint32_t err_code = nrf_drv_clock_init...
I have an application which uses SPI to communicate with ADC.
when I don't use SoftDevice and use nrf_drv_timer to start conversion periodically it works
but when I...
Hi,
I am using the sample ble_gls code from Nordic.
When i try to write to the RACP characteristic through an iOS code that we are developing it gives an error CCCD not...
Upgrade softdevice through OTA (old softdevice version is s110_7.0.0, new softdevice version is s110_7.3.0), when complete upgrading, the application can't work but only the...
Dear Nordic developers,
In my project there is a possibility that CPU and RADIO EasyDMA peripheral can access to the same memory RAM locations in parallel. I read from...
I try to run ble_app_hrs_c & ble_app_hrs with softdevice S132-v2, when ble_app_hrs_c receives DM_EVT_CONNECTION event, reset event occurs and restarts.
Any idea to resolve...
Has anyone got the setup described here: developer.nordicsemi.com/.../a00042.html
running using mbed instead of uvision?
If not, any direction or guidance on how to...
I use timeslot and BLE in my project.
m_slot_length = 5000; //us
m_timeslot_request.request_type = NRF_RADIO_REQ_TYPE_NORMAL;
m_timeslot_request.params.normal...
Hello,
I want to implement a single bank ble dfu bootloader for nrf51822_QFAC. I already read most of the threads regarding this topic here in the DevZone. But now I`m...
I am developing some application and I have decided to use Device Addresses to distinguish between devices. I have read device addresses of 2 chips (I have read addresses...