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 an nrf52832 dev board with me and I'm using nRF5_SDK_15.0.0_a53641a SDK version. I'm using the project " pca10040_ble " inside the " secure_bootloader " folder from...
Hello,
We are evaluating Thingy:91 for NB-IoT. We want to validate the RF transmit test and are using %XRFTEST command.
The syntax is as follows, AT%XRFTEST=1,1,3,18000...
The TWI_Scanner example is building and downloading fine (using SES) but it just prints:
"TWI scanner started."
Then nothing in terms of scanning addresses etc.
It does...
I've modified the ble-central/ble_app_rscs_c to scan for extended advertising packets.
The code works great on the nRF52 DK, but doesn't work on the dongle (nRF52840). ...
Hi everyone
I'm trying to implement the MQTT sample on my devkit but I'm a little bit lost. I never used the MQTT before, so its a little bit of a chocking to me.
From...
Hello Nordic team,
I am using SAADC in order to read values coming out of my current sense amplifier [INA180]. I am sensing the current through a fan which takes up to...
Hi,
I am trying to verify current consumption of nrf52840 DK (not any peripheral connected ) before doing that for our product.
We need to use RTC to wake up the device...
Hello,
I need some help updating NRF52840. This is my first project and I have a working application which uses Softdevice 140. I would like to update it with usb-serial...
hi all ,
zephyr bt_hci_core: HCI driver open failed (-5)
i follow this link .(open lte-m(udp) and gps between psm mode on NRF9160)
now ,i need add HCI driver to control...
Hello,
I am working on nRF52832 using SDK 15.3.0 in segger studio.
In my application I am calculate time interval of plus, In which i am given plus to the board pin...
I use:
pca10059, connectivity_4.1.1_usb_with_s140_6.1.1.hex
nrf-ble-driver-4.1.1-win_x86_32
I am trying to scan BLE advertise. I have a problem that ALL packets...
Hello,
I am using Segger and nrf52840 dk. I want to print float value in debug terminal but the value is not getting printed.
I did this-- printf("%f cm\n", temp);
in...
Hi!
I am currently trying to build the lwm2m_client. Currently I am using ncs v1.1.0-rc3.
I am using the devkit as hardware. The only thing I changed in the proj.conf...
Hi Nordic Support Team,
i'm working with nrf52832 development kit. In that, We are adding the UART features in BLE DFU secure bootloader example code in SDKV15.2.0. But...