Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hello.The SDK version I'm using is 17.0.1 and the protocol stack version is S140_7.2.0. I use the nrfutil to generate the update zip file for dfu,but I find that the nrfutil...
Hello! I have the whitelist support for my device with the default settings:
My goal is to rewrite saved addresses in the whitelist, when there is a new 9th address bonded...
Hi,
I'm working on adding the buttonless DFU function to my application. It works fine when I disable NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY in sdk_config.h . However,...
Hi everyone.
I have a custom board with nRF52832. I am using J-Link for programming. In my custom board, SWD pins are exposed. So I can erase nRF52832 succesfully and programmed...
I have recently switched from development with the nRF52832 to the nRF52840 and along with this switched from the nRF52-DK to the nRF52840-DK. I am unable to connect to the...
Hi everyone,
I try to connect simulatanoues 12 BLE devices to a Linux PC with Bluez.
You cannot go above 5 with commercial BLE controller.
So I want to use the dongle...
As many others have found, and answered questions here and here and in other posts, DFU will prematurely exit IF you have enabled WDT in your application, as the current Nordic...
Dear Nordic Engineers
I recently encountered a problem when developing NRF9160.I developed it based on the example of asset_tracker_v2.Now I have an .a file of an encryption...
I am using SDK 15.2 with Segger Studio
I am using an external button on pin 4 to enter sleep mode on a long press and wake up the device.
I am able to enter sleep...
Hi
I am using sht85 to detect temperature/humidity in my Light lightness server code
In the original server code, by pressing 1 or 2 you get to either decrease or increase...
Hi,
I'm working on a project using the nRF9160 (NCS V1.7.1, V1.3.0 modem firmware) and am utilizing the 1PPS signal.
It is working well, however when the fix is lost...
Is it possible to get access to an old version of the Bluetooth App in nRF Connect Desktop? There has recently an update that has proven very unreliable. It constantly crashes...
Dear NCS experts, can you please lend a hand at configuring gpio input pins at nRF Connect SDK (1.7.1)? Here's a short code snippet that configures pin 3 as input: This is...