Hi team, We’re using the STM32H7 as the host MCU and the WMC02C Wi-Fi module (based on the nRF7002) connected via SPI on a custom board. I tried running the Wi-Fi scan example...
Hi,
I'm attempting to upgrade an existing project (which is still in the development stage) from NCS 2.7.0 to 3.0.2; this seems to break native TLS, and I'm not sure why...
Hi, I've encountered a change in behavior when upgrading from NCS 2.9.1 to NCS 3.0.1 regarding MCUboot and watchdog integration. In NCS 2.9.1, I was able to enable the watchdog...
Hello,
On our custom PCB, we’re using an nRF5340 and an nRF7002 via the WM02C module.
In our devicetree, we are using the following QSPI node configuration.
We’ve produced...
Hi,
We are using a modified version of the multi-service sample for nRF9151. Generally, FOTA updates from the nRF Cloud work well.
Once we deploy the FOTA update in the...
Hi, I'm working on provisioning a Pre-Shared Key (PSK) during manufacturing for an nRF5340 device. The device needs access to the PSK at runtime to generate authentication...
Good morning,
I am running the UART example from SDK 14.2 (example/ble_peripheral/ble_app_uart) on a brand-new NRF52832 development kit (PCA10040).
On the master side...
Hello.
I try to periodically updated data in my characteristic that way:
As soon as I connected via "nRF Connect", function " sd_ble_gatts_hvx" returns: NRF_ERROR_SVC_HANDLER_MISSING...
Hi all ,
I have SHT31 and I can read Temperature and Humidity value by NRF52 . But I want to create 1 service for display it on smart phone with the RH (name: Humidity,...
Hello,
I would like to measure the voltage of circuit GND by using the embeded SAADC of nRF52832.
But unfortunately I have no vacancy of GPIO to connect GND.
Could you...
I have set up a nrf52840 kit to upload data to nrf cloud via bluetooth but the data on the cloud is displayed as a hexadecimal number(1,2,3,4,5,6,7,8,9,A,B......) I want to...
I am not seeing a transition to BLE_ADV_EVT_SLOW. The transition I see goes from FAST to idle, without a transition to slow, from the configuration I don't expect to be in...
I am trying to implement a timer using nrf_drv_timer.h and nrf_timer.h, however, the handler never gets called.
I first create a timer, then define a timer handler and finally...
Hello everyone! I am trying to program a nrf52832 sparkfun board through a nRF52DK. I have already gone through the pin connection guide succesfully and I can flash succesfully...
Hi there,
I could program the HEX file to nRF51DK via nRFgo studio successfully and the board seems to work fine as well. And then, I try to read back the HEX file from...
I am just wondering if it is possible to use the 52840's USB interface to create an R/NDIS type interface . The intention is to maybe create a WIFI/Cellular based Network...
Hi,
I am testing ble_app_att_mtu_throughput in SDK 14.2.0 between two nrf52832 DK board. One is act as a central and other one peripheral. I am placing these two boards...
Not a question, just to tell you that in ble_gatts_attr_t Struct Reference, documentation of « uint8_t* ble_gatts_attr_t::p_value », a « @ref » Doxygen markup has been produced
I have one pca10040 board, I want to realize the data transfer between the nrf52832 and the PC by BlueTooth, I use python3.5+PyBluez. When the nrf52832 is running the "ble_app_blinky...