I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
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...
I'm using nRF Connect fo Desktop SDK v2.1.1 with VS code. I'm trying to compile the zephyr adc example for the nRF52840dongle. Everything works fine with the adc example with...
Our product has been in production for over two years now and works fine. However I am seeing continuous disconnects with iOS 16 and customers are reporting the same thing...
First of all, I have two "nrf52840-dk" and use "SEGGER Embedded Studio" to install the mesh sample "light_switch" (server) to the two "DKs" and use the Android app "nRF Mesh...
Hello,
I have tried following all the possible solution provided on nordic discussion but I am not able to solve the error of adding header files.
I am not able to solve...
Hi,
I need a micro second timer to send out our packets at 992Hz which translates to 1008 microseconds.
I found a sample code "ncs\v2.1.0\zephyr\samples\subsys\portability...