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,
sdk ncs v2.1.2
example :mqtt_sample
1. The mqtt client connects to the server
2. The mqtt server is faulty
3. The mqtt client cannot detect the server fault...
Hello,
I've been trying to flash the NRF5340 from my M1 Mac for a few hours now. But every time I get only the above error and that I should contact Nordic if the error...
Hi Nordic,
I need BLE mesh, central mode for TAG to pair and DFU over BLE functions, can you guide me which example in NCS v2.1.2 is better to as code base?
While interfacing LIS2DH Sensor with my nRF 52832 Board, I am getting the data in x, y and z axis. But the values of x,y and z axis remains same in each reading which is not...
Hi,
I would like to set the FICR-Address as Static Device Address in hci_uart. I know how to set this address as Public Address but can't find any suitable API to set it...
Hi,
I'm using hci_uart on nRF52840DK and configured CONFIG_BT_CTLR_PRIVACY =y among other things:
The resulting .conf shows:
But when sniffing the packets...
Trying to download the nrfutil executable file from "nRF Util" page at www.nordicsemi.com/.../nRF-Util for "Linux (x86)" fails. It is expected that this downloads a binary...
Hi, I'm designing a Zigbee router based on nRF52840. I've started from the CLI example in the SDK folder but I'm not able to provide an indication if the router is connected...
Hi,
I'm working on a legacy program (Peripheral) using nRF52833 and nRF5 SDK using SoftDevice S113.
One of the requirements of my peripheral application is that it should...
Hi,
I am trying to interface nrf52840 with Arducam mini OV2640 2mp. I am trying to implement SPIM to communicate with the arducam. In the arducam OV2640 datasheet, to enable...
We are using the Fanastel BC833M (bRF52833) module in our system which uses the BLE interface to communicate with a mobile device. The device is a battery(3V coin type) operated...
Hello,
Do I have to include a DC blocking capacitor with nRF52840 if I use a PIFA antenna? Can you point me to some documentation (i.e., reference design) that would include...
I currently have an application that buffers signals by recording with an ADC on an interrupt and then retransmits the data using an external DAC through SPI. When I call...