-
Notifications
You must be signed in to change notification settings - Fork 110
Comparing changes
Open a pull request
base repository: HelTecAutomation/ESP32_LoRaWAN
base: V2.1.1
head repository: HelTecAutomation/ESP32_LoRaWAN
compare: master
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 146a48d - Browse repository at this point
Copy the full SHA 146a48dView commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e68c468 - Browse repository at this point
Copy the full SHA e68c468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21aa208 - Browse repository at this point
Copy the full SHA 21aa208View commit details
Commits on Dec 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8259bc2 - Browse repository at this point
Copy the full SHA 8259bc2View commit details
Commits on Jan 9, 2021
-
Add HDC1080 sensor LoRaWAN example
Aaron Lee authored and Aaron Lee committedJan 9, 2021 Configuration menu - View commit details
-
Copy full SHA for edfa9de - Browse repository at this point
Copy the full SHA edfa9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6367df0 - Browse repository at this point
Copy the full SHA 6367df0View commit details
Commits on Apr 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 01dac91 - Browse repository at this point
Copy the full SHA 01dac91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5010d1c - Browse repository at this point
Copy the full SHA 5010d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 274ab9d - Browse repository at this point
Copy the full SHA 274ab9dView commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b5fc882 - Browse repository at this point
Copy the full SHA b5fc882View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a9182c8 - Browse repository at this point
Copy the full SHA a9182c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2141705 - Browse repository at this point
Copy the full SHA 2141705View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0521ee - Browse repository at this point
Copy the full SHA b0521eeView commit details
Commits on May 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2b11cac - Browse repository at this point
Copy the full SHA 2b11cacView commit details
Commits on Jun 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7104eaa - Browse repository at this point
Copy the full SHA 7104eaaView commit details
Commits on Jun 21, 2021
-
Merge pull request #63 from Quency-D/master
Add chipID to generate DEV_EUI.
Configuration menu - View commit details
-
Copy full SHA for 2aebe43 - Browse repository at this point
Copy the full SHA 2aebe43View commit details
Commits on Aug 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5214355 - Browse repository at this point
Copy the full SHA 5214355View commit details
Commits on Aug 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b3a4d2c - Browse repository at this point
Copy the full SHA b3a4d2cView commit details
Commits on Aug 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f4d725 - Browse repository at this point
Copy the full SHA 7f4d725View commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a350599 - Browse repository at this point
Copy the full SHA a350599View commit details -
Configuration menu - View commit details
-
Copy full SHA for b216f48 - Browse repository at this point
Copy the full SHA b216f48View commit details
Commits on Aug 26, 2021
-
This will send the humidity and temperature to TTN
With this change you directly send the data to thethingsnetwork.org. Please note the Payload Formatter in the description which needs to be added into the TTN console, to change the sent data from bytes to numbers. I had to read out the sensor again and stored the data in new variables, I'm fairly sure this can be solved nicer, but this works too.
Configuration menu - View commit details
-
Copy full SHA for 51f4c1b - Browse repository at this point
Copy the full SHA 51f4c1bView commit details
Commits on Nov 11, 2021
-
Merge pull request #67 from patoberli/patch-1
This will send the humidity and temperature to TTN
Configuration menu - View commit details
-
Copy full SHA for c8f289e - Browse repository at this point
Copy the full SHA c8f289eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3ebf4 - Browse repository at this point
Copy the full SHA fc3ebf4View commit details
Commits on Jun 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 879cd3b - Browse repository at this point
Copy the full SHA 879cd3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b29f6e4 - Browse repository at this point
Copy the full SHA b29f6e4View commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 571b96f - Browse repository at this point
Copy the full SHA 571b96fView commit details
Commits on Jul 14, 2022
-
Merge pull request #83 from maxgerhardt/master
Hotfix linker error
Configuration menu - View commit details
-
Copy full SHA for 91c609f - Browse repository at this point
Copy the full SHA 91c609fView commit details
Commits on Jul 20, 2022
-
Added preamble length setting options.
Added preamble length setting options.
Configuration menu - View commit details
-
Copy full SHA for cfae123 - Browse repository at this point
Copy the full SHA cfae123View commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 85e6058 - Browse repository at this point
Copy the full SHA 85e6058View commit details -
LoRaWanClass: Add missing check for LORAMAC_REGION_LA915 upon init
We wouldn't print the region upon init if the region was set to LA915.
Configuration menu - View commit details
-
Copy full SHA for 278c70d - Browse repository at this point
Copy the full SHA 278c70dView commit details -
LoRaMac: Fix unitializated variable
Fixes a compiler error where datarate was potentially used unitialized.
Configuration menu - View commit details
-
Copy full SHA for 69edfc0 - Browse repository at this point
Copy the full SHA 69edfc0View commit details -
Allow code to be used as an ESP-IDF component
Add configuration files so we can use this code as an ESP-IDF component. Just check out the repository into a project's components/ESP32_LoRaWAN folder. This feature depends on Espressif's arduino-esp32 component, which is available for ESP-IDF 4.4.
Configuration menu - View commit details
-
Copy full SHA for 5d74e55 - Browse repository at this point
Copy the full SHA 5d74e55View commit details
Commits on Sep 19, 2022
-
Merge pull request #85 from kohlschuetter/pr/ck/esp-idf-component
Allow code to be used as an ESP-IDF component
Configuration menu - View commit details
-
Copy full SHA for af84f84 - Browse repository at this point
Copy the full SHA af84f84View commit details -
Merge pull request #86 from kohlschuetter/pr/ck/code-cleanup
Fix compiler errors, update .gitignore
Configuration menu - View commit details
-
Copy full SHA for eace549 - Browse repository at this point
Copy the full SHA eace549View commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d4e7120 - Browse repository at this point
Copy the full SHA d4e7120View commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55dac56 - Browse repository at this point
Copy the full SHA 55dac56View commit details
Commits on Dec 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2bcefde - Browse repository at this point
Copy the full SHA 2bcefdeView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b5d52b - Browse repository at this point
Copy the full SHA 7b5d52bView commit details
There are no files selected for viewing