Hi everyone,
Could someone help me with the following use case?
Task description: I'm working on a firmware update procedure based on the smp_svr project. I'm trying to...
Hello,
I have made a project that was based on the nRF9151 Development Kit and it works great. I had to select the -ns configuration to get anything to ever build and now...
Hi,
I bought a new nrf52840 DK board as one ofthe original nrf board of my Qorvo QM33120WDK1 kit ( 2 x nrf52840 DK + QM33120W + QM33110W) J3 connector broke. Out of the...
Howdy!
I am attempting to develop a system using an nRF52840 and an ADS131M04EVM (ADC). Our application requires us to collect data at a high sampling rate (>= 16k SPS...
I have a nrf9160 DK but when upload SLM application to it i can not send AT commands to it over it's usb port but in asset tracker application it works i want to modify SLM...
I am trying to set up UART communication between the nRF9160 and nRF52840 that are found in the Fanstel BLG840XE. Currently I am sending a test string of "abcd" from the nRF52840...
Hello! This is the third time I'm asking something about the same project, but I'm running into problems one after the other.
The current problem is this - the hogp object...
I have the nRF51822 Evaluation kit and put the Heart Rate Demo on the PCA10001 (V2.1.0). When I press Button 0 it doesn't advertise. I have the module (PCA10000) scanning...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
I copy static void radio_disable(void) and void radio_tx_carrier(uint8_t txpower, uint8_t mode, uint8_t channel) into my project.
I call radio_tx_carrier(RADIO_TXPOWER_TXPOWER_0dBm...
Hi all,
I have a spurious crash in the softdevice I guess.
It occurs sometimes when the master (an HTC-M8 android phone)
rapidly submits characteristic changes
(acknowledgement...
SDK: V6.0
HW: PCA10001
APP: s110/ble_app_hrs
Question:
If use "twi_master_init()" with "twi_hw_master.c", the current consumption is added 1m
A. But if use with "twi_sw_master...
Hi I am completely new to ARM development world. I have been developing for years for PC.
Now I am working on a Project where we have decided to evaluate nRF51822 chip...
I would like to know if it is possible to use the internal RC oscillator without calibrating every 4s with the softdevice disable. I just want to read a sensor every 2s and...
I'm interested in using BT LE to collect data from a number of serial based devices -- a point-to-multipoint configuration. I'm familiar with the UART examples and have seen...
Hi,
i am searching for infos about my concrete BLE-Sig certification situation but i cannot see the forest because of all the trees :o)
i am currently developing a BLE...
Hi,
I know that a lot of question exists on that subject, but I can't manage to have an accurate battery measure on [Nordic Beacon device] (battery CR1632 3V) ( www.nordicsemi...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi,
after reading the nAN-36, I tried to write an application for the nRF51822, with the custom Led Service provided with nAN-36.
I take as a base the Nordic HRM application...