Hi all,
I am trying to get going very simple connection between multiple devices - specifically the end product is first-responder walkie-talkies. Effectively all I need...
Hello,
We are currently developing a project based on the nRF52832 SoC, where two external sensors are connected:
Proximity Sensor: VCNL4040
Accelerometer: LIS2DH...
Hello Nordic Team, I have devices running nRF9160, modem firmware 1.3.6, tied with MNVO SIM card that provide access to multiple operators. Providing an example seems to be...
Hi
I was initially using Window 10 Laptop with nrf52832 ncs2.9.0 in visual studio code....I developed a ble application with mcuboot (over ble - reference nrf academy tutorials...
Hi,
We are making the module having NRF54L15 bluetooth and NRF21540 AFE chip.
now can we use Channel sounding feature on dual antenna or single antenna with NRF54L15 ...
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…