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...
I'm using the nRF52DK as a nRF Sniffer for BLE, following the directions in the nRF Sniffer User Guide v2.2. I'm using v2.0.0 of the sniffer, along with the Profile from v2...
When importing projects into SES, it does not appear that SES can determine configuration macros.
For example, in the mqtt_simple project, the function "modem_configure...
Hello,
I am using light switch example for mesh with the help of BT840 module as client and 2 BT832 as servers. I have also integrated UART in both the applications to debug...
Hello, I am using dfu in custom board and physically we have other button. I have changed NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN in DFU app , but after update-ing the application...
Dear,
I just download new lib of ncs ( git checkout v0.4.0) , and SES4.16
and tried the GPS example, but i got problem:
../src/main.c:8:10: fatal error: bsd.h: No...
Hi everyone. Now am trying to reset all register values of the NRF24 to their default values according to the datasheet. When i probe the process on a saleae analyzer, i see...
Hi all,
Our company needs a BLE Sniffer and I've stopped my attention on nRF52 DK board. As stated in its documentation a SEGGER J-Link is necessary to upload the nrf sniffer...
I wrote my program on PCA10056, N52840, with fds_init() it everything was working fine. Now using the same main.c file I wanted to program a N52832 which comes to PCA10040...
I am very new to Nordic products so please excuse my ignorance.I have been trying to put my nrf52840 board to deep sleep. It seems to go to sleep but when I try to wake it...
Hi,
I'm porting code from Simblee/Arduino to Laird's BL651/Nordic SDK (nRF52810, SDK 15.3, S112). (Simblee discontinued.) For accurate timing of a GPIO pin, I use TIMER1...
Is anyone else having issues with the Zephyr shell on the NRF9160 DK? We weren't able to get it working on our code, so we went back to the coap_client applications in the...
Hello,
I was working with Asset Tracker sample and tried to add LTE device in Cambridge, UK. It worked, both LED 3 and 4 were blinking and added device to the nRF Cloud...
In advance I would like to say I’m sorry for the frustration that this message reflects…Event though I have been using the UART for some time, adding more functionality makes...
On nRF52832,
A1> Out of the Softdevice scope: if we are using RTC and have LFCLKSRC configured to XTAL source and if XTAL source gets turned off for some reason what happens...