Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Howdy,
Part of our design process for trying to achieve the most time out of the product's battery is optimizing any pull-up and pull-down values such that when active...
Hello,
After adding pairing using static passkey to my nRF52840 board, i am facing a memory issue :
At the beginning of execution, the code stopped as if there was a breakpoint...
Hi
I have a short question:
I am currently writing on my master thesis about an self built Asset Tracking System. There should be a micro controller as a receiver...
Hello,
I am using Segger Embedded Studio to run AWS FreeRTOS bootloader demo on the nRF52840. When I try to build, I get the error cc310_bl_backend_ecc.h: No such file or...
the first (initialized) Eddystone (e)TLM frame have vbatt unset. I am using SDK 15.3. I suggest the following changes, it simply busy wait until ADC reading is finished before...
I had been programming custom boards with the nRF52840 DK both through nRF Connect and the Command Line tool without issues. I have shorted SB47 to provide power to the target...
Hello,
I am see odd behavior with SES and git repos. I was working on a branch and wanted to confirm there was no issues with the building the project before I started adding...
I am sorry to ask a stupid question as i supposed to fix firmware issue with my zero knowledge.
Before android app (central) connected to peripheral ble 52832, If I press...
Hello,
We have developed a GATT based application based on nRF5_SDK_15.0 (Bluetooth LE without mesh). We want to add mesh functionality in this code as you described in...
Hi, I am new to Nordic devices. I have purchased Nordic Thingy91 (PCA20035).
I need a small clarification on the programming/flashing the nRF9160 and nRF52840 on Thnigy91...
Hello
I am trying to operate the ble_peripheral_hrs example found at SDK 5.11 (several years ago) for Segger, but I can't found a project (*.emproj) for it.
Have you know...
Hi,
I have nrf52840 on my custom board (Based on IMX6, Running Yocto linux) which is connected over UART.
I want to an OTA of zephyr OS on that chip over serial and for...
We have a custom device that we profile with a PowerProfiler (external DUT). Device is battery powered.
We have a strange idle current: cca 5 uA for 2 min, then 900 uA ...
Hello,
I am new to the nrf9160. i am quite confused in between nRF Thingy91(pca20035) and nRF9160DK (pca10090) .
What are the steps i need to follow to get start with...
Hello:
I want to change uart0 tx and rx pin from default 28 and 29 to 10 and 11.
I know the i2c pin change need to change nrf9160_pca10090ns.overlay in app.
So I tried...