Your shopping cart is empty!
Getting Started With ProjekIoT.com Using Raspberry Pi
- Idris Zainal Abidin
- 20 Nov 2019
- 756
Introduction
ProjekIoT.com is an IoT middleware system that allows IoT developers to store their IoT device data for recording and processing. This IoT platform was developed in collaboration with 2 local companies Sahrul Technologies (Shahrul Nizam) and InStack Technologies (Akmal Hazim). The interesting part is, Akmal Hazim is 14 years old and yes he is still in school! So in this tutorial, I will share on how to get start with ProjekIoT.com using Raspberry Pi.
Video
This video will show you how to get start and send sensor's data to ProjekIoT.com using Raspberry Pi.
Hardware Preparation
This is the list of items used in the video.
- Raspberry Pi 4 Model B - 1GB
- 16GB Micro SD Card with NOOBS for RPI
- Maker pHAT
- MPL3115A2 I2C Barometric/Altitude/Temperature Sensor
- Official RPi 15W (5V/3A) PSU USB C UK Plug-Black
Sample Program
This is python 3 sample program which can be used with Thonny Python IDE. Please enable I2C in Raspberry Pi, and install MPL3115A2 circuitpython library from Adafruit, with following command.
sudo pip3 install adafruit-circuitpython-mpl3115a2
Thank You
References:
Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.