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 can't seem to find a data sheet on the PMIC used on the Thingy91.
The data sheet shows a ADP536x and discussions call out a ADP5360.
I searched the ADI website and did...
Hi all,
I am trying to test the OpenThread protocol by using CLI example.
Path of example is nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31\examples\thread\cli\ftd\usb...
Hi,
We use the nRF51 (nRF51822) on our products with the S130 SDK 2.0.1. In order to update the BLE application that we developed, we use the bootloader (secure bootloader...
Hello,
we are would like to drive 3 shift registers simultaneously using QSPI interface. We have look through QSPI examples but it looks like all examples are build around...
Hi,
1) The LwM2M sample app uses the function nrf_inbuilt_key_write() in nrf_inbuilt_key.h to store keys for DTLS
2) The Zephyr LwM2M implementation uses function tls_credential_add...
Dear Sirs, good afternoon.
I am working in a desing that has a nrF52840.
What programming methods are available thinking in production programming stage for this chip...
Hello,
I'm stuck with a seemingly simple issue: I fail to find the place where to set the flag indicating the peripheral unit supports (only) write-with-response or write...
Hi,
I'm interested in passing a PWM wave form to drive a motor using an Allegro A4963 . There exists an Arduino library that does just that and in order to set speed they...
Hi,
I have recently received some nrf52840 Development Kits. It is written on the boxes: "Electrostatic Sensitive Devices! Do not open or handle except at a static-free...
Hello Nordic team,
I am trying to develop a long button press handler, but I am unable to find the proper documentation or example code to help with that. I am not sure...
Hi,
The overview page at https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52.html is very useful.
One thing would make it better:
If you could please list...
Hi,
I am implementing a PC application connecting with nRF52840 dongle as central (s140). I am bonding with a BLE peripheral device following this sequence diagram . Application...