Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
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...
I have ran the Mesh light demo successfully, and capture the Bluetooth HCI log (*cfa file) from my Android phone.
However,the transaction between my phone and the nRF52840...