Hello!
I'm writing an application that uses MQTT to post some sensor data to a server. My networking code is basically a duplicate of this sample , except I set up the LTE...
Hello,
I’m trying to understand exactly how the location module works in the Assert Tracker V2 application. I want to see the NMEA data in the logs, but I’m not sure how...
Hello, I am trying to save my sensor data and system uptime to the external flash on my nrf5340dk. So far I have been able to erase some sectors of the external flash, write...
We have an issue with the UTC Time being the correct time when we initially connect to the Verizon network. However, after some period of time the UTC Time changes and our...
hello everyone,
I am currently doing an project that is hoping to achieve this result: nrf52840 connect to my phone or connect to my computer via ble, then there will...
Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup...
I'm currently working on a custom board based on the nRF52840 , using SoftDevice S140 v7.0.1 and nRF5 SDK v16.0.1 . I’ve integrated the BLE Buttonless DFU example ( examples...
I have to update my non soft device source code to SD because now I will use Radio.
My question is if it is necessary to rewrite all functions which are in SD API. Like...
I posted this on the Keil website, but got no answers!
I would like to use one of my ULINK 2 pods to develop my application. However the Keil interface defines a reset connection...
Is it possible to modify the software in such a way that the nRF1822 sets a GPIO high when it requires its high frequency clock?
We would like to avoid using an extra XTAL...
Dear All:
How can I use nRF51822 USB Dongle to connect my Android smart phone(Android 4.3)?
I install BLE Scanner App from Google play,but I can't found nRF51822 USB Dongle...
Thank you for your reply,Nikita
description of my system: Hardware:nrf51822,pca10001 Software:sdk5.20,run the softdevice s120
I call these functions sd_nvic_SetPriority...
I'm trying to get the ble_ant_app_hrm demo to work on my PCA 10003 board, but with no luck.
Here is my test setup:
Run SimulANT+ with Heart Rate Sensor simulator running...
I am using Eclipse Kelpler SD2 and GNU ARM 4.7 tool chain, plus GNU ARM Eclipse Plugin
and after download code into CM0
I got the warning
"The connected emulator does...
I want to implement a set of API functions in a separately compiled HEX, just like SoftDevice. It means that I need to use the SVC mechanism, just like what SoftDevice does...
Hi,
members.efn.org/.../main.c works fine but members.efn.org/.../main.c.pwm seems to break the softdevice. The big difference in my mind is that there is a Timer2 interrupt...
Hi all,
I have developed so far on dev board (mbed) and I am moving to my own board now.
After some trouble getting the blank device programmed I have problems running...
I'm just getting started with the nRF51 Eval Kit, I have the 5.1 SDK installed, using Mac OS X for development. I also have the GCC ARM toolchain installed. Firstly, I had...
Folks,
I have the S110_SoftDevice_Specification v1.1 (great doc, thanks) and the doxygen-generated API docs. But is there an App Note or other document that fills the void...
Description of my system:
Hardware:nRF51822, pca10001
Software: SDK5.20, S120
If i first call the function ble_stack_init(); and then i open the LFCLK first by set...
Hi,
I'm working with the heart rate demo for the nRF51822 Development Kit and I can only connect and discover with the development dongle and master control panel. If I...
Hi,
I use ble_app_uart project (pca10001) and new softdevice7.
I find a DFU project at nrf6310 directory of SDK .
when i program both projects the uart application...