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,
I've been looking a bit into the nRF52 product specification and I was just wondering how powerful EasyDMA is under extreme conditions.
Let's assume the following...
I am currently working on a device using a nRF905. We want to use the device in Region 2 (USA).
This means that we need to use frequency hopping between 902 and 928 Mhz....
Hi,
I'm implementing a simple bootloader which will not use BLE.
Application will transfer the data from mobile devices using BLE and this data will be stored to...
I'm looking for a smart solution to connect my application to different ANT+ sensors and transmit a logfile to a mobilephone via BT (and receive notifications from mobile...
Hi~ Sir:
I test S120 connect with S110 have problem ,test methods are as follows
S120 connect with S110 ,function ok.
S110 Power Off and On, the interval time about...
Hello everybody,
I've been digging through the forum and the documentation for hours now. But to be honest I don't understand the whole timer thing.
I need a simple...
Hello,
while implementing a BLE link layer, I’ve stumbled over a race condition, where I have a problem to find the cause. Maybe someone of you have an idea, on how to...
I am reading data over the duration of 3 seconds on SPI, but while I'm doing that, I need to send that data over RF using microESB library.
I need to make sure the read...
I use the chip nrf51822, However, SDK8.1.0 example ble_app_uart is base on nrf51422, what I need to do? just replace bsp.c ? and which bsp.c file corresponds to the nrf51822...
I'm tring to build a FOTA broadcaster machine using a raspberry-pi with bluez. or any other Linux small linux embedded system.
The idea is that after testing the board...
I cannot program an external nRF51822 module(program old softdevice S110 6.0.0) with nRF51-DK p20 (SWD), it give message "invalid parameter error".
and i program the 51422DK...
Hi all,
I want accive this situation. My peripheral connecting a central with a service for example hrs, then i stop the conect with the function sd_ble_gap_disconnect(m_conn_handle_peripheral...
Hi,
I am using the sample BLE_gls code provided by Nordic.
I have made the following changes in the code:
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES...
I am using nrf51822 qfaa IC (pca10004 board) with softdevice v8 and sdk9. Now I am trying to do the dfu example. I uploaded the softdevice with the help of nrf gostudio. But...
Hi,
Please correct me if I'm wrong.
Consider an application that will read 6 bytes of data from I2C at 200Hz (each 5mSec) and will stop after 2000 reads. This will be...