I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Hi ,
Is it possible to send low rate telemetry data ( 1Kbyte) per day
to smartphone VIA Nordic NFC solution.
So ... the smartphone read the stored memory in nordic...
Hi teams,
As the title describes, how can I find source/destination address inside mesh model callback functions?
Is there any API functions? Or should I modify callback...
During the pairing phase, LTK will be generated for the secure connect, and no LTK will be generated for the legacy pair, but LTK will be generated for the subsequent bonding...
Where can I find documentation of http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.0/nrf/samples/nrf9160/serial_lte_modem/README.html#serial-lte-modem IP UDP low power...
Hi, I am trying to create a custom_service for my application.
I am using nRF52832 SDK_16
SES
I want to create the BLE_SERVICES
which has send characteristics and...
Hi,
I converted ble_app_beacon example to Segger Embedded Studio (using version 4.30b), as per the instructions in the link https://infocenter.nordicsemi.com/index.jsp?topic...
I configured a NRF52832 with non-scannable and non-connectable as well as scannable/connectable advertising. Everything is working fine.
But I want to fully understand the...
I have an existing phone app (using the traditional GATT system), and I would like mesh-enable my products so that if the products can see each other, then the phone can connect...
nRF51822 PS says standard drive GPIO output voltage will be VDD-0.3V ~ VDD In our previous project w/ nRF51822, I found it to be very close to VDD when connected to GND via...
Hi... i am using nRF52832 ,15.2 version sdk . I want to send the data from esp32 to nRF52832 through Rx ,Tx . I have done connections rx,tx,gnd . I can able to transmit the...
Hello,
I'm trying to setup an automated pairing for two devices. My peripheral device is advertising and should only allow connection requests from a specific central device...
I'm developing a multirole device to connect to a peripheral device that we developed earlier.
The multirole device when acting as a central device it scans for the peripheral...
To the kind attention of Nordic support team,
1. I have been using secured gazell library, where master is always polling in order to receive a message.
I was wondering...
Hi!
I'm developing a TCP server running on th e nRF9160, but there seem to be a problem with accepting clients. The code is very simple, just calls to socket, bind, listen...