I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
While debugging this code https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/adc/src/main.c using nrf9160dk getting error "device_get_binding...
Hi,
I've recently built my own custom board (with an onboard nrf52840) and have been trying to program it with an nrf52 dev kit. To program it I've used the following forum...
Hi Team,
SDK used 17.0.2
I am able to successfully wakeup the device from systemOFF using a gpio (not from sensor). In this case it is consuming only 350 nA (300 = nRF...
Hi, I tried to run the ble_app_beacon example (PCA10056e) on NRF8211 chip using SDK 17.1.0. I removed the DEVELOP_IN_NRF52840 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES defines...
I'm trying to flash to a nRF9160 with nrfjprog. The hex file works fine, and can be flashed from other (windows) computers. But any change i'm trying to make with nrfjprog...
When I use this example:ble_central\ble_app_uart_c (SDK_17.0.2 S132 nrf52832)
It disconnects every few seconds and reason 0x8.
LOG :
<info> app: conn_Param Update...
Hello! I'm reading the functions that exist in SPU HAL.
The function nrf_spu_flashnsc_set is used to configuring non-secure callable flash region. Which is great to use...
Hi,
I am using the nRF52833DK with NCS v1.6.1 in SES for a multiperipheral application. The application has the LIS2DH accelerometer which is communicating with nRF52833...
I'm using nrf_sniffer_for_bluetooth_le_4.0.0 on Ubuntu 20.04.3 and running `./nrf_sniffer_ble.py --extcap-interfaces` fails on my system. Which also means the nRF52840 dongle...
Hello,
I would like to implement an I²C communication between a nrf52840 and a MCP3221 (which is an ADC).
The first 7-bit of the MCP3121 are 0b1001101. I guess the slave...
Hi!
I have a custom board based mostly of the nrf9160DK, where I need communication between nrf52849 and nrf9160 processor.
I have used the code from this ticket that...