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...
Hi,
I'm using the SDK11 and SD130 on a custom board which has a nrf51822.
I connected via SPI to a DSP that sends and receive audio.
My handler of the SPI is as it follows...
I'm trying to send a set of 246 bytes by uart fifo. I have a PC side which retreive the data, but I always miss some bytes (4 to 6).
I'm checking app_uart_put return and...
Hello,
I would like to use the nrf51822xxaa as BLE gateway for an ARM application processor (connected through the UART).
I successfully cross-compiled pc-ble-driver...
Hi..
Can i use both observer and broadcaster roles concurrently in s130 soft device..?
Is any TDMA needed to do this..?
Is it possible to do without stooping the other...
Hi,
I have read the S132 Softdevice specification v3.0 and just want to make sure that my interpretation is correct. There are two scenarios I would like to verify:
...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
When...
Hi,
As a beginner, I'm trying to have CDC J-Link Uart port work with my laptop. I'm using nRF52 board. When connecting the board to my laptop (windows 10), it displays...
Need some help on the tcp server example in the IoT SDK.
All steps working but the python script gets Connection refused.
bash# ifconfig bt0
bt0 Link encap:UNSPEC...
(nrf52832 PCA10040)
Hello. I'm trying to go along with the ble tutorial (advertising, service).
I download before last version of sdk 11 because with last 12 it's not working...
Hello everyone,
I have 2 chip; Bluegiga and nRF51-DK
I can easily advertise my custom service in Bluegiga chip. As you can see, nRF Connect application shows my service...
I think one way or the other the struct ble_gatts_evt_t must be correlated with the GATT profile, that is, ble_gatts_evt_t should have services and characteristics as its...
Hi,
> Context:
I run a baremetal application that I would like to enhance with bluetooth.
I am considering a BLE module from NS.
I currently have a SoC (nanopi...
I have created a nRF52 based peripheral device which is used to stream sensor data to a connected central device, usually an iPhone. I can stream data, reliably to the iPhone...
I have an odd situation. I've been using an iPhone 5 and 6 to connect to, and test against, both an nRF51 (redbear nano) and the same code built for nRF52. It works fine....