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...
A makefile project using SDK 15.0.0 that compiled under GCC 7.2.1 no longer compiles under 7.3.1 with these errors:
../../../../../../external/segger_rtt/SEGGER_RTT_Syscalls_GCC...
Hi
I am trying to run the light_switch example, following the steps provided in this link . I have one Development board and 2 custom boards. It asks for Segger IDs for...
Section '5.2.1.1 Sleep' of the nRF9160 Production Specification v1.0 identifies SLEEP power with no RAM retention. My application will require partial RAM retention during...
Hi
I am trying to start development with Bluetooth Mesh. As per the documentation here , I have installed nRF Command Line Tools. While running the python script "quick_start_demo...
Hello All,
We have a custom board with nRF52840 and I believe, we have problem with the HFCLK.
We are trying to test our board with the ble_app_blinky example and it works...
I use Nordic 52832 as the master-slave machine with pairing and binding at the same time. I can get all paired peer_ids, but how do I know if this is a pairing binding when...
I am using nRf5 SDK v12.2.0 for nRF52832 based custom board.
Let me know, How can i build SDK example with Keil uVision ?
What should be pre-requirements for it ?
Hi, we're looking for specific products but are having a hard time finding them, especially Long Range versions.
- beacons that use the 52840 for Long Range (something like...
We plan to use 2x nRF52840 in our new product design, and want to know if they can share a common 32kHz crystal. From the following discussion it appears to be possible, but...
Which is the preferred way, accessing sensor via the TWI
1) NRFX_Driver
2) TWI HAL
what options do I need to select in the SDK_CONFIG.h to use the twi_driver api.
Hi all,
I know this question has been asked before, but a long time ago.
Is there any emulator for the nrf51 that I could make use of? I've tried using QEMU , but...
I have a peripheral and central units, both based on nRF52832.
Both of them have to be able to initiate a messege to the other at any time.
Both of them have be able to...