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...
I'm trying to implement CLI over BLE UART for one of our company projects. I started from the experimental ble_app_cli example in the SDK. I'm using SDK 15.3.0 on the Nordic...
Trying to build asset tracker for Thingy91 following the instructions at https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thingy91.html
I get:
and...
SDK 16
nRF52840 with s140
Hello,
I'm working on implementing an assert handler and would like to store the file/line hash in NVM. I currently have fstorage configured...
HI..i am trying to implement multilink central with nus service..but it is getting error at lbs_c_init();.what is the reason..can anyone help..i also changed the central link...
Whenever I try to debug my code, it gets stuck at fault_s_S as shown below
I experienced that one of the possible solutions to avoid this is to browse fw_info.h when the...
Hello,
Is there a DOC available for the nRF52832 module, specifically relating to the RED directive? I was able to find one for the nRF52 dev kit, but not for the module...
Hi there!
As a new developer for the nRF5 SDK, the choices are bewildering and I could not find documentation that gives a clear direction. If there is, please share the...
Using SDK13 with nrf52832 , I was looking for hours how to set up a simple PWM signal.
I don't want to use the example, it's a huge mess, it's not clear and you can...
To build my own application or to programm the nRF9160 DK i have to work with SEGGER Embedded Studio, which i have already installed.
In the next step i have to do the following...
Hello,
I'd like to understand a bit more about transmit buffers for sd_ble_gatts_hvx() calls. Our peripheral application is developed using SDK 15.3.0 and S112 for nRF52832...
Hi,
reading through the gnss socket configuration parameters it came a question to my mind regarding the Power Save Modes.
Is the PSM configuration applied when the GPS...
Followed the example https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi
but getting spi received value 0xff each time
my conf file:...