From 886be5a5c359acecebbde51569ae2dbf156b2494 Mon Sep 17 00:00:00 2001 From: Chris Chronopoulos Date: Thu, 14 Oct 2021 23:24:42 -0700 Subject: [PATCH 1/8] move examples to example-sketches --- .../automato_helloWorld}/automato_helloWorld.ino | 0 .../automato_helloWorld_lora_client.ino | 0 {mesh => example-sketches/mesh}/README.md | 0 .../mesh}/rf95_mesh_client/rf95_mesh_client.ino | 0 .../mesh}/rf95_mesh_server1/rf95_mesh_server1.ino | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {automato_helloWorld => example-sketches/automato_helloWorld}/automato_helloWorld.ino (100%) rename {automato_helloWorld_lora_client => example-sketches/automato_helloWorld_lora_client}/automato_helloWorld_lora_client.ino (100%) rename {mesh => example-sketches/mesh}/README.md (100%) rename {mesh => example-sketches/mesh}/rf95_mesh_client/rf95_mesh_client.ino (100%) rename {mesh => example-sketches/mesh}/rf95_mesh_server1/rf95_mesh_server1.ino (100%) diff --git a/automato_helloWorld/automato_helloWorld.ino b/example-sketches/automato_helloWorld/automato_helloWorld.ino similarity index 100% rename from automato_helloWorld/automato_helloWorld.ino rename to example-sketches/automato_helloWorld/automato_helloWorld.ino diff --git a/automato_helloWorld_lora_client/automato_helloWorld_lora_client.ino b/example-sketches/automato_helloWorld_lora_client/automato_helloWorld_lora_client.ino similarity index 100% rename from automato_helloWorld_lora_client/automato_helloWorld_lora_client.ino rename to example-sketches/automato_helloWorld_lora_client/automato_helloWorld_lora_client.ino diff --git a/mesh/README.md b/example-sketches/mesh/README.md similarity index 100% rename from mesh/README.md rename to example-sketches/mesh/README.md diff --git a/mesh/rf95_mesh_client/rf95_mesh_client.ino b/example-sketches/mesh/rf95_mesh_client/rf95_mesh_client.ino similarity index 100% rename from mesh/rf95_mesh_client/rf95_mesh_client.ino rename to example-sketches/mesh/rf95_mesh_client/rf95_mesh_client.ino diff --git a/mesh/rf95_mesh_server1/rf95_mesh_server1.ino b/example-sketches/mesh/rf95_mesh_server1/rf95_mesh_server1.ino similarity index 100% rename from mesh/rf95_mesh_server1/rf95_mesh_server1.ino rename to example-sketches/mesh/rf95_mesh_server1/rf95_mesh_server1.ino From 5d54ef0a54bca806b03d683ba53a2d7ffb67e5fb Mon Sep 17 00:00:00 2001 From: Chris Chronopoulos Date: Thu, 14 Oct 2021 23:25:37 -0700 Subject: [PATCH 2/8] rm ns.sh --- ns.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 ns.sh diff --git a/ns.sh b/ns.sh deleted file mode 100755 index f580d4a..0000000 --- a/ns.sh +++ /dev/null @@ -1,4 +0,0 @@ -# use this to make the esp32 compiler work on nixos. -# $ ./ns.sh -# $ arduino -nix-shell https://github.com/nix-community/nix-environments/archive/master.tar.gz -A arduino From da008ed5510649a3eec4fd622d2e7e4942f0936f Mon Sep 17 00:00:00 2001 From: Chris Chronopoulos Date: Thu, 14 Oct 2021 23:52:21 -0700 Subject: [PATCH 3/8] remove Espressif boards from index --- package_automato_index.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package_automato_index.json b/package_automato_index.json index d55e148..0093612 100644 --- a/package_automato_index.json +++ b/package_automato_index.json @@ -19,12 +19,6 @@ "online": "" }, "boards": [ - { - "name": "ESP32 Dev Module" - }, - { - "name": "ESP32 Wrover Module" - }, { "name": "Automato Sensor Module" } @@ -367,4 +361,4 @@ ] } ] -} \ No newline at end of file +} From 30339f6cd9f2affdca25bac0eaa36fca6f848e4d Mon Sep 17 00:00:00 2001 From: Chris Chronopoulos Date: Thu, 14 Oct 2021 23:56:07 -0700 Subject: [PATCH 4/8] README: update package file URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f3789..7adf4a4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Arduino boards package for Automato ## Installation Instructions 1. Install [arduino-esp32](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html) -2. Add the [package index file](https://raw.githubusercontent.com/InterstitialTech/automato-arduino/main/package_automato_index.json) +2. Add the [package index file](https://raw.githubusercontent.com/chronopoulos/automato-arduino/main/package_automato_index.json) to the Arduino IDE (File > Preferences > Additional Boards Manager URLs) 3. Open the boards manager (Tools > Board > Boards Manager), type "automato", and click Install 4. Confirm that it's working by compiling Blinky with the board set as "Automato Sensor Module" From b1287959a28d2d9c29fc7ab1efbf5b0bc2fbf14a Mon Sep 17 00:00:00 2001 From: Chris Chronopoulos Date: Mon, 18 Oct 2021 19:27:12 -0700 Subject: [PATCH 5/8] update version to 0.0.2 --- package_automato_index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_automato_index.json b/package_automato_index.json index 0093612..3e6d6b6 100644 --- a/package_automato_index.json +++ b/package_automato_index.json @@ -9,7 +9,7 @@ { "name": "Automato Sensor Module (ESP32-based)", "architecture": "esp32", - "version": "0.0.1", + "version": "0.0.2", "category": "ESP32", "url": "https://github.com/InterstitialTech/automato-arduino/releases/download/v0.0.1-alpha/automato-0.0.1.zip", "archiveFileName": "automato-0.0.1.zip", From 5ef777c9de848a20ca309d73dc71836cb1cdfbe5 Mon Sep 17 00:00:00 2001 From: Chris Chronopoulos Date: Mon, 18 Oct 2021 22:52:10 -0700 Subject: [PATCH 6/8] README: add note about esp32 board package version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7adf4a4..fdf3876 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Arduino boards package for Automato ## Installation Instructions 1. Install [arduino-esp32](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html) +(IMPORTANT: Select version 1.0.6; 2.0.0 has known incompatibilities with the Automato package) 2. Add the [package index file](https://raw.githubusercontent.com/chronopoulos/automato-arduino/main/package_automato_index.json) to the Arduino IDE (File > Preferences > Additional Boards Manager URLs) 3. Open the boards manager (Tools > Board > Boards Manager), type "automato", and click Install From b8c2125be4f5a865fbdd4cdd91209a849cf320db Mon Sep 17 00:00:00 2001 From: Chris Chronopoulos Date: Mon, 18 Oct 2021 23:30:55 -0700 Subject: [PATCH 7/8] index.json: update url and archiveFileName --- package_automato_index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package_automato_index.json b/package_automato_index.json index 3e6d6b6..c443533 100644 --- a/package_automato_index.json +++ b/package_automato_index.json @@ -11,8 +11,8 @@ "architecture": "esp32", "version": "0.0.2", "category": "ESP32", - "url": "https://github.com/InterstitialTech/automato-arduino/releases/download/v0.0.1-alpha/automato-0.0.1.zip", - "archiveFileName": "automato-0.0.1.zip", + "url": "https://github.com/chronopoulos/automato-arduino/releases/download/v0.0.2/automato-arduino_package-v0.0.2.zip", + "archiveFileName": "automato-arduino_package-v0.0.2.zip", "checksum": "SHA-256:36653090B57F72AD531BD92DBA616DF12813797E2008142F0683B44F77E7DA6F", "size": "51289424", "help": { From 67b457666b2bbe7d8a38d7c1ec9837f58873b014 Mon Sep 17 00:00:00 2001 From: Chris Chronopoulos Date: Mon, 18 Oct 2021 23:58:07 -0700 Subject: [PATCH 8/8] index.json: update checksum and size --- package_automato_index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package_automato_index.json b/package_automato_index.json index c443533..2efc99c 100644 --- a/package_automato_index.json +++ b/package_automato_index.json @@ -13,8 +13,8 @@ "category": "ESP32", "url": "https://github.com/chronopoulos/automato-arduino/releases/download/v0.0.2/automato-arduino_package-v0.0.2.zip", "archiveFileName": "automato-arduino_package-v0.0.2.zip", - "checksum": "SHA-256:36653090B57F72AD531BD92DBA616DF12813797E2008142F0683B44F77E7DA6F", - "size": "51289424", + "checksum": "SHA-256:95359142570bef477bdeb72632accaeedb6dfe12e6488ff2d5716ad673b8e5ec", + "size": "48378782", "help": { "online": "" },