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...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi Nordic,
I've been trying to run examples developed for the PCA10059 for several days now without success.
I changed the Preprocessor Definition from BOARD_PCA10056...
Hello,
I am trying to create a custom driver for an accelerometer I have sourced. I am using the nrf5340-dk.
The code was not able to compile as a result of the following...
Following function implementation is not following POSIX documentation specified at https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html, which says...
Hello Nordic Semi
I know that nrf52832 does not support SPH0645 Mic on I2S interface because of data width limitation in hardware for nrf52832.
I want to know that does...
Hello,
I'm using the mqtt_simple example with the following changes to add WebSockets Secure Support:
Also I set the Application MQTT topics, clientId, host, port...
Hi,
I have multiple devices that support Nordic DFU.
I want to update them using a Linux computer with a bluetooth dongle connected on it (and its not a Nordic Device...
Hi, There,
About the interrupt priority, can I understand it like this? "The two levels: NRF_MESH_IRQ_PRIORITY_LOWEST and NRF_MESH_IRQ_PRIORITY_THREAD have the same functions...
Hi Devzone,
I know that we can adjust "Advertising interval", "Tx power", "Tx payload" to do a power optimization when advertising. But I when I set " Advertising interval...
Hello,
I am trying to decrease the power consumption of my board (nRF52 DK) so that I can only see what's consumed in advertising beacon demo. When I measured the current...
Hi everyone,
I have a board based on thingy91. I have lis2dh and adxl372 sensors on it. They are both connected via SPI, and I've added this to my overlay file:
Also...
Hi,All:
I have finished continuous unmodulated carrier by SD fuctions as below.It is more efficent than DTM examples。But now,I don't know how to ctreat continuous modulated...
Hi,
I would to design a custom PCB with nRF52840 SOC.
I have two different power source:
1. 3V Lithium coin cell
2. 3.7V LiPO battery with charging circuitry
I will...
Hi,
I have a quetion,nRF5340 have two package, so have two diference RF circuit,as below picture,Why are the matching circuits different?
Package is QKAA aQFN94
...
Hello,
I am running ble_app_beacon on nRF52 DK. To check functionality, I try with all power sources in turn, i.e. USB cable, battery and external source. Today I realized...