Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
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...
Hi Nordic.
I am developing with nRF52832, and I need to proceed with DTM test to verify the chip in the production process.
So, I am trying to operate the DTM tool by...
Hi All,
Hardware : nrf52840 early DK (PCA10056)
I modified Zephyr code from " central_multilink " sample to connect to 15 HR devices. The connection to all 15 devices...
The datasheet for the nrf52832 specifies two key constraints:
I/O pin voltage max VDD + 0.3V, min -0.3V
The AIN0-AIN7 inputs cannot exceed VDD, or be lower than VSS...
We use the pc-ble-driver with the nRF52840-Dongle and we experience intermittent issues where communication with the dongle will just stop and result in a NRF_ERROR_SD_RPC_NO_RESPONSE...
Hello,
I am having an issue with trying to install the nrfutil program from this Nordic download page . When I click on the download for the Linux(x64) version of the nrfutil...
I'm not totally clear from the SDK documentation on when I can expect NRF_ERROR_BUSY from sd_ble_gap_data_length_update(). Would it happen in the case where both sides attempted...
Hello,
My peripheral device is nRF52840, central is an Android device, Sniffer hardware is PCA10040 kit.
Using this guide https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_BLE_UG_v3...
We have an application that needs to read device battery voltage and a sensor value every 10 seconds. The ADC is using burst mode and 8X oversampling to take each sample....
I created a new dts folder for nrf5340 appcore. The application works fine on the project, but I find netcore is not working properly. I found that the BOARD_ENABLE_CPUNET...
Hello,
My device is already implementing DFU over BLE and all is working fine. But now, I want to add the update over LTEM (Quectel BG77).
I want to proceed like this...
Basic OpenThread application built for 5340 crashes in net app.
The same application works fine on 21540 (52840 + 21540)
The crash seems to happen when some thread packet...
Hello,
I have 2x PCA10040 dev kits connected via SPI.
Device #1 is talking to a custom board MCU by UART
Device #2 is connected by BT to my android app
The task is...
Hello,
I am planning to use the balun BD2425P50100AHF with the nRF52833. The voltage on the pins BAL1 and BAL2 can go up to 15V.
I am wondering what is the maximum allowed...
Hi,
We have developed an application in central mode using BLE nRF52833 chip running on SoftDevice140 , Version 7.2.0
We now need to add support for FEM nRF21540 ...
Hi,
I am using NRF52840 development kit and I need to modify the PCNF0 register values for our application.
I am developing our application using the sample application...