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...
Hello,
I am wondering if anyone has any measurements of the LC3 SNR / Distortion measurments on the NRF5340.
I have tried with the Audio DK but beleve im just running...
Hello Nordic team!
We are using nrf52832 chip and soft device S332. System runs custom bootloader and main application.
We did not have any major problems with BLE...
Dear Nordic Team,
The founders Lukas Pilat and Robert Kopka have met your representatives at the Light & Building conference yesterday. They recommended us to get in touch...
It seems like VS Code debugging will reset debugger if you click to reset MCU. This somehow leads to it dropping RTT. It further releases the CPU while reconnecting and halts...
Hello Nordic Experts,
Recently, I am using the nRF52840 dongle to sniff the Scannable Directed event, but I found that the AUX_SCAN_REQ cannot be sniffed, but the SCAN_REQ...
I'm using the UDP sample from SDK 1.8.0 with the following modifications:
No PSM
No eDRX
Send 100 bytes every 15 seconds
This is on the nrf9160-DK board.
I suspect...
I'm using embedded rust for a project on the 9160. If i configure any of the AIN0-AIN7 pins with the SAADC, my sleep current is 850 uA. Default config is resistor bypass,...
Hi,
I want to use NRF_RADIO->SHORTS register in my standard BLE application.
I am using nRF5 SDK15.
When I write in to this register before enabling the Softdevic, it...
hi,We developed a Bluetooth product based on NRF52832, but the bandwidth test was not qualified. According to the requirements of FCC Part 15.247 regulations, the Bluetooth...
Hello,
I have a project that is based on the peripheral_uart example that receives start and stop commands from a periperal_central device via BLE to send ADC samples...
Based on the NRF52840DK, we want to do a USB CDC DFU upgrade function, but we don't want to use the BLE demo. You want to enter the duf mode by adding and modifying registers...
I am facing a problem. Two sensors are triggering with data_ready pins and a timer value is captured upon the event. But the value can be stored only in RAM if a context switch...
HI,
I am working on nrf52833 board, while working with flash in dts file i could see that write_block_size is 4 bytes. Is there any way to reduce that , i need it as 1 byte...
Hello guys.
I am using a board based on the NRF52840 device. We run a code that we developed earlier and it was not well coded but working. it involves the interfacing of...
I am using Nordic Uart Service (NUS) to transmit raw data from nRF52832 device to iPhone. But it takes longer time than I except. Can I add debug message to make sure CRC...