I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
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...
I'm working the the NRf52 dev board and SDK12.2. I was able to successfully load the standard DFU example and then use the NRF Toolbox on an android to load the example HR...
Hi.
I'm getting an nRF Dongle (PCA10031) set up on a Windows machine to be the BLE central that we'll use for our production line testing. To that end, I've built the pc...
The pc-ble-driver project uses CMake to generate Solution and Project files for the Windows build of the project. CMake uses absolute paths in these generated files. I can...
Working with nRF52832 and SD132-v2.0.1
Using Timer 1 at 1MHz (pre-scale 4) and 32bit bitmode CC to trigger events at a pretty wide range (from us to minutes).
I'm getting...
I am calling certain services and I can see this output on my UART listener:
0.000013 : UART Start!
0.385355 : BLE Stack Initialized
0.385581 : Peer Manager Initialized...
What would be the best value for UART buffer?
When I put it as 512 it gets crashes, below you can see the putty output
0.000013 : UART Start!
0.415937 : Handle list for...
I want to use app sched feature, so as example does, I call:
static void scheduler_init(void)
{
APP_SCHED_INIT(SCHED_MAX_EVENT_DATA_SIZE, SCHED_QUEUE_SIZE);
}
since...
Hi Team,
I need to make an application that we receive a data from a chip through UART and need to send the data to Console through another UART. Is it possible to make...
Hello,
My setup:
PCA10040 DK,
12.2 SDK
I copied the "BLE_APP_UART" example into my project folder and want to "upgrade" it with the TWI.
So I copied parts of the "twi_scanner...
Hi all,
I'm starting with fcc and etsi test! i know that the radio test example is useful to test the radio.But the ETSI add two type test about receive emission spur and...
Hi!
So I managed to create my custom service with one characteristic (a struct with several attribs).
I can see it in my app and everything's awesome. Yay.
But in some...
I have been experimenting with the mbed BLE Health Thermometer examples, BLE_Themometer etc. Whilst they are visible and show their name in the nRF Toolbox Health Thermometer...
Hello,
with Android 5.0 BLE central and S110 8.0 peripheral I do this:
Erase all bonds in device_manager_peripheral.c
Check that m_peer_table contains zero...
Hi,
I would like to convert a blinky project for the BOARD_PCA10040 to my own custom board. I can't find on eclipse where "#define BOARD_PCA10040" symbol is defined so I...