Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
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
In my project, we wanna transmit large amount of data from UART master to nRF5182, and then to iOS7. Baud rate is 19200. Feed-in speed is near 2KB/sec. BTLE transmission...
I am trying to use this android app to read/write values from my nRF8002. Every few seconds I get a request to bind to the board, even if I already accepeted to bind to it...
I have a example using nRF24LE1.
So. I want know what can I change that example. or how to I get nRF24LU1+ example.
nRF24LE1 example is this.
/* Copyright (c) 2009...
Hi all!
I got a little problem with my ble device.
That is: my device takes system_off mode as initial mode, when being pressed the button, it will wake up and start advertising...
I am using UART0 for wired communication and S110 for Bluetooth LE communication at the same time, using HRM profile. System seems to work as expected, I get log output from...
I am using the nRF51822 to communicate with a HRM (and nothing else), but I intend to use the power of the ARM to control other sensors and process the received data. I use...
Mother board :6310
IAR: IAR Embedded workbench for ARM: 7.10.1.6735
IAR Embedded Workbench common components 7.0.2.3053
Softdevice: S110_nrf51822_6.0.0
sample Project...
I am able to debug in windows using uVision, and now I port it to use eclipse in mac,
however, I am getting GDBServer will be closed error, anything clue what did I do wrong...
Hi,
I am using Nrf51822 custom board.
i want to store Nordic temperature value for every 15 minutes .
i dont want to use polling method.
Kindly suggest me how...
Hey folks,
I am currently trying to use my nrf51822 evaluation board as a beacon. This is working pretty well but I need to have it broadcast its current battery level...
Hi,
I am using the following security level for my nRF5188 device.
BLE_GAP_CONN_SEC_MODE_SET_ENC_WITH_MITM(&bas_init.battery_level_char_attr_md.cccd_write_perm);
BLE_GAP_CONN_SEC_MODE_SET_OPEN...