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
Q1.
At SDK, peripheral can request connection parameter update to central, such as PHY, connection interval and MTU size.
At SDK Connect (v1.8.0) throughput sample...
Hello,
I've used the TWI manager to implemented a burst of transfers to and from two devices on a single bus. Basically it waits for both devices to give a data-ready interrupt...
Hello everyone,
I have stuck in a problem with using UART_2 on my 9160 DK. I am trying to send some data with UART when a certain event occurs on the Azure server.
I have...
Hi,
I am evaluating if it is possible to use the nRF52840 PDM peripheral with a low-power microphone and I need a different CLK frequency setting than what is documented...
Hi,
I had used the NXP CLRC663 that need a EMC filter circuit to pass FCC part-15C certification.
nrf5340_NFC EVB havn't the circuit and it only have 2 parallel capacitors...
Hi there,
We are looking for the IAR startup code of the nrf5340 and nrf9160 devices. We have downloaded the MDK already, but only the GCC startup codes seems to be present...
I am using an iPhone Xs and trying to increase my transfer speed using the nrf connect app and a dvk-bl653 kit. I saw that my packets were only 27 bytes and I was only getting...
The nrf9160 tx power is 23DB ;
We is designing a procuct for ODM;
The size of product is small.
TRP requirements 20DB;
So the antenna designs is difficult;
Now my...
pc-nrfutil begins
#!/usr/bin/env python
Although is is not a good idea, the current beta of Mac OS does not contain /usr/bin/python.
This results in error: env:...
Hi,
I set up and testet the Low Power node example, described here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_examples_lpn_README...
Hello People!
I need to transfer large amounts of information between our custom hardware based on the nRF52832 chip (S132+SDK17), and our custom mobile app running on a...
Hi,
in the .dts file,partitions is
Can it be changed to the following?
This modification does not compile .
What should be paid attention to when modifying,...
I am trying to implement bonding in central BLE uart_app example code but I don't know how to proceed as I'm a beginner . Do we need to make any changes at peripheral side...
Hello Nordic team!
I'm following this tutorial from Nordic to do DFU OTA: https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/getting...