to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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...