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...
Hello,
I am using a nrf51422 development kit with softdevice S310 and I have a problem in whatever pin I choose as output when I use the bluetooth.
I run the example...
I tried code like
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
....
case BLE_GAP_EVT_TIMEOUT:
if (p_ble_evt->evt.gap_evt.params.timeout.src == BLE_GAP_TIMEOUT_SRC_ADVERTISEMENT...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am unable to compile this to fit into the allocated bootloader space.
Has anyone been able to compile this patched version of the signlebankdfu-ble
with nrf sdk v6 so...
I'm using API 2.1.3, and after several connections/disconnections with a peer device, I'm seeing the API never returning from a DiscoverPipes() call. It appears to be waiting...
Hi,
I'm using nrf51 BLE driver with usb dongle to create test application on PC which simulates
the peripheral.
My problem is I cannot add 128-bit UUID for custom service...
After some pstorage_update calls I start to get error 9. From nrf_error.h it is called NRF_ERROR_INVALID_LENGTH but from SDK doc it looks like pstorage_update does not have...
My question is in regards to BLE security. I have certain characteristics that I want to remain open. As they will be used to determine authentication at the application level...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Working through a custom security implementation. It is to desirable to know a unique identifier for each bond that has been made with the nrf51822 SD. When the SD enters...
I have several asynchronous аperiodic sensors with their interrupt handlers. My service should gather the data from those sensors and do some math. The outcome of this math...
Dear all,
I tried to program and test the iBeacon application on the s110 folder from nordic examples.
The code on the Cortex-M0 has problem. Seems during programming...
After program nrf51822,it works normaly.But when I program again,it can't debug.NO SWD and NO USB DEVICE.So I can't use nrfGoStudio or nrfjprog.exe to recover it.When I pull...