Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
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...
Hello,
I want flash NRF52840 using AM57xx sitara processor(running on linux) over SWD interface. Can you please provide steps for the same. Is there any other methods available...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader and the SoftDevice. We are able to perform a DFU by downloading the .bin and .dat files of the new firmware in...
Hi,
Following the example https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_example_dfu.html how can you connect a jlink debugger and step through the application...
I read here...
NRF52840_PS_v1.1.pdf Peripherals > UART (6.33.7)
“An ERROR event, in the form of a framing error, will be generated if a valid stop bit is not detected...
Hi,
is there an updated example for SDK 15 or 17 for the multiprotocol example which uses BLE and ESB via the timeslot concurrently and at the same time allows the normal...
Hi ,
i am new to using SPI and i am currently undergoing my final year porject that consits of data analyisis for IMUs and i am uding the nrf52DK (which i never used before...
Hi Everyone I have been trying to send a text file(reading from SD card) , The size of the file is 2MB. I am using softdevice s132 for nrf52832 to transfer the text file via...
To Nordic support team attention,
Hi guys, in sdk16 there is ble_app_gls example. I slightly modified it so to have BLE_GAP_IO_CAPS_KEYBOARD_ONLY as GAP IO Capabilities...
Hello, we have an application with BLE. We've prepared secure bootloader with Serial Transport for performing DFU. Now we need to add necessary changes in application to support...
Hi everyone,
I want instead of MAC address to advertise my device using its 64bit unique ID. What I am considering, is to use the p_data array for that purpose and more...
Hi, I see an interesting situation.
I got flash corruption with values 0xff after random power cycling and it's happened only if I have flashed the bootloader
soft device:s132
sdk:15.3.0
I implemented the following, but the event does not occur even if the voltage is V2.8 or less.
Do you know the reason?
===
NRF_SDH_SOC_OBSERVER...
The nRF5 SDK's throughput sample (ble_app_throughput) provided very convenient shell commands to configure key parameters affecting throughput in a connection, such as ATT...
Hello,
in my project I have a custom board with a nRF52832 chip, which reads 4 channels with a sample rate of 1kHz (1ms). The SAADC readings get transmitted to a nRF52840DK...
soft device:s132 sdk:15.3.0 board:nRF52832 board (taiyo yuden EYSHCNZWZ)
Unable to receive event 'NRF_EVT_POWER_FAILURE_WARNING' I implemented the following, but the event...