- Setup
-
Don't use
sudo apt install platformiobut if you did, trysudo apt remove platformiobefore proceeding further. -
Install
python-venv:sudo apt-get install python3-venv -
Install PlatformIO :
| <?php | |
| namespace App\Services; | |
| use Illuminate\Support\Facades\Http; | |
| class Clicksign | |
| { | |
| private $type = 'application/vnd.api+json'; | |
| private $documentsUrl = "envelopes/#/documents"; |
| #include <SPI.h> | |
| #include <SD.h> | |
| #include <Wire.h> | |
| #include <SSD1306.h> | |
| #include <RTClib.h> | |
| #include <WiFi.h> | |
| #include "LoRa.h" | |
| #include <BLEDevice.h> | |
| #include <BLEServer.h> | |
| #include <BLEUtils.h> |
| terraform { | |
| required_providers { | |
| aws = { | |
| source = "hashicorp/aws" | |
| version = "5.82.1" | |
| } | |
| } | |
| } | |
| // Used by get the current aws number account. | |
| data "aws_caller_identity" "current" { |
| #include <SPI.h> | |
| #include <SD.h> | |
| #include <Wire.h> | |
| #include <SSD1306.h> | |
| #include <RTClib.h> | |
| #include <WiFi.h> | |
| #include "LoRa.h" | |
| #include <BLEDevice.h> | |
| #include <BLEServer.h> | |
| #include <BLEUtils.h> |
| /* | |
| * ESP32 AWS IoT Jobs OTA - Arduino IDE | |
| * | |
| * Bibliotecas necessárias (instalar via Library Manager): | |
| * - ArduinoJson by Benoit Blanchon | |
| * | |
| * Board: ESP32 Dev Module | |
| * Partition Scheme: Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS) | |
| */ |
| #include <SPI.h> | |
| #include <SD.h> | |
| #include <Wire.h> | |
| #include <SSD1306.h> | |
| #include <RTClib.h> | |
| #include <WiFi.h> | |
| #include "LoRa.h" | |
| #include <BLEDevice.h> | |
| #include <BLEServer.h> | |
| #include <BLEUtils.h> |
| #include <SPI.h> | |
| #include <SD.h> | |
| #include <Wire.h> | |
| #include <SSD1306.h> | |
| #include <RTClib.h> | |
| #include <WiFi.h> | |
| #include "LoRa.h" | |
| #include <BLEDevice.h> | |
| #include <BLEServer.h> | |
| #include <BLEUtils.h> |
| /* | |
| * Script Simples para Comunicação LoRa | |
| * Heltec ESP32 V2 LoRa - Usando bibliotecas padrão | |
| * Alternativa ao heltec.h para evitar erros de compilação | |
| */ | |
| #include <SPI.h> | |
| #include <U8g2lib.h> | |
| #include "LoRa.h" | |
| #include <BLEDevice.h> |
| #include <SPI.h> | |
| #include <SD.h> | |
| #include <Wire.h> | |
| #include <SSD1306.h> | |
| #include <RTClib.h> | |
| #include <BLEDevice.h> | |
| #include <BLEServer.h> | |
| #include <BLEUtils.h> | |
| #include <BLE2902.h> | |
| #include "LoRa.h" |