Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi,
We have a custom PCB based on the nRF9151 and nRF7002 for a tracking use case, supporting both indoor (Wi-Fi scanning) and outdoor (GPS) positioning. Our firmware is...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
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...
Hi everyone,
I've found a few posts and a lot of info but I'd like to know if there is an existing example that merges a few of the examples found here ( github.com/.....
Hello.
I want to retain the value of a certain variable after issuing a system reset (sd_nvic_SystemReset).
Can this be done without storing it in the flash memory?
...
Hello.
I use SDK 8.0.0 and PCA10028 board. I try connect board to the Windows 8.1 PC ( i have Tablet PC and Desktop PC with BLE dongle). For connect board to Windows i...