Metadata-Version: 2.0
Name: iotloranode
Version: 0.0.2
Summary: IoT LoRa Node pHAT Python Library
Home-page: https://github.com/PiSupply/rak811-python
Author: Pi Supply
Author-email: Ryan@pi-supply.com
License: GNU GPL V3
Keywords: Raspberry Pi IoT LoRa Node TheThingsNetwork TTN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Education
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: pyserial (>=3)
Requires-Dist: future
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

# rak811-python
RAK811 Python Library for use with LoRa pHAT &amp; MicroBIT Node

Currently the library is very early on in development. At the moment you will have to do the following:

Connect via SSH or open a terminal up.

Run sudo raspi-config
Select option "5 Interfacing Options"
Then select option "P6 Serial"

It will ask you if you want a login shell to be accessible over serial, select no.
It will then ask you if you would like the serial port hardware to be enabled, select yes.

Press enter and then finish. It will ask if you would like to reboot and select yes.

It'll reboot and then either re-connect or re-open a terminal.

Next download the python file to a directory you wish, currently it isn't available via Pip but will be soon.The easiest way is to wget https://raw.githubusercontent.com/PiSupply/rak811-python/master/iotloranode.py

Finally you will need to install python serial which can be done with "sudo apt install python3-serial python3-rpi.gpio"


We're still working on the documentation and all of the functions but you can see an example at https://github.com/PiSupply/rak811-python/blob/master/example.py to get started.


