Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
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) ...
I'm using nRF52 DK, mesh SDK version 2.2.0
I want give demo of the Light-Switch example application by forming network through mobile. I found that through mobile application...
We recently purchased the nRF6700 and nRF24LE1-F16Q24-DK from Mouser Australia. The Getting Started Guide is completely misleading (totally out of date). e.g. No product keys...
Hi guys,
I just wished to quickly clarify the ordering of notification/indication behaviour on SoftDevice S132/140.
If I were to post a notification then immediately...
Hi,
I was trying to get SAADC readings from AIN0 to AIN7 and also from VDD but I'm getting strange results. There is nothing connected to the pins but the measured value...
Recently I have encountered a software hanging issue on one of our products. It was based on nRF52840, with FreeRTOS (Thread SDK v1.0). The issue was apparently related to...
My application needs to keep time and support local time as well. I have implemented a service that allows setting the epoch seconds as well as a local timezone string. With...
Hello, I have an issue with the init packet on SDK13.1. i used nrfutil to generate the .dat and .bin files that i read with Hex editor to transform then into byte arrays....
We've purchased the nRF6700 (nRFGO Starter Kit) and nRF24LE1-F16Q24-DK (Dev Kit) from Mouser Australia.
Both products arrived without Product Keys - so can't download any...
Hi all,
I am using the S332 softdevice for dual ANT/BLE stack in SDK v14.2 bundled with bootloader_secure_ble, which was apparently power optimized in SDK v15.0.0 (see my...
I have made a custom board based on the raytac NRF52840 module (MDBT50). When i load in the USBD CDC example (SDK version: 15.2), The device is not detected. There is no output...
Hi, I would like to build a mesh network with ANT so I tested the ANT scan and Forward example for nRF52832. And the current consumption is around 5mA, is this current normal...
As in the title, I installed 64bit nRFgostudio, however it crashes just after opening with the log below. It opens fine when I do not have my Thunderbolt 3 docking station...
Hi,
How can I send message from servers other than 0x105 and 0x106 to client?
I receive status message in client from servers 0x105 and 0x106.
I can send message to...
I'm trying to use the SDK 15.0 saadc example with a potentiometer on AIN0, and I'm getting weird values. Left pot pin connected to VDD, right pot pin to GND, center pin to...
Hi Nordic:
I want to add some rtt log in the bootloader code, so I make bootloader flash start at 0x77000, size is 0x7000, and my application's FLASH_PH_SIZE is 0x77000...