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,
I am using nCS v1.8.0 for application development on nRF Connect extension of vscode.
But I am unable to configure any unit testing framework to test my applications...
Hi, I am developing a logger for which I am using a memory. I was doing all this using SPI in nRF52832 DK which works perfectly fine. But the problem arises when I am trying...
I have a module using a Nordic chip labelled "N51822QFAAH01621UT". I know it's the NRF51822-QFAA, but I am not sure which model exactly?
Looking on DigiKey these are the...
This is more of a question than a problem:
I have been studying the ble_app_uart_c code and noticed that although data is transmitted to the handler one byte at a time,...
Hello.
We are looking for a viable solution on how to transfer a firmware over the BLE OTA from Particle Tracker (Gateway), or any other mcu to nRF52840 devkit (Client)...
Dear, I am new to Nordic. I trying to understand the various Defines for nRF5340DK kit using Devicetree.dts file. In that, I had look on SW0 defines.
1. The gpio0 reg is...
Hi, I'm using the nrf52840 BLE mesh (nrf5_SDK_for_Mesh_v5.0.0_src) and some other sensors which drivers are written by using nRF5_SDK_17.0.2. my device is battery operated...
In nRF_SDK_for _Tread_and_Zigbee, we used to set autocommissioning as false in the "thread_configuration_t" configuration and then start joined so that my thread node used...
The examples include checking the return code from various FDS calls immediately after the call.
Only some errors can be detected at the time of the call (for example NULL...
Hi,
I have created a vendor model for my application. When sending a message of 32bit it's working fine, but when I am changing the message length to 64bit by doing necessary...
Hello,
I am using a modifed Secure bootloader example in my NRF52840. I would like to show the user an update progress bar on the device screen while loading BLE DFU update...
Hello!
I am facing some strange behaviour using nordics dfu update service on android.
Somtimes after starting the dfu upload the app is not able to connect to the dfu...
Hi,
How to get this done using TWI this temperature sensor's I2C to write 16 bit register, it is sending start after device address then data. I tried as below, but it will...
Hi, I want to be able to send 1bit of data with as low latency as possible, what is the best way of doing this? Can i in some way directly control the low level of the radio...