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 We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
Hi,
I using the radio test on the nrf52840 for RF verification, but now we want to reduce the latency from 8ms to 1ms.
Is the radio test project can modify the latency...
I have Raspbery pi flashed with nordic alpha 4.1.0.1 image + nrf52840 dongle in NCP design .
As an end device I have EFR32 MG12 WSTK flashed with OT-CLI-FTD code and connected...
We are using Zephyr RTOS running on a nRF9160 MCU. One requirement of our project is to run a local HTTPS webserver on the target. Our investigation showed that the recommended...
Hello,
Now, the ROHS and Halogen free report of nrf52832-qfaa is out of data when downloaded from the infocenter.Our customers request to provide the unexpired versions...
Hello All,
I am new too BLE so sorry in advance for this generic question. I am trying too get Temperature data from sensor while in connection state(Phone connected). Also...
Hi All!!!
I develop combine (NUS) & (NUS_c multilink) device
nrf_ble_gatt: sd_ble_gatts_exchange_mtu_reply() returned NRF_ERROR_INVALID_STATE
What is this and how...
Hi, I am working with nrf9160 using Segger Embedded Studio and J-Link. I could build the code but not able to download the application.
I am getting error as CPU is not...
Hi ,
i have programmed my NRF51 sniffer dongle (PCA10031) using nrf programming app and I could see something like this in below pic. Is it expected output in the programmer...
Hi,
this at-command provides the cell ID of the connected cell, but only physical cell ID for neighboring cells. Is the cell ID of neighboring cells limited by the LTE protocol...
Hello all,
I want to build a two-directional communication chain with several nrf5340-boards. Therefore, every board needs to be able to receive, to analyse and to send...
I am trying to make a function execute every 1 second using the provided example on the zephyr documentation, but i am getting the following error: "expected declaration specifiers...
Dear Sir/Madam
I used sample project uart_pac10040 loopback. It works with not define ENABLE_LOOPBACK_TEST. However, if define ENABLE_LOOPBACK_TEST, and wire the pin RX_PIN_NUMBER...
Hi,
I am trying to add an IPv4 HTTP client post-action into the asset tracker v1 app, I have a couple of questions.
I am looking at the http_client and DHCP client samples...
I started my Bluetooth application based on zephyr examples found in nRF Connect SDK v1.4.1(C:\Users\...\ncs14\v1.4.1\zephyr\samples). Now I need to add custom service for...
Hi,
I have the following setup of devices, that I want to connect over BLE:
1.) A device X, that executes commands from a smartphone and a second device Y and also sends...