Hi ,
I would like to use an external GPS active antenna on the nRF9151 EVB for testing (J2), does it disconnect the on board antenna GPS ? should I connect/disconnect any...
Hi,
I am trying to optimize my nrf52840 application for power consumption. If I run simple loop using nrf5 SDK i get ~1.2mA. However with similiar code on Zephyr: I get...
Hello everyone,
I'm having an issue with my nRF52840 Dongle. I can detect the device with nrfutil device list command, which shows:
> nrfutil device list DC1D9FD62EC5...
Hello,
I would like to ask how to update the appName field in the shadow register on the nRFCloud, using CoAP protocol.
I was able to change the appVersion by passing...
Hi,
We are on NCS v2.9.1
We have an existing project on based on the nrf52832, which we use as a hci_spi controller. There, CONFIG_BT_LL_SW_SPLIT is set. We are now porting...
Hello, We are developing an application with nRF52810 based on nRF Connect SDK V2.4.1. The application is utilizing the BLE connection, particularly the NUS Service (emulation...
I am using the Zephyr SPI driver to control a WS2812 LED strip through the SPI interface. Since only the MOSI line is required for communication, I want to configure the SPI...
i am making something about dfu!
i read some message from "readme.txt"
such as :
Program initial SoftDevice
Make sure the device is cleared (nrfjprog --eraseall...
I have trying my best to find the url of ''nrf51_sdk_v6_0_0_43681.msi',but there is nothing i got, i need some help.
Do you know somthing about it? thanks!
Edit: One...
Hi,
We're using the SPI to communicate with a device that, when powered up, supports only up to 3Mbps SPI frequency , but after a while can work with higher frequencies....
Hi,
We have a customer requirement that he want to setup the ANCS service bypass pairing. It looks TI CC2541 could do so as below URL. Do you think it could be done from...
Hi. We're looking at nordic modules for a range of new miniaturized health sensors.
Does anyone know how to compute the current consumption of a BLE module given the data...
Hi!
I've quite wired problem with PWM based on NRF_TIMER.
When I modify CC value to adjust current value to desired value slowly (function is fired from outside event...
I have written application similar to ble_app_temp (posted by Ole Morten) and during the test I noticed that current consumption is extremly high. I used brand new coin battery...
I have writable characteristic on the server. As far as I understood there are at least two ways to access to its value: one using ble_evt_t and BLE_GATTS_EVT_WRITE another...
Hello,
i have seen here a extended version of Spi-Master driver:
devzone.nordicsemi.com/.../a00006.html
With funktions like:
-spi_master_send_recv();
spi_master_get_state...
I'm using the reference design for the WLCSP nRF51822 package, and I noticed that there are 2 pins (G3 and G4) that are listed as N.C. (No Connection) in the product specification...
Hi,
I am upgrading SDK from 5.2.0 to 6.0.0 working with SoftDevice 7 and I am facing a problem in relation with ANCS.
When I am pairing the phone (IOS 7) the first time...
Hi.
I have been trying to store data in flash by using pstorage.
What's the difference between pstorage_store and pstorage_update?
At the first time, I can save data...