Building a weather station

A great project to work on is building a weather station. The Raspberry Pi 2 has so much processing power to offer:

  • It can store a large amount of data in a database with ease
  • It can be its own web server running with a variety of programming languages
  • It can crunch numbers, create statistics, and eventually become nice graphs
  • It can even stream live videos using WebRTC or RTSP

Real-time embedded devices

Atmel AVR (used on Arduino) and PICAXE are very well-known microcontrollers that run code with real-time precision. The advantage of these microcontrollers is that you can program them with simple code once, upload the code, disconnect them from the development board, and use them like a standalone IC.

Your initial cost for ...

Get Raspberry Pi 2 Server Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.