Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hi Nordic Team,
We are working with two nrf52840 chips that communicate with each other via gazell. To change system settings we write characteristics via BLE. Recently...
Dear Members,
What's the setting file for "Folder setup" ?
I want to copy and paste the whole "include files" to another project,
There are many folder if I want to...
Hello, I'm building a custom app using the nRF Mesh Library for Android.
I'm using a server database in which I'm storing appkeys and netkeys values so that I can use...
Basically, I cannot do continuous TX with nrf_libuarte_async:
Here is simple reproduce:
It only output ===TICK=== and no +++TOCK+++
Here is what I've tried:
...
Hi,
On the nRF52810, is there any limitation on using P0.12 with I2C? I am using MS50SFA module on a custom PCB.
I've also noticed the same issue on a nrf52 DK while using...
i use ncs1.5.0 and nrf5340dk_nrf5340_cpuapp, i disabled uart0 ,enabled uart3, disabled hci_rpmsg out ,and connect uart3 rx pin p0.32 ,tx pin p0.33 to a 232-usb connecting...
hi
I use nrf52 sdk17. i want to change device name .
1. if device name is less 19, more 18 ,it is ok. for example
#define DEVICE_NAME "123456789123456789" . it is OK...
Hi,
I'm trying to catch my NRF packets with nRF Sniffer for Bluetooth and I can't find them (after starting advertising).
On the other hand - I'm able to connect to the...
Hello,
I am stuck on the step of getting the Thingy91 to start working.
I am following this tutorial: https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy...
Hi,
i am working on nrf52dk. i have already implemented dfu with button. i want to implement buttonless dfu. as there is a example provided in ble_peripheral with name ...
I'm more of a programmer than an electronics person so I apologise in advance if I misuse terminology or if the answer to this would be obvious if I had more experience. ...
Hello.
I want to raise the SDK version, what should I do at that time? (Example: v16.0.0 → v17.0.2) Should I overwrite all the old SDK sources I'm using with the new SDK...
Hi, I'm using the PWR_MGMT SDK 17.0.2 demo code on my nRF52 DK.
Q1) After enabling parameters in the sdk_config.h, the nRF52 DK could enter the Power Off Mode if I press...
I am trying to conduct a device firmware update using nrfutil's dfu ble functionality. Here is the command:
However, running the above command results in the following...