I have an Intel® NUC Kit DE3815TYKHE and I finally got some time to reinstall the OS on it. I’d also installed an SSD drive which I had lying on the top shelve of my study room. My intention is to install Ubuntu Core on the eMMC and Ubuntu 16.04 on the SSD. Ubuntu Core to… Continue reading Installing Ubuntu Core and Ubuntu 16.04 on Intel NUC
Category: Devices
Running IoT Edge on Raspbian/arm32/arm-hf
I reckon that I’ll always try to start my technical articles with the following tl;dr to introduce a summary of a lengthy post. TL;DR – Azure IoT Edge is a project which enables edge processing and analytics in IoT solutions. The modules within the IoT Edge gateway can be written in different programing languages (native… Continue reading Running IoT Edge on Raspbian/arm32/arm-hf
Bridging network adapters to share Internet connection with your RPi2/Windows 10 IOT Core
In my previous post, I shared about the workaround in order to share Internet connection via ICS when the option is disabled due to domain group policy. I learned that there is an easier option to share the Internet connection of your Wi-Fi adapter to devices connected to your Ethernet adapter, like a Raspberry Pi… Continue reading Bridging network adapters to share Internet connection with your RPi2/Windows 10 IOT Core
Windows 10 IoT Core / Raspbian on Raspberry Pi 2 using Windows 10’s Internet Connection Sharing (ICS)
You just got yourself a Raspberry Pi 2 (RPi 2). You could be running Raspbian or Windows 10 IoT Core. You don’t have access to a hub/switch/router to connect the RPi 2 for Internet connection. The next best solution is by connecting the RPi 2 to your PC via Ethernet and sharing your Wi-Fi’s internet… Continue reading Windows 10 IoT Core / Raspbian on Raspberry Pi 2 using Windows 10’s Internet Connection Sharing (ICS)
Using Azure Stream Analytics to tap into an Event Hub data stream
The pre-requisite is to make sure that you have requested for Stream Analytics preview if you have not already done so. 1. Create a Stream Analytics job. Jobs can only be created in 2 regions while the service is under preview. 2. Add an input to your job., This is the best part because we… Continue reading Using Azure Stream Analytics to tap into an Event Hub data stream
Using more accurate temperature sensor with my Raspberry Pi
When I stumbled upon the MCP9808 precision temperature sensor, I was sold based upon its promise of up to 0.25 degrees Celsius accuracy. Just like my Freescale Xtrinsic sensor board, there’s a Python library that that allows me to use the MC9808 temperature sensor with my Raspbbery Pi. My one and only challenge was doing… Continue reading Using more accurate temperature sensor with my Raspberry Pi
Installing Windows Developer Program for IoT image on Intel Galileo Gen 2
In order to setup and install the Windows image onto Intel Galileo Gen 2, the best way is to follow the setup instructions in the Windows Developer Program for IoT. Please be very careful with the folder where you will save the .cmd and .wim file. The best is to store the downloaded files in… Continue reading Installing Windows Developer Program for IoT image on Intel Galileo Gen 2
How to send sensor data from Raspberry Pi to Azure Event Hub using a Python script
This post follows what I intended to do which is to pump sensor data consisting of temperature and altitude readings from the Xtrinsic sensor board to my Azure Event Hub named getfityall. The sensor board comes with some Python scripts already as you have seen in my earlier posts. Coupled with Microsoft Azure Python packages from the SDK,… Continue reading How to send sensor data from Raspberry Pi to Azure Event Hub using a Python script
Fresh raspberry pi at my service
I am super glad that the items I ordered from Element14 arrived overnight. I got not one but 3 MEMS Sensor board, and it is working well. Proof that I somewhat “overused” the previous board so much so that the temperature and altitude reading stopped working. pi@raspberryclay ~/rpi_sensor_board $ sudo python mpl3115a2.py MPL3115: Alt. 100.24 Temp:… Continue reading Fresh raspberry pi at my service
Sending sensor board data from Raspberry Pi to Intelligent Systems Service (ISS)
I have been mucking around with the Xtrinsic-sense board which is an add-on to my Raspberry Pi. In my previous post, I had executed the Python scripts that came with the sensor library that I cloned out of this github. There is a good article that explains about how to enable Xtrinsic-sense board in Raspbian. However… Continue reading Sending sensor board data from Raspberry Pi to Intelligent Systems Service (ISS)