use "nrf5340 cpuapp" to compile project, flash statistics as follows, see blue color
[3/11] Linking C executable zephyr\zephyr_pre0.elf
[6/11] Linking C executable zephyr...
Hello,
I am currently measuring the current consumption of the Thingy:91, specifically when running the Asset Tracker v2 application. I observed that the average current...
Hi
I've recently tried to move from SDK version 2.6.3 to 2.9.1. However i've run into issues with this transistion.
I made a new custom board, by following the guide...
Hi, I'm using nRF Connect SDK (v2.1.2) with VS Code on Windows for a project targeting nRF52811 .
Even though everything is versioned in Git, I keep running into the following...
Hello,
I want to set my TTL value in a node (nrf52840 dongle) that i use as a relay node.
In prj.conf file I set the node in this way:
CONFIG_BT_MESH_RELAY=y
CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT...
Hi , i am trying to use ble channel sounding feature through hci uart with an external host. I am sending CS commands but getting the following error for one of the commands...
After modifying the factory data with the script generate_nrfconnect_chip_factory_data.py, the discriminator and passcode work, but how do I change the value of the Manual...
Hello all,
I want to do current measurement for nrf51822 which is flashed with my own ble application which uses some custom services. As mentioned in evaluation kit user...
Hello,
My team and I are trying to decide how to power the nrf51822. We will be using a 3.7V lithium ion battery as our power source.
I saw in another post that it is...
I am planning to use the LPCOMP in conjunction with an external reference. I would like to just use a voltage divider to create the external reference.
Are there any impedance...
I recently received a nrf51822 mbed board.
I went with the mbed board over the EK because I figured it was more 'open', without realizing exactly what mbed was. I played...
I use the SPI slave function on 51422. When I send a byte(0x31) to 51422 SPI slave from master, 51422 will back a byte (0xAA - DEF byte) to master. Why?
I send 0x31 every...
Many Bluetooth library features are not yet available and so I would like to use a standard tool chain to compile sample programs and my own programs to run on the mkit.
Hi,
I am using the nRF51822 with an external 16MHz crystal. I was curious if there is any way to tune/calibrate the system clock that is derived from this crystal. The purpose...
Hi All,
I am novice in this nordic nrf 51822 programming. I wanted to know the best way to do the
following.
I have two different functionalities to be run on eval...
Hi All,
In ble_app_hrs example two function is defined for gpiote_init()
1)
static void gpiote_init(void)
{
APP_GPIOTE_INIT(APP_GPIOTE_MAX_USERS);
}
2)
static void...
Hi
I found there is bonding managing routine in SDK HRM and Proximity examples.
bond_manager_init();
It means in these two case, after pairing with BTLE host, the...
My question is regarding the PPI channel groups. The documentation is extremely limited and leaves many questions.
My goal is to generate 3 PWM signals from a timer with...