I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
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 working with an nRF52811 and I am trying to get it to send data via UART with a USB connection. I tried using the USB CDC ACM module, but it appears to only work...
Hello,
my application requires a reliable break detection (The serial data input is '0' for longer than the length of a data frame) sent from a peer device on the UART RxD...
I am working on reading and writing data to an external QSPI flash (MX35LF4GE4AD) that has an internal cache mechanism. I have been able to read/write to the flash using standard...
I am currently working on a project developing a USB HID product based on the nRF52840. I have run into an issue regarding USB communication reliability and am seeking the...
Kind folks,
The more things change, the more they stay the same . At lest it seems that way. I submitted a similar message seven months ago. I see a recent spate of related...
Nordic nRF52810 requires 32 MHz external crystal, but the tolerances are defined only for wireless application (which we do not plan to use).
We want to use this CPU only...
I followed all the steps that are documented. Below is a screen capture of WireShark.
/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4...
Hi all.
For debugging my app (SD s132, V5.0, SDK 14.2), I'm using the NRF_BLE_CLI (I use Nordic the example with an external PCA10040, the Python script and PuTTY).
Unfortunately...
Hi,
I am new to the nrf52 platform.
I am working on adding just works pairing and bonding to my BLE peripheral code. I tried to take reference from ble_app_bms example...
I have developed a data logger using nrf52832 s112 sdk 17.0.2 (nus service).It logs data upto 1mega Bytes,we have a custom buit android app with which we download the data...
Hello,
I am working on nRF52840 custom board, in that, I was facing issues with sd_softdevice_enable().
When I call the sd_softdevice_enable() it's stuck. Not return from...
Im using SPI interface to read data from https://docs.rs-online.com/7d34/0900766b81327f26.pdf using the D2 opcode.
The opcode starts reading the page from the flash (528...
Hi,
we are not able to see any output in NRF connect APP in FFBM mode with DTM Firmware,
However , on flashing complete firmware, we are able to turn on Beeper in FFBM...
Hello Nordic support,
I have a Zigbee coordinator application which has declared the time cluster as a server. I have a zigbee end device which has a time cluster as a client...
Hello I'm using nRF53 DK on zephyr v1.6.1. I'm now testing the power-saving mode. I tested the system-off example "v1.6.1/zephyr/samples/boards/nrf/system_off" and it works...