Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi,
i'm using nRF5 SDK 15.2.0 and nRF5 SDK for Mesh v3.1.0 using the examples light switch client and server. the clients getting data from my sensor over the UART and sending...
Versions:
Windows 10 Enterprise: Version 1803
SEGGER Embedded Studio for ARM (Nordic Edition) V4.20a (64-bit)
Python: 3.7.4
pip: 19.2.3
west: v0.6.2
nrf repo:...
The nRF5SDK has a rich set of examples illustrating extensive use of the BLE APIs, including full examples of the Blood Pressure profile and other health device profiles....
Hi,
I am using nrf51422 dk board using sdk 12.3 and soft device s130 in keil5 ide. In our project i am using nrf51422 board as central and other controller Bluetooth board...
Hello,
I'd like to evaluate the Rust HAL for the nrf52 family of devices. But before that I was asked to inquire about the stage of development of the HAL and the support...
I am experiencing an issue with the nRF52840 dongle and programming UART pins. First off, I have developed my application on the nRF52 DK and it works fine and now I am programming...
Hi , I need use the DFU ble without have to generate a packet with the nRFutil. I wan't put a open bootloader on the board, don't need to be secure just easy and fast. But...
I am trying to find the hardware datasheet for the speaker on the Nordic Thingy 52 - can someone help point me towards it?
My end goal is to learn about the characteristics...
Hello!
I have been trying to implement the serialization for STM32L476. During my development I discovered that the deserialization of the SD_BLE_GAP_ADV_SET_CONFIGURE response...
We have a custom board with nrf51822 chipset, and we need to implement the firmware update process, which can support both over-the-air and uart type firmware update.
1...
Hi, we are contemplating moving an existing application to a nordic chip, the nRF52832.
https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf
Our previous CPU uses...
I'm in the process of implementing a custom layer above ESB in order to allow more than 8 devices to communicate with a receiver (By tagging packets with a device ID)
I...
I used nRF52 SDK V15 and tried to load the sample BLE HID apps into the nRF52-DK Development Board.
I tested both ble_app_hids_keyboard and ble_app_hids_mouse. Both apps...
We have exiting BLE 4.0 device, which should be updated to the mesh. nRF52832
In the DFU for BLE4.0 you could update the booltoader and the softdevice with one update, with...