Hello,
I've been working on a project involving an IMU and bluetooth for a while, and had been using the IMU (LSM6DSO) on polling mode. Unfortunately, I found out that I...
Hi,
If anyone has time, I'd be grateful for a quick review of my board. It is my first board, I'm still learning, so I would like to know where am I making mistakes. It...
Hi,
when i try making a new connection with a new device using my for loop (reconnecting using the adresses that i stored in an array), i sometimes can get a warning which...
Hello!
I am working to design and build a custom PCB using the nRF7002 chip and came across this callout on the schematic diagram and wanted some clarification about it...
Hello,
I am trying to use an sdcard with the nrf54l15 DK board with the 2.9.1 sdk. However I encounter "<err> fatfs: Storage init ERROR! error: -134" when calling the disk_access_init...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
I upgraded the SDK to 3.0.0. and now I have an issue:
"Actions/Flash" command fails with "Timed out waiting for RRAMC.READY.". "Actions/Erase and Flash" works.
I am on...
Hi
I have a problem when bootloading with nrf toolbox. It seems like when i flash files over 0x10000 in size the program overwrites itself. When i flash files with smaller...
I know this is somewhat "how long is a piece of string". I'm happy for guidance rather than solid numbers:
I'm trying to spec a "keep alive" circuit for an nRF51822 project...
In my S110 softdevice I want to accept connections only from centrals which passed OOB pairing.
My situation: There can be many centrals around my peripheral but only authorized...
We are trying to get an mBed-compiled hex file uploaded to production hardware but it is throwing the error "failed to read hex file".
The code is compiled for the nRF51...
Hello
I want to connect nRF51822 (on a readbearlab ble nano) to arduino micro which uses 5V logic on a 32U4 IC. I know I can use an external logic level shift, but I need...
In table 32 on page 25 of the NRF51 Reference Manual, there are a bunch of registers with the description "Reserved for Nordic firmware design" or "Reserved or Nordic hardware...
Dear nordic.
I am testing with nRF51822, and have some question about hardware stability check.
nRF51822 have Clock Monitor Unit (Clock fault detector)?
Is WDT same...
I am running a standard schedule loop where I wake-up, service any scheduled tasks, then immediately go back to sleep. However, I am observing the following pattern:
...
Hi,
Everyone,
I have been working with Nordic NRF51422 with keil since laste 4 months.
Now I want to make Dev kit working on windows machine with eclipse GCC
Following...
Hi everyone,
When I run 4 instances (i.e., x2 PWM channels) of PWM with S210 (same example as the ant_background_scanning from SDK 10), after few seconds of constantly...
Hi, I am following the tutorial devzone.nordicsemi.com/.../ . to try to use eclipse to program and debug.
I have installed Eclipse on windows and I can compile without...
Timers are defined by a macro: APP_TIMER_DEF. This unfortunately expands to:
#define APP_TIMER_DEF(timer_id)
static app_timer_t timer_id##_data = { {0} };
static const...
Hi, we're working on a project that involves constant streaming of gyroscope and accelerometer data from an NRF51822 based module to a Linux machine.
What we've been working...