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 start in programming on nrf9160 DK. I followed the tutorial "getting started part 2" (https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started...
Hello,
Good Day!!
My question regarding the reset functionality of the device.
Reset the device on the short press of the reset button and on Long press (for example...
Requirements:
Transmit an advertising packet that can be received by a native IOS App & a native Android App.
Using an nRF52810, I need to set it to Advertising (non-con...
hi,
The data is sent to the app by sd_ble_gatts_hvx(), but the data obtained by this app is wrong.
When salve sends a byte, the data obtained by the app is always 0,but...
When I download \nRFready Smart Remote 3 nRF52 v1.2.1alpha\nRF5x SDK-SR3\examples\ble_peripheral\smart_remote_3_nrf52\Projects\Firmware_nRF52832 to my 52832 device, I can...
Hello everyone,
I am modifying the ble_central_uart example to connect directly with a device using its MAC address. For some reason I don't understand, it doesn't find...
I am getting an NRF_ERROR_INVALID_ADDR when using the SDKv15.2.0 call nrf_sdh_ble_enable() with softdevice s332v6.1.1
The ram start address provided to the function is...
Hello,
I am creating a wearable PCB with the Raytac MDBT4Q-P BLE module, which uses the nRF52832. I need this device to have OTA firmware capability, but I'm finding it...
We have a custom board based on nRF52840. Programming it through external SEGGER interface (P20) available on nRF52840 DK.
Our custom board is designed to use the DC-DC...
I am currently using the nRF52840.
I was disappointed to discover that the NFC communications module in this chip could not be used to provide out-of-band Bluetooth key...
Hi,
I have finished developing our product that uses the nRF52810 (in a Laird BL651 module), and the S112 6.1.1 Soft Device. Our design doesn't use any of the optional BLE...
Summary and Background of the Problem
As part of a college project, we are needing to connect to a Bluetooth LE module (BL654) with a custom app to update characteristics...