ESP8266 library for SX1276 using LoRA and PyQt

This PyQt code sends to ESP8266 payload binary information prepended by two bytes. 1st byte is function mode and 2nd byte is payload length. This code is able to receive binary information, to add CRC at the end or request a CRC calculation from ESP8266.

This ESP8266 library code is an adaption loraIno library for Arduino.

Hardware is based on absolutelyautomation.com IoT post and it can be found inside this pdf.

ESP8266_LoRa

Using LoRa with SX1276 and PyQt
Using LoRa with SX1276 and PyQt

To develop ESP8266 library code I have hacked common (H)SPI libraries for ESP8266. They are included in the same compressed file (spiESP.h , spiEspDirect.h and loraESP.h ). There is an example of use at loraESP.h library.