Interface JemRF Modules with #AdafruitIO | #IoT #IoTuesday
If you have JemRF products in your toolbox they’ve written up a handy guide for interfacing with Adafruit.io Other integration documentation is provided for AWS, Google Cloud, PrivateEyePi, and more.
The JemRF Adafruit IO interface examples can be found at:
https://github.com/JemRF/Adafruit-IO
Raspberry Pi Python Tutorial
What you will need:
- Any model Raspberry Pi with preferably the full Raspbian distro (you can use Rasbian Lite but will need to install Python and PIP)
- Wireless Base Station for Raspberry Pi or Flex RF Module
- Any wireless sensor
What you need to know beforehand:
- How to operate a Raspberry Pi
- You have already set up your wireless base station and tested your sensor
- Some Python programming knowledge is preferable but not mandatory as we provide you with the source code
- You can review the Adafruit IO Python github page documentation here.