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. I have just updated to the latest nRF Connect software for windows (v3.0.0), and the latest programmer app.
However now it won't connect to my PCA10056 dev kit (see...
Today I was playing around w/ my nRF9160DK 0.8.2 and messing around w/ the Asset Tracker application. I edited the proj.conf file in order to attempt to get it to connect...
I want to read data over uart from sensor, advertise the value go to idle mode and wake up on rtc timeout to do the same thing again.
when I try to read data over uart from...
The nRF52832 chip and SDK12.3.0 implement the buttonless DFU function.
First, as you are guided by the DK board, you have already completed the tutorial.
I tried to run...
nRF52832_XXAA, nRF SDK 14.0.0, SoftDevice 132 v5.0.1
We run a single service with 2 characteristics: one for "target to host" and the other for "host to target", where the...
Help !
I use ANCS need change ATT MTU to more , but I met an incredible thing .
just change NRF_SDH_BLE_GAP_DATA_LENGTH to 189 & NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 185
...
Hi,
I was doing some current measurements and tried to reconnect my DK to my computer to put a new program on it. When I try to Connect J-Link, I get an error that says...
the link infocenter fail to download in:
(General PCB design guidelines for nRF52 series)
https://devzone.nordicsemi.com/nordic/short-range-guides/b/hardware-and-layout...
Hi,
Do you have a drawing of a recommended PCB layout footprint for the nRF9160?
I found a link somewhere, but the page didn't exist.
I need a drawing - not an Altium...
As i an trying to establish LTE connection using nRF9160.but i want to use external antenna because i will place nrf9160 module in metal enclosure. please suggest best antenna...
Hi pals!
I'm trying to do the throughput example with using 2 nrf52840DK. I downloaded SDK15.0.0 and I'm using ble_app_mtu_throughput example under ble_central_and_peripheral...
Hello there,
I've been following a guide Installing a 6LoWPAN enabled Linux kernel and required modules as a part of setting up a BLE 6LoWPAN border router on Raspberry...
I'm working on an NRF52832 product that will be intermittently powered, and the supply rail may fluctuate slowly, drifting above and below 1.8V.
I saw this post:
https...
Hello everyone
I am using nRF52840+wifi module to communication with the server via MQTT+LTS, Now MQTT communication with server was successful, Considering the safety,...
Hi everybody!
We have a problem with our product. It is based on nrf52832.
We used heart rate example in the SDK. MCU sleeps after a while if it is not connected. We have...