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...
Hi, I'm working with nRF52840DK. I need to run in Direct Test Mode, and to see RSSI & PER. I tried nRF Connect - Direct Test Mode, but it shows only the number of received...
Hi engineers,
I want to transplant demo "usbd_audio" from pca10056 to pca10100, what should I do?
I found a relevant ticket said that
Change board config.
Change...
Hello DevZone,
For a project I'm using the TAG-4 NFC writeable NDEF message example in my SDK and I had a question if this message is always stored in flash or if it is...
I have two nRF5340PDK, both of which would have worked normally. Then I accidentally download the firmware of 52840 version into nRF5340PDK by GProgrammer, which made them...
Hi,
How can I know whether the BLE link between my nrf52840 device and the pc (while connecting via NFC) or the mobile, is configured as a half duplex or a full duplex...
Dear,
I am trying to get secure serial DFU working on our custom board, which is connected to another controller through 2x UART(P0.02, P0.03, P0.30, P0.31) without HWFC...
Hi, I am developing a central application that should get data from a single or even multiple primary services with multiple characteristics in Zephyr. I am using the central_ht...
I'm trying to build the light switch example. I have downloaded the nRF5 SDK for Mesh v4.0.0 and the nRF5 SDK v16.0.0, and place those 2 extracted folders in the same folder...
It works when I use I2C_2 to communicateon nrf9160. The register value is successfully accessed when i2C_reg_write_byte() is called.
9160dk_9160ns.overlay:
I want...
I am trying to use peripheral/spis as a reference for configuring my nRF52840 DK as a slave. The SPI clock frequency is 1 MHz. The SPI master is another micro-controller....
Hi,
I am using nrf52832 development board with sdk 17.0.2 and S132 softdevice. My requirement is to scan and advertise at the same time. I am using the ble_app_template...
hi,
I am using nrf52832 with ble multilink(nRF5_sdk_16.0.0) example. I need multiple connections with the peripheral at the same time. is it possible to connect multiple...
Hi.
I'm developing application that is needed to include UARTE Interrupt.
I can drive UART interrupt well(not UARTE), but UARTE is not working.
Here is my code...
Hi, I need to send data larger than 16 bytes on a characteristic. I see that the maximum number of bytes I can send using the indicate function is limited to 16 bytes.
...
I am working with:
NRF52840 boards
nRF Connect SDKwith Zephyr
On Ubuntu
Desired behaviour would be:
Establish connection with Codded PHY
After some time disconnect...