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...
Hello I saw a Nordic presentation where they state that the plugin for nrf51 can export services from Bluetooth Developer Studio for nrf52 but when I include the generated...
Hello,
I have enough experience for ARM MCUs but I am newbie to BLE technology.
I am thinking of a project about using NRF51822 beacon to unlock door when in range.
I am...
Ok, so please bear with me as I'm quite a greenhorn both in embedded world as in nRF series chips. My aim is to understand how deep sleep works. I might use wrong terminology...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
Hello,
We use DFU Service with nrf51 with sdk 9.0.0.
GATT 0x1543 characteristics can be found on DFU Serivce. But the descriptions are not found on documents.
infocenter...
Dear Nordic,
I have developed the software using development kit with latest chip version 3
nRF51422_xx_AC --->32KB RAM and 256 KB FLASH
SDK ---->nRF51 SDK 9.0.0
S110...
Hi,
I'm working on setting up project inside uVision. I have added all files with headers, and when I try to compile this is what I got:
..\SDK10.0\components\libraries...
Hello,
Has someone been able to use DFU with nRF52 device?
I'm trying to add the DFU capability/service to the HRM example.
I have added the BLE_DFU_APP_SUPPORT define...
maybe the document of GPIO Pin sensing mechanism has some wrong in the nRF51 Series Reference Manual (version 1.1).
sense high/low level defined in the document is different...
Hello,
I'm looking to find an example of an iOs code (xCode), in order to control the led with an iPhone (a simple application : on the phone, there is one button, and...
Hello all, I am using nRF51822 SDK8.1.0 SD130
The code was a central, and I want add a peripheral function.
I reference \examples\ble_central_and_peripheral\experimental...
Hi,
I can't find any data on the analog comparator delay in the datasheet. Except the 15 us for anadetect signal. Is this the delay through the comparator for normal signals...
Hi,
I am developing some DFU OTA firmware for nRF51822, QFAAH0 (v3 silicon, 256kB ROM, 16kB flash), on a custom board, using SD110v8. Both my application and bootloader...
I am playing with the nRF52-DK preview and I noticed the samples in the 0.9 SDK are set to 32k of RAM. I increased it to 64k as per the chip specification and had no problems...