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 have a problem with MQTT Publisher example on my nrf52840 DK.
here is my steps:
1. I edit nrf52840 mqtt example code with
Edit my MQTT settings with:
...
I wonder nrf52832 booting sequence detail.
I knew the booting sequence is MBR -> softdevice->bootloader->application.(is it right?)
but i am not sure how to work MBR and...
I am developing based on "nRF5_SDK_15.0.0_a53641a" [Ble_app_uart], but I am not using LOG in my development environment. If LOG related items in "sdk_config.h" are invalid...
[Ble_app_uart] of the old version of [nRF5_SDK_14.2.0_17 b948 a] is operating correctly, not due to the low-speed clock.
In the old version, the operation of the crystal setting...
I'm trying to get the TWIM peripheral up and running on a custom board with an NRF52810 running SDK15 and S112.
My board is properly advertising, and publishing our custom...
After nightmares with Eclipse I managed to setup Segger within 5 minutes and flash, using the guide from here .
That guide show a lot of very specific stuff you have to...
I have the following ADC code: bitbucket.org/.../eakpq
I have been trying for the past few days to get this code to just perform a single ADC scan, on five channels, once...
Hi,
I use ble_ant_app_hrm example on 41822.
I set advertising time is 10 secs then I will get a timeout event from stack. When I get this timeout event, I will put the...
Hi
I am trying to use DFU feature using nRF5_SDK_14.2.0_17b948a. I used given preexisted example hex files for bootloader and app and successfully able to use DFU feature...
Develop environment:
BLE: nrf8001(non-connectable mode)
MCU: MSP430F5529
Problem:
I would like to use MCU's timer interrupt to wake up nrf8001 for broadcasting....
I perform some time critical task in my application and sometimes this task fails. Before executing the task I make sure that my device in not in BLE connection and ADV is...
Hi,
I'm looking for an example of how NRFX_UARTE works.
I would like to set up a serial port with EasyDMA to send and receive a thirty bytes.
Thanks in advance for your...
Hello, I am developing ble scanner in which I want to print data of adv reports over uart. Printing is executed in main and in on_ble_evt function I add items to circular...
Hi Expert,
I saw Nordic infocenter said that " HID Keyboard Application is not power optimized! "
I am going to optimize the power consumption,but I don't know how to...