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,
The customer, T&D would like to registrate their product to Bluetooth SIG.
Then, design number shoule be required, however, regarding SDK3.0.2, there isn't any...
I am working on an nRF54L15 project and started from: C:\ncs\v3.0.2\nrf\samples\bluetooth\peripheral_uart as the base. I would like to trigger an interrupt once every second...
In the reference schematic design of the 54L, why does the RF circuit use three LC circuits? What is the purpose? This approach would likely result in higher insertion loss...
I have made a PCB using a BL5340PA module, to start i have tried a simple code to see log from RTT using the SWD SWCLK pin, i am using an NRF5340 DK as debugger/programmer...
Hi apparently the examples are not working out of the box. I do not see any documentaiton on what has to be done for them to work. Can you advise me on what i shoud do to...
This table for the absolute maximum ratings isn't clear.
Can you help confirm the unit "y" here for RRAM retention? Is this years? Is it cumulatively years or consecutive...
I am experiencing an issue with my nRF52840 DK board. When I initially connect the board to my PC via USB, the debugger LED (LED5) blinks briefly but then turns off. Additionally...
Hi,
I'm looking for some guidance.
I'm using a HolyIoT nRF54L15 dev kit to evaluate their nRF54L15 module.
I am currently looking power consumption.
I have tried the...
I'm wanting to repetitively read the SPI buffer as a master to check a status bit. I figure there's no sense in using the DMA when I can read the SPI RXD buffer directly....
Hi
I am trying to use the two GPIO pins. One GPIO pin is configured as a input and connected externally to a button.
The second is configured as an output pin. I want...
I am trying to complete the course "nRF Connect SDK Fundamentals" using a nRF52840 DK board (version 3.0.0) connected to a Mac Mini (Intel processor) running macOS version...
Hello,
I'm experiencing high current consumption with Zephyr OS. I'm using SDK 3.1.0 and the device still draws about 900 µA, and I don't know why. Although I have a custom...
Hi all, I am going through the beginner course and am using the MPU-6050 over I2C. I am able to communicate with the board where I get the WHO_AM_I. I can also read from the...