-
Continue reading →: Azure IoT Hub / Raspberry Pi IoT Project – Connecting Pi, Azure and Power BI.With the Pi successfully reading temperature and pressure from the sensor, and connecting successfully to Azure it left one more step in my project – outputting the data in a meaningful way. For this part of my project I’m looking to collect the data Azure is receiving and put it…
-
Continue reading →: Eloquent JavaScript -Book Review (JavaScript)I have been given the opportunity to review “Eloquent JavaScript” (3rd Edition) by Marijn Haverbeke, published by No Starch Press. First in the interest of fairness and openness; No Starch Press has very kindly sent me a copy of the book for free. As my regular readers may have noticed,…
-
Continue reading →: Azure IoT Hub / Raspberry Pi IoT Project – Connecting Pi and Azure (Raspberry Pi / Python)I have looked at the best Raspberry Pi & sensor for my IoT Temperature Project, setup the hardware, took measurements and outputted them to a Twitter bot. Then yesterday I created an Azure IoT Hub, which means I now need to connect the Raspberry Pi to the Azure IoT Hub.…
-
Continue reading →: Azure IoT Hub – Raspberry Pi IoT Project
For this part of the Raspberry Pi IoT project I am going to be using Microsoft Azure, if you want to follow along please sign up for a Microsoft Azure account. Log in to https://portal.azure.com/ with your Microsoft Azure account. For me it took a few minutes and a few…
-
Continue reading →: Installing / Using Flask or Raspberry Pi IoT Project: Temperature Part 4 (Raspberry Pi / Python)Now that the temperature sensor is taking readings and tweeting them I want to look at exporting the results another way, and what better way than a web page. I have created guides on using a Raspberry Pi as various different types of web server; see: Node.JS Apache / WordPress…
-
Continue reading →: Raspberry Pi IoT Project: Temperature Part 3 – Tweet Bot (Raspberry Pi / Python)With the Raspberry Pi set up (see parts 1 and 2) it is time to expand the project. First up is bringing back the geektechstuff_automated twitter bot to get it to regularly tweet the room temperature. Thankfully my previous experience with Twitter let me reuse some of my old coding:…
-
Continue reading →: Raspberry Pi IoT Project: Temperature Part 2 – Testing Hardware (Raspberry Pi / Python)In part 1 I looked at the planning of my new Raspberry Pi / IoT project (temperature readings) and decided on the hardware to use. I already had the Raspberry Pi 3 (and appropriate microSD, power etc…) so the only thing missing was the temperature sensors. I ordered the sensor…
-
Continue reading →: Installing Django (Python)Django is a Python web framework, today I will be taking a quick look at how to install it. My recommendation is to install Django in a virtual Python environment, which my previous blog post discusses. After creating and activating the virtual Python environment, the installation of Django is done…
-
Continue reading →: Raspberry Pi IoT Project: Temperature Part 1 – Initial Planning (Raspberry Pi)Time for a new project for my Raspberry Pi 3B, this one has the current aim of regularly taking a rooms temperature and recording the results. However, for this project I will also be looking at the possibility of later expanding it so I am going to look at multiple…
-
Continue reading →: Programming 102: Think Like A Computer Scientist (Python)Today I finished/completed Programming 102: Think Like A Computer Scientist, which is a course created by the Raspberry Pi Foundation and hosted on the FutureLearn platform (details for both below). Programming 102: Think Like A Computer Scientist is an 8hr course split over 4 weeks (2hrs per week), although I…



You must be logged in to post a comment.