This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board and a series of nrf52840dongles (provisioning and configuring inside the software and...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
I am using nrf5340 in my project. We had to replace flash memory but need a replacement with the same layout. So I am currently looking at w25q01jvzeim or w25q01jvzeiq . The...
Some months ago, I was told that a new BLE DFU Bootloader with code signing/encryption was expected before July.
Can we get an update on the expected release day?
I find "led_radio_example" and "button_radio_example" as 2.4G transceiver with nRF51822.
Is there any example source code about how nRF24L01 can talk with nRF51422?
Hello,
I'm modyfiyng a NUS template. I noticed, that when I move to far with my Android phone (with the nRF UART v2.0 app) from the NRF51 PCA10000 board, it disconnects...
The above mentioned example ( here ) is the one that is available in GitHub.
I want to implement bonding with static passkey based on SD110 v8 and nRF51822 with Device Manager...
I've tried to drop in all non-main code from the spi 5W example into my program and I keep getting the following errors:
.\_build\nrf51422_xxac_s110.axf: Error: L6218E...
Hi -
Looking for a layout review of the NRF51822 antenna and oscillator design attached. The two main questions are:
Is it recommended to remove the copper ground...
Hi,
any plans to release firmware package for nrf51822 smart beacon using Soft device 8 and SDK 8? Thinking I better ask before I start adapting it on my own.
thanks...
What is the pinout on the DEBUG OUT-pins?
How do I adapt the code to work both with dev board and an external chip?
There are BSP stuff I probably can't use that I use for...
I am using S110 7.1.0 which I know has the ability to unblock the CPU during Radio Event. However I would like to do the opposite and increase the time between a Radio event...
Any news on the new specification for S130?
I am trying to find out the concurrent power profile. It the power management section it said that it has not be characterized...
Well, I've ordered my preview nRF52-DK and might get it by the weekend. I have not been able to find the schematics and design files on the main Nordic site, or the new infocenter...
This project is a HRS example from latest SDK, without any modification. I use nrf51 DK board. WHen I debug, I get hardfault after some type. Try to run the code under debugger...
Hi,
we used NRF_UARTE_Type POWER for the "peripheral power control" of the UART interface on nrf51 - works fine.
After trying to port the nrf51 to nrf52 I found out...
The question is: how to completely turn off PWM in SoftDevice?
I am using the libraries nrf_pwm.h and nrf_pwm.c in this repo for PWM with SoftDevice. Everything seems to...