Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
I am working through the TWIS Slave and TWI Master mode drivers Example using SDK 12 with the nRF52832 PCA10040 board and having issues. I am using Minicom through the terminal...
I want to use the last page of codespace for storing a single 32 bit word of non volatile data. I am failing so far and I think I just don't understand the page numbering...
Hello everybody
I am working with the Raytac BLE Module "MDBT40", which is based on nrf51822.
And I am testing example project "ble_app_uart" in the SDK6.1.0 now.
...
I would like to confirm my understanding of Problem sending 6 bytes to multiple services using sd_ble_gatts_hvx
I use nrf52832 sdk13.0.0
BLE SPI is master. I dropped...
Hello,
I connected the nrf module to jlink as described:
• vdd(nrf)-----3.3V
• gnd(nrf)-----gnd
• SDO(nrf)-----SWDIO(jlink)
• SCLK(nrf)-----SWCLK(jlink)
• 3.3V...
I've run into some interesting behaviour in my code and wanted to see if anyone can clarify for me. It seems as though the SPIS module doesn't set the MISO pin as high impedance...
Hello,
I built a simple I2C application for the LMP91000 and I was successfully able to configure it to read the status register.
However, I tested to see if I could...
Hi,
I used to use an imitated Jlink debugger to program/debug my target board(one Nrf51822 on it)
There are pins connection between them,it works just fine.
Now I...
I aslo read other question about sd_ble_uuid_encode .
But my problem is different from it.
I use nrf52832 and DK board.
I made my application from ble-app-template...
Hello,
I want to define a writable payload section and a static payload section (not writable) in one tag is this possible?
I have now implemented it like this, but...
While reviewing the Thread DFU examples I saw that Nordic ported the IoT CoAP library to thread. Is it possible to use other IoT libraries with some modification? Obviously...
I am creating a BLE peripheral device which I want to test using the automated testing feature of NRF Connect. I have connected a android phone to my windows PC and the phone...