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 want to storage some data in flash on nRF52810. When I open the "flash_fstorage" example and built it, there occur an error.
RTE\Device\nRF52832_xxAA\system_nrf52...
Hello,
I am looking to send packets of real time accelerometer data over uart to my PC via uart. The packets are similar to the code shown below where the data array is...
This is really bad, I downloaded the latest 1.7.0 SDK to the machine and could not build any application (including examples) Always appear errors
Create a GPS.Emproject...
Hi,
I have nRF9160 DK:
PCA10090 v0.8.3
modem firmware 1.2.3
The specifications says that the minimum consumption current is 7µA. So I flash a hex file which shuts...
(Using nRF Connect SDK 1.5)
I have the setup so far that partition manager is aware of the external flash and creates a single partition for it. The documentation section...
Hi nordic
I am using 52832 with sdk15.3:
when I program the hex with sd+APP+bootload, it works fine, while after the first ota, it will get the NRF_ERROR_STORAGE_FULL...
I have an encased nRF52840 dongle that is visible to nRF Connect. However, when I try and select the displayed device I get the following:
I cannot press the reset button...
Hi,
1. What modem versions does this board support?
For example mfw_nrf9160_1.3.0?
2. This board programmer this example:lwm2m_client
Using AT + CFUN? No return...
Dear Nordic team,
in our multiprotocol (BLE, ZB) application ( nRF5 SDK v4.1.0 )we are facing following severe issue relating to the ZBOSS stack: When a router leaves its...
Hello sir/Ma'am
I am working on a project in which i am using some BLE peripheral devices, an Central device and an Android app. I want to get data on android app from central...
I'm trying to program nrf9160 but getting an error due to readback protection.
I have tried the following commands:
nrfjprog --recover
nrfjprog --recover -f NRF91
...
I set an NOPULL type input GPIO, and I found that if I put in a voltage of about 1V,
the nrf52832 will produce a current of about 30uA,
I want to know why it can be happen...
HI
I have using nrf5340 DK for the past 7 months. Sometimes, The DK gets powered up only after 2-3 minutes after giving the power supply from the PC. Even after powerup...
I'm working on a project based on nRF52840 and nRF5 SDK16. I'm using BLE with softdevice S140 7.0.1 and USB CDC ACM for communication with a USB host. Ultimately the problem...