This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Starting out

Hi, I've being using an arduino to collect pressure measurements from the BOSCH BMP280 pressure sensor over I2C. I want to do the same using the nRF52840 and miniturize my device. I want to send the data over bluetooth to my PC. Where are the tutorials and sample code that would help me? Is there a sample project similar to this?

Parents Reply Children
  • The thingy FW is not a part of our regular SDK release. It's built on an older SDK version. Also, it doesn't include project files for Segger Embedded Studio IDE, requiring you to either Makefiles or Keil uVision to build it. It's certainly not the most straightforward example to start with. Again, my advice is to do it in smaller steps. I would have started developing the FW on an nRF52840 DK connected to a BMP280 breakout board (or an Arduino type shield if that exists) and get the I2C part to work first. The development kits, unlike the thingy:52, include an onboard Jlink lite debugger that you can later use to program your custom boards.

    Our online power profiler makes it easy to estimate current based on various parameters: https://devzone.nordicsemi.com/nordic/power. It does not include the sensor, but it will likely have little impact on the average power consumption. It depends on how frequent you need an updated reading and what the sensor's standby current is. For actual measurements on the DK, see Measuring current

  • It's certainly not the most straightforward example to start with

    Ha ha - no kidding!!

    Smiley

    To be fair, the Thingy is a pretty complex system - certainly not a beginning example!

    I wouldn't be surprised to find that most people just buy it and use it as-is ... ?

Related