Recent and unreplied - Help your fellow developer and earn points!
Recent in Nordic blog
  • ADXL 345 Tutorial

    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…
  • nRF51 Qt GCC Example

    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…
  • ROM and RAM Management

    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 …
Latest guides