dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi everyone. I'm using nRF Connect SDK 2.6.1. I'm implementing LittleFS for file management on an external QSPI-Flash. I need to format the flash and erase all of data. I...
Hello,
I am currently researching the best way to be able to change the rate at which I fetch a GPS fix. I want to start the program at 60 seconds, then depending on environmental...
This is a continuation of this question . It may be necessary reading to understand the context.
I 'm confused by this topic too, however I think the error about "boot_partition...
Hi,
I'm trying to build the MQTT sample for a custom board, trying to communicate between nrf52840 and nrf7002 via QSPI. Here's my board definition:
In the build configuration...
Hello everyone,
I Have a LTE reconnection issue after LTE signal loss with SDK 1.3.6. I was doing some LTE connectivity tests by placing the board in a faraday box. After...
Hello! We have developed a custom board featuring an nRF9160 and an ESP32-C3-MINI-1 co-processor, which is flashed with AT-firmware (version 3.2.0.0). Our current application...
Good morning, if I wanted to develop a board with the VM3011 device, where can I find it? It seems impossible to find it as a device in major stores, and I can't even find...
Hello,
I would like to develop a temperature logger which Starts to log temperatures between certain limits
The data is stored until the device has connectivity to the...
Hello,
I know this issue has been discussed extensively in different posts, and I believe I read all of them, but still I can't get it working.
I'm trying to drive...
Hi,
I'm trying to run the i2s output sample from NRF Connect SDK 2.7.0 on the nrf52840 DK, and I'm only getting the clock signal from P1.15, and no signal from any of the...
I'm just a bit fuzzy on how all of the bootloader stuff comes together.
Our application is small (100K-ish), so a dual-bank strategy seems appropriate.
It uses a proprietary...
Hi.
Could you please tell me how to trigger an interrupt when changing the USBREGSTATUS register?
I can monitor the state of this register in polling mode, but I don't...
We used two different packages of 833 and assembled two batches of PCBs. The first batch used the aQFN package, and the radio can operate normally. The second batch used the...
Hi,
We are using nrf Connect SDK v2.0.2 with the hci_rpmsg app programmed into the network core. We have a second radio test DTM application programmed into the network...