my nrf52833 board cannot work after power. but can start when I run nrfjprog --reset . but when I power down and power on the nrf52833 board, it do not work. the following...
I have an IoT project that reads data from a proprietary device via an I2c SBIffer. The device consists of a controller and a small display, which are connected via an I2C...
Hi,
I am working with a u-blox EVK-NORA- B206 development kit. It has an onboard J-Link and it contains a NORA-B206-00B which has a NRF54L15 inside. I use VS Code with the...
Hello!
We are working on a custom PCB with nrf54l15 chip on nrf connect sdk version 3.2.0.
The I2C (TWIM) SCL line functions correctly, but the SDA line is not being driven...
I just got the board, installed the nRF connect sw. Then installed the J-link, connected the board, power it on and run the quick guide, but it searches and doesn't find anything...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need it to see the values coming outta…
Hi Everyone!
At Sky Wave Design, we recently switched all of our Nordic development over to using GCC and using Qt Creator as the IDE.
We have released our example project on github for those of you…
Introduction
Here are some tips and tricks to manage your application size.
RAM and ROM usage
The total RAM usage is:
ZI-data + RW-data
The total flash usage is:
Code + RO-data + RW-data
…
Obligatory Disclaimer
Security is hard. If a product handles sensitive information then it is the engineer's responsibility to his customers to consult a security professional. However, experimenting…