I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
Hi everyone,
I need your advice regarding the regulator configuration of nRF52840
I am designing my own PCB using Raytac's module MDBT50Q-1MV2 that carries on the nRF52840...
Is this the right cable to program the Thingy 91 using nRF9160-DK?
https://www.digikey.com/products/en/cable-assemblies/rectangular-cable-assemblies/450?k=adafruit%201675...
Hi,
I've developed a custom board with nRF5340-QKAA (see schematic sheet attached). nRF5340's VDD pins are not tied to VDDH pin, then I assume the nRF5340 automatically...
I tried to build the OpenThread CLI sample in nrfConnect SDK 3.1 with the version of Segger as installed by the ToolChain Manager. 4.52 on a nRF52840 DK board.
This is the...
Hi I am now aiming to progress ota with android application. Following the guidelines on ithub, I created a class DfuService, NotificationActivity. The class internal code...
HI All,
I am trying to modify the default spi example code. Here i want to toggle the SS line for every bytes transfer , Please suggest how do i can achieve this ?
If...
Hi,
I am using nrf9160 module and want communicate with cloud via NB-iot network.
But I don't have idea that NB-iot supported in India or not.can you please help here...
Hi,
I'm trying to include a library written in C++ which requires at least GNU++11. Unfortunately if I switch the C++ compiler in SES I get the following error:
Is there...
Hi there, I have been trying recently to DFU a custom device using desktop nrf connect, and I get an error message as in the following picture right after pressing start DFU...
Hello,
Currently we working on a project that uses:
- nRF9160
- Zyphre OS
- Segger Embedded Studio for Arm (Nordic Edition) V4.52
- SDK v1.2
I saw in others...
Hello, i have configured the Timer1 as follows
ISR_DIRECT_DECLARE(timer_handler){
if (NRF_TIMER1->EVENTS_COMPARE[0]){ NRF_TIMER1->EVENTS_COMPARE[0] = 0;
gpio_pin_toggle...
Dear experts.. we are trying to build a 12 lead ecg system which sends real time data to mobile phone for plotting using nRF52832. While most of the time it works ok, when...
We have an application that sends a short BLE packet to a mobile app every second, for about 15 minutes, and then shuts down and sleeps. Meanwhile, it also writes to an SPI...
SDK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s140nrf52611
HW: Custom
I am using the example for open bootloader (nRF5_SDK_15.3.0_59ac345\examples\dfu\open_bootloader...
Hi,
Our device ( nrf9160) is running application ( non secur) built with sdk 1.2.0 (toolchain v4.42) , we've updated it using FOTA download to the application built with...