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 have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hello,
Currently we working on a project that uses:
- nRF9160
- Zyphre OS
- Segger Embedded Studio for Arm (Nordic Edition) V4.52
- SDK v1.2
I saw in others...
Hello, i have configured the Timer1 as follows
ISR_DIRECT_DECLARE(timer_handler){
if (NRF_TIMER1->EVENTS_COMPARE[0]){ NRF_TIMER1->EVENTS_COMPARE[0] = 0;
gpio_pin_toggle...
Dear experts.. we are trying to build a 12 lead ecg system which sends real time data to mobile phone for plotting using nRF52832. While most of the time it works ok, when...
We have an application that sends a short BLE packet to a mobile app every second, for about 15 minutes, and then shuts down and sleeps. Meanwhile, it also writes to an SPI...
SDK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s140nrf52611
HW: Custom
I am using the example for open bootloader (nRF5_SDK_15.3.0_59ac345\examples\dfu\open_bootloader...
Hi,
Our device ( nrf9160) is running application ( non secur) built with sdk 1.2.0 (toolchain v4.42) , we've updated it using FOTA download to the application built with...
Hi, Devzone.
Well, I found the calendar library from the following link. https://github.com/NordicPlayground/nrf5-calendar-example
By the way, I'm using RTC0 for Softdevice...
Hi, I want to know what is the different between QFAAB0 and QFAAD0. The IO of QFAAD0 version seems to be broken down easily.Maximum 4mA current flows into IO.
public class NotificationActivity extends Activity { @Override protected void onCreate (Bundle savedInstanceState) { super .onCreate(savedInstanceState) ; // If this activity...
The SDK version is 16.0.0. I am using NRF 52840 DK and testing the BLE data transmission with the example project BLE_APP_UART. I am using NRF Connect Desktop to communicate...
Hi! Some prerequisite info:
We are using nrf52840 boards as our peripherals
We are using v16.0.0 SDK
We are using the s113 SoftDevice, more specifically s113_nrf52_7...
I expanded the button events based on example ble_peripheral ble_app_hrs by
and everything works fine (button press and button release events for all 4 buttons) till I...
Hi
We found abnormal current waveform when running GPS as 120s fix interval and 10s fix retry.
As below pic, the first plus is A-GPS seraching, from second plus is the...
Hi,
When I used nRF52840 dongle (connectivity_5.1.0_usb_with_s132_5.1.0.uf2 firmware) to receive peripheral device notifications, nRF52840 dongle can only receive 20 bytes...