Is it possible to see LOG_INF() or LOG_ERR() messages from custom board software when the custom board is connected to a nRF52840DK through connector P20? The custom board...
I'm evaluating nRF52840 as a candidate MCU for our next gen. electronics. I am following the DevAcademy class - all working well until I try to flash the (brand new - just...
Are there any unique design considerations to take into account when using the nRF54L series with RRAM? For example, are there any concerns about magnetic fields causing bit...
Hello Nordic Team,
I have a working project that uses BLE to communicate with a mobile app, and I am now looking to integrate Google Fast Pair as an additional feature....
Hi, I've been given an nRF52 devkit and have been tasked with programming to generate a 2.4GHz signal. The requirement given to me is that simple. (I believe an RF expert...
Hi,
I’m using the function lte_lc_psm_param_set(rptau, rat) . After connecting to LTE, I call lte_lc_psm_get(&psm_cfg.tau, &psm_cfg.active_time) and receive the following...
Hi,
I am new to the BLE and Soft device stack, I am working on Multi link peripheral example with SDK version 9.0. I have flashed the S110_nRF51_8.0.0 into the nRF51-DK...
I wanna to make an iBeacon device based on ble_app_beacon example.
I found in the example the default advertising mode is BLE_GAP_ADV_TYPE_ADV_NONCONN_IND, where its advertising...
Hi all,
I just received my nRF52 DK and started attempting to run examples on it. I am having an odd trouble that the LED2 is always lit after programming the board, no...
Hello,
I ran PCA10005 board with nrf51-ble-app-lbs application and programmed PCA10004 with S120 ble_app_multilink_central. I have connection between them (I just changed...
Hello everybody,
I am currently experimenting with BLE on the nRF51-Ek. At measurement on the oscilloscope, the BLE protocol shows a behavior that I do not quite understand...
Hello.
I get error 0x10 (error for invalid flags) when i want to write to peripheral with my master module. I use the same code i always used, and i didnt change anything...
Hello.
I written code for nRF51822 w/ MPU6050 in S110(8.0.0) and Keil.
I tried to setup gyro as bellow.
twi_master_init(); => mpu6050_init(MOTION_SENSOR_ADDRESS);...
Hello
I have connected the nrF51-DK board and it was recognized by the computer.
I have managed to put in in a boot loader mode.
Since I switched it to boot loader...
I have three pca10001 boards. One is programmed as multilink central and other is programmed as multilink peripheral. when both peripherals are connected to central, the central...
I'm a newbie for Nordic development.
I just noticed that softdevice, app, and bootloader share the same CPU, RAM and Flash at the same time. This three software modules...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
Hi
I use an avr attiny441 with the nRF24AP2. Communication is over SPI byte flow. After start up, I get the start-up-message from nRF24AP2. That's fine. Afterwards, when...
Hi
the PWM frequency should reach 8MHz( duty cycle is 0.5 )when use timer0(16M) without SD.but i revised timer demo code from peripheral and only get 50KHz.i don't know...