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,
just for your information:
the function nrfx_twim_xfer() prints always a warning, even if there was no transmission error. I guess NRFX_LOG_WARNING() should be logging...
I am trying to modify the https_client example from ncs\nrf\samples\nrf9160\https_client on Thingy91 so that it will retrieve an authentifcation token from AWS Cognito. So...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
The nRF52832 acts as SPI Slave and we want to wake up from Deepsleep when...
Hi
New to using EGU, trying to use it to implement software interrupts. How do I capture an Event?
I can see how to trigger and clear an event using -
nrf_egu_task_trigger...
In the function ble_init, I am getting an undefined reference to sd_softdevice_enable during the linking process. I see that in nrf_sdm.h there is SVCALL(SD_SOFTDEVICE_ENABLE...
Hello,
I am looking for the cost effective simultaneous central+peripheral solution using nrf BLE.
The nrf52810 seems to be hardware capable of doing this but I am...
Hi, I am creating custom ble service.there i need to perform
1. character - READ , NOTIF
2. character - WRITE READ
3 . character - READ,WRITE, NOTIF
I achieved ...
Hi
I'm on a custom board with NCS 1.2.0 and modem firmware 1.2.0.
We have implemented agps, and testing with 2 units with agps colocated with 1 unit without agps. All...
Strange device crash on deprovisioning.
This is probably something incredibly stupid, but I have been fighting this problem for a week and don't know where to turn.
I...
Hello
I program the example code peripheral " ble_app_hrs -pca10040e -s112" on nRF52810 and central " ble_app_hrs_c-pca10040 -s132" on nRF52832 .
I used nRF Toolbox on...
Hi,
we are working with Nrf52 and do not need/use Bluetooth, i.e. our devices will not have the Softdevice stack installed.
I was informed that for the radio certification...
Hello, I am using nRF52840, SDK 16, SoftDevice s140 with SES. I want to configure my device first in connectable mode and then in non-connectable beacon mode. sys_advertising_init...