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,
SDK: 15.3.0
nRF52840-DK
IDE: SES
Example: flash_fds_s140_pca10056
Example Location: nRF-SDK\examples\peripheral\flash_fds\pca10056\s140\ses
Example Documentation...
It builds OK and I can flash the hex file using nRF connect Programmer. But I need to debug the code but I have not found a way to upload the code and break at main() entry...
Hi,
As we all know that nRF52811 support AoA/AoD feature. But I have not found example in corresponding SDK( nRF5_SDK_15.3.0_59ac345 ) . If you have example of AoA/AoD,...
If you look at the secure bootloader example the nrf_bootloader_init(...) never return to main scope unless an error occurs.
Everything is handled inside this function even...
The " 5.3.6.8 Reset behavior " table in nRF52840 Product Specification v1.1 mentions that WDT reset does reset the WDT itself.
I'm trying to reconfigure the WDT after a...
Hello,
I am using HC-SR04 ultrasonic sensor and nrf52840dk. To measure the distance I have to find out for how long the ECHO pin of the sensor remains high.
for that I...
On my old Wondows10 development computer, all worked OK.
In a brand new Windows10 laptop, all up to this point installs/verifies fine using nRF Connect.
I cannot find...
Hello, I'm making a PCB project with nrf52832 and I want to use my debuggers only 2 pins(SWDCLK and SWDIO) to debug it. I have J-Link Edu, but I wonder if I can use it with...
Hi, All.
I' m studying nRF52832.
I have a question about example "ble_app_uart".
I m trying to send to smartphone using function "printf()".
Uart pins(RX, TX) are...
Hi everybody! I have a code running excellently on my nRF52840 DK. I would like to make it run on my nRF52840 dongle. What should I change in my SEGGER project? Can anybody...
I am building a project which requires accelerometer data from the LIS3DH accelerometer be read and then transmitted over bluetooth. I have successfully setup bluetooth transmission...
Hi,
For my project I need to receive 9 bytes of data from our main board. This data gets send using UART.
By looking at the pin diagram I could not find specific pins...
Hello,
I am running nRF Connect for Desktop v3.2.0 on Win10 64-bit machine. Everytime I launch an applet, such as Power Profiler, I get a new blank window and nothing happens...
Hi, I am having a problem changing information advertised by the Beacon while the application is running. I started with the app_ble_template example and added Information...