IoT Development Lifecycle

Everything occurs with an idea. Whether it is pin or pen, someone must have thought about the idea before the launch of the final product.The process of conception to product is known as the Product Development Life Cycle. An IoT solution development lifecycle consists of both software and hardware development. We all are already aware of the software development life cycle, but the hardware part is still not very much cleared .Although the hardware part of an IoT solution requires a complete understanding of the product, sensors, firmware ,circuit design, etc.

Learn Serial Communication Peripherals

In this tutorial, we are going to connect a BMP280 barometric pressure sensor to an Arduino and write the results to a computer using a terminal emulator called PuTTY. The BMP280 will be connected using I2C. We will collect data and write to file a make-shift timestamp by reading the elapsed time since the Arduino started. The file will be written in CSV (comma separated values) format often used when data with similar structures are saved to file or transmitted over a link. It is Excel compatible and can just be opened with it to put the values into columns and rows.