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'm trying to communicate with legacy nRF24L01P using nrf51822.
I received packet from nrf24l01p, but I can't send information back.
The data I should send is more...
I use the persistent storage manager for saving some calibration parameters. It seems to work ok - I can power off/on, and the values are still there.
However, after I...
Hi. I would like to get into bare metal programming, and have decided to go for ARM processors. Are there any ns-kits or courses availible for purchase?
thnx in advance...
I have a few questions regarding power-fail comparator (POF).
How much current POF consumes? About the same as low power comparator (0.5uA) or lower?
How will softdevice...
Hi,
my firmware works fine, but when I tried to do DFU using the master control apk, it would get to the download screen and then quit.
This is the text:
DFU version...
I wonder if I can ask about the leds intensity control:
I need to control the led intensity without the PWM because I'm using the softdevice & PWM didn't work with it,...
Dear All,
I'm trying to set a static passkey. I have created 2 custom characterestic. One characterestic is used for notifications and the other one for writing. For communication...
I'm making a peripheral device that should be powered off most of the time, but never idle if on, so I want to make sure that it is always (1) connected, or (2) advertising...
Now I have a project to build the schematic.
a, 5 LED indicators(0603) were driven individually by GPIO port directly, serial with resistor, then pull down to GND.
Is...
I installed nRFgo Studio Version 1.20.0.2 (which removed my older version) and was trying to program a softdevice (5.2.1) into our custom board and was presented with a popup...
Hello, I just received the nRF8002 development Kit and want to connect it to my windows 8.1 64bit machine. I get errors that there is no driver. Tried downloading the latest...
Hi, when calling sd_ble_gap_address_get from APP i get 0xXXXXXXXX4F and when i call it from DFU i get 0xXXXXXXXX50(X beeing the same), why is this? Is it a feature or a bug...
Hey Nordic--
I updated my Keil project from SDK v8.0.0 to v8.1.0 and immediately get some compilation errors due to redefinition of symbols.
In nrf_sd_def.h, I think...
Hi everyone. I have a strange problem. As we all know, there's a bug in SDK8.0.0 that dont allows to infinite advertising. To work this around i set advertising interval to...