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.
We are developing products using BLE modules.
The one used for that module was "nRF52832 (512kB Flash, 64kB RAM)".
I would like to know
Question 1:
As a...
hi ,
I am working on the nRF52832 , I am trying to store the values in structure and then passing over BLE . I am getting this error after print statement unknown function...
Hi,
I am trying to evaluate nRF5340 FOTA update via Bluetooth. I started with the Bluetooth/peripheral code sample as the basis for my project. I modified the project per...
Could you clarify the use of nrf_esb_set_retransmit_count function?
From what I understood, if it is 0 and it sends a message that wants to be acknowledge , it will not...
To setup the UARTE for use in Zephyr I've configured a nrf52840dk_nrf52840.overlay as Zephyr documentation suggests:
& uart1 {
compatible = "nordic,nrf-uarte"...
Hi, I'm setting up a timer to invoke (via PPI) the ADC in scan mode. It'll read to channels with MAXCNT of 10,000. The ADC built in timer has a value from
[80..2047...
Hi,
I can run the following code within main.c successfully, but it produces the error as shown in the attachment upon execution of k_free(mem.ptr) from with aggregator...
Hello,
in our project we have a nRF52840DK as Central and a custom nRF52832 board as Peripheral. The software on the Central is based on the ble_app_uart_c example and the...
Hi
We are using Nordic NRF52840 in our design. Normally we are using DCDC mode with VDD and VDDH together [Normal mode] connected to 2.2V. In a special case we wanted to...
Hi everyone,
I wanted to make reset pin funtional on nRF52 DK while using pca10040e folder so that I could develop on nRF52810 later, but the reset button did not work as...
I've noticed the idle current of my application changes permanently by ~5uA after using the radio, timer2, and/or the app timer (not sure which). I'm using a custom radio...
Hello,
I am using libUARTE and libUARTE ASYNC for reliable communication over UART.
I need to transmit data that is stored in read only memory but this module seems to...
Hi,
I'm trying to use flash FDS on 10040-Dk with softdevice s132 and freeRTOS.
I debug the code using segger embedded studio, when executing a write to the flash It reaches...
Hello,
we want to support scan for both 1Mbps and Long Range beacons and we are using the S140 6.1.0.
This is the configuration for the scan parameters:
When this...
Hi all,
DFU package V1_0_75 was developed using SDK12 for nrf5232 and V2_0_45 was developed using SDK16 for nrf5232.
I am trying to update from V1_0_75 to V2_0_45 using...