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...
hi,guys
I have a product that uses CHIP 52832qfaae0, and then I replaced chip 52832qfaae1, and there is A problem. Chip 52832qfaae0 runs normally with the same code, but...
Hello,
looking at the compatibility matrix for the 820 it seems that rev2 of the 820 can be used with softdevices and the legacy SDK v17, while rev3 can only be used with...
Dear Members,
I want to use SPI LCD and Sdcard, they have different CS, but sharing the same SPI ports, I have used different SPI instance but not giving us a good response...
On opening a sample project located at https://www.nordicsemi.com/Products/Development-software/nRF5-SDK with keil V5 , I can directly have an error message “Cannot read RTE...
Hi there, I'd like to make some FIR or IIR filter on my nRF52840 DK. I guess I'm supposed to: 1) Provide .a file into SES project's tree (or as Additional Input File): 2)...
I am working on OTA update .
Right now i am working simple
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_modules_dfu_configuring_performing...
Hi,
Is there any command for reading the type of Nordic SoCs (e.g, nRF52833 or nRF52840) that is going to be programmed by nrfjprog/ J-Link Commander?
Thank you!
Hi Nordic,
I want to write a value from the application layer to the bootloader flash region through uart, and use this value to replace the button 4's function of entering...
Hi All,
I'm using buttonless DFU for upgrading the firmware and my requirement is I would like to know the time taken for complete DFU from my application.
One approach...
Hi, I am working on designing specifications for a new product, which will potentially be using the NRF9160 as the main processor, since the main application is centered around...
Dear Nordic support,
We are trying to know the current consumption during BLE RX & TX. However, there appears to be apparently conflicting information. Which is right...
Hi,
I want to use a single firmware to be flashed on two devices that can be used as a ble peripheral with DK Button 3 and as a central with DK Button 4 .
I chose ble_app_multirole_lesc...
Hi guys,
i am using nrf52840 controller.
and in that i have mbe at 0x0000000 location.
i have two bootloader stage. that boot1 and boot 2.
boot 1 i am using to validate...