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...
Hello DevZone,
I am developing a system that has a SoftDevice, UART bootloader, and application. The SoftDevice is S132 SoftDevice v6.1.1. The UART bootloader and application...
RTT seems to be mostly working using the viewer with the command:
JLinkRTTViewer -device nRF52840_xxAA
It seems I need to re-connect each time I start a debug from SES...
Hello Nordic
We are in the process of product development and at the moment we need a chip that transmits stereo audio to any BT headset. That it is possible to control...
I am using nRF52840 as a master to communicate with esp32. For esp32 i am using arduino ide and esp 32 slave library( available in library manager of arduino ide).
For nRF52840...
Hello,
I use nrf52832 with 65 kb RAM.
I can't understand why soft device takes about 30k RAM memory.
I see "reserved_ram" has 30k.
Can I change size for 20k for...
We're using the nRF52840 on a battery-powered device that requires very low power consumption, both in run mode and also in the Cortex-M4 sleep / deep sleep modes. We've recently...
Hi, I'm trying to enable the entropy driver so that sys_csrand_get() will stop returning "Entropy reseed error". Does anyone know why it's grayed out? I have tried enabling...
Hi,
I know it's a very common question, but I still haven't fully understood. There is nrf52832 on the peripheral side, there is ble dongle on the central side.
How does...
Hi,
I am trying to get a project to compile using the the segger studio. I have copied one of the example applications and converted it according to your instruction here...
Hello,
I want to add a new driver directly in my project (out of tree), so I've add the differents files, as in the picture below.
When I compile, I get each time...
HI
I used NRF24L01 module in direct mode and chose 250kbps in configuration
In TX mode : whether the data from MCU to module has to be send through exact 250kbps?
Dear Sir
I am trying to work with the ADC .
Attached a code
I get the lines
00> Adc sample 13772 00> Adc sample 13772 00> Adc sample 13772 00> Adc sample 13772...
Hi Nordic Team,
Some time facing Connection issue in Mobile app and some time device advertisement is not getting in app.
I am using below chipset and configuration. ...
Dear all, I try to self provision device by it self following steps below: Step 1 : Bind key Step 2 : Subscribe to topic
Step3 : Set publication topic
Step 4 The main...