Skip to content

Releases: OPEnSLab-OSU/Loom

3.1.0-alpha

20 May 01:36
9498997
Compare
Choose a tag to compare
3.1.0-alpha Pre-release
Pre-release

Loom 3 pre-release meant for development purposes.

2.5.0

13 Nov 23:20
a344b82
Compare
Choose a tag to compare

This release of Loom has a number of enhancements and minor bug fixes:

  • Updated the correct Timezone with the correct name for RTC ( #123 )
  • RTC can automatically convert from daylight saving time/summer time to standard time and vice versa ( #123 )
  • RTC default time switched from local time to UTC: You will be able to read both local time and UTC time at the same time ( #123 )
  • Able to set time for the RTC in the Serial Monitor by inputting the local time if the user wants to enable the feature
    • This is a temporary solution for the (#23)
  • Modify and add example codes for RTC for the updated RTC parameters
  • Able to send and receive a larger package size of LoRa Radio communication ( #69 )
  • User can parse two configuration files if the feature is enabled
  • Updated the K30 pin layout for Hypnos: from D12 and D11 to D13 and D11
  • Updated the K30 example code with the updated pin layout
  • Update some hardware links for the correct documentation
  • Fix bug for Interrupt pins for Analog Sensors (#74)
  • Add example code for Interrupts to verify the pins are able to use in your current project
  • Add example code for receive and published with LTE and LoRa Radio
  • Updated the SmartRock Lab Workshop example code

2.4.1

02 Sep 23:42
0c060ca
Compare
Choose a tag to compare

This is a smaller update with only three keynotes

  • There is now the capability to store data packets after measuring, the "Batch" will store these packets locally onto the SD card by using the new module called BatchSD. These packets can then be accessed all at once to publish or radio transmit in a large batch. Examples are provided on how to use this new feature.
  • Bug fixes for the Analog module for electrical conductivity.
  • Examples for SmartRock Workshop

2.4.0

15 Jul 18:40
75af39b
Compare
Choose a tag to compare

This release of Loom has a number of enhancements and bug fixes:

  • Added K30 CO2 Sensor is a new type of Sensor called Serial/UART Sensor: Can be found in (#92) and (#97)
  • Added a new Internet Platform, LTE/4G: Can be found in (#40)
  • Remove SleepyDog and Nap function so that able to use FeatherFault: Can be found in (#95)
  • Added new example code for K30 and LTE: K30 and LTE example codes can be found here. A new example for using the Hypnos board with the LTE shield and google sheets publishing can also be found here
  • Added a new Board Manager so that the process of installing Loom is easier: Can be found in (#51) and documentation here
  • Made a new Doxygen that users can read the documentation easier than before while having the old Doxygen version: Can be found (#30) and (#22)
  • Solve the issue with the WiFi IP broadcasting

I would recommend that all users, who even already install Loom before, need to do a fresh install rather than upgrading Loom.
You also want to delete Arduino and reinstall as the tutorial is given above link, but it is not necessary to remove Arduino.
If you need help, you can either reference the photos below(only for windows) or send a GitHub Issue of how to remove Loom.
At the same time, if the Arduino IDE is not up to date, then please update that as well. We found issues that it doesn't work on Arduino IDE version 1.8.10 or lower.

  1. When you press Window + R, you will get this Run application. Then enter %localappdata%. Look at 1.PNG
  2. In Local, you will see the Arduino15 folder 2.PNG. Delete that folder.
  3. Then go to Documents and delete Arduino as how it looks in 3.PNG
  4. Once you complete, reinstall both Arduino and Loom from the Guide above or here

2.3.0

12 Mar 21:54
c5f7a95
Compare
Choose a tag to compare

This release of Loom has a number of bugfixes and feature improvements:

  • Rewrote broken ADS1115 implementation (#89)
  • Removed automatic power up/down functionality from Loom.sleep(), moving this functionality to the sketch via pin operations, Loom.powerup() and Loom.powerdown() (#76).
  • Added a return value to Logplat::log, allowing the program to tell if the SD card was removed (#83)
  • Added warnings when Loom's internal JSON becomes full (#81)
  • Added a warning for interrupts on analog pins, at the moment these are still not supported (#74)
  • Add power up/down functionality to the SD card
  • Removed Spool publishing platform, as it is not expected to be supported in the near future.

It is recommended that all users of Loom upgrade to the latest version to recieve the above bugfixes.

2.2.0

31 Jan 04:50
6b419c5
Compare
Choose a tag to compare

Despite tags not making their way onto the repo, we are resuming sem-ver from here on with the goal of automated tagging with a CI tool.

Due to prolific in lab usage of Loom 2 to refer to the current version of the code base, we are fast forwarding to the 2.y.z designation, and given the amount of internal code organization, we are skipping to 2.2.z.

At this point, all incoming users should be using a tagged version of Loom, with this and future version being actively supported. Any tagged or pre 2.2.z versions should be updated and will not receive aid beyond help updating.

Stable release

26 Sep 00:57
Compare
Choose a tag to compare
1.0.0

Fix logo image link

Beta

02 Jul 21:39
Compare
Choose a tag to compare
Beta Pre-release
Pre-release

Approaching 1.0 release, this is being created to begin Zenodo DOI'ing