Skip to content

Releases: FourierIndustries-LLP/SSTuino_II_Core

v1.1.3

04 Apr 02:38
06eddce
Compare
Choose a tag to compare

Minor update

  • SSTuino II has been fixed for Arduino IDE 2 on Windows. Specifically, an issue regarding libusb0.dll has been patched.
  • Updated base MegaCoreX version to v1.1.2 from v1.1.0, which contains the fixes:
    • Updated avrdude version to 7.1
    • Fix issue where PORTF on Nano Every would be cleared (MCUdude/MegaCoreX#172)
    • Fix issue where servo.read() and servo.readMicroseconds() returns incorrect value (MCUdude/MegaCoreX#162)
    • Fix Servo library include issue (MCUdude/MegaCoreX#167)
    • Replace typeof macros like min, max, sq with template based functions instead
    • Prevent corruption of disassembler listing command for paths w/ spaces (MCUdude/MegaCoreX#159)
    • Fix typo in the Logic library Logic::init, which one of the inputs from being set up properly

v1.1.2

10 May 02:54
b95a29a
Compare
Choose a tag to compare

Minor update

  • SSTuino II is now compatible with Arduino IDE 2, which skips verification by default and causes soft-bricking and corruption in the fuse bits. For more reading on the issue, please see Github Issue MegaCoreX#143. A minor code patch is included in this release to force verify.

v1.1.1

29 Aug 03:03
8cfdaaa
Compare
Choose a tag to compare

Minor update

  • WiFiNINA examples have been updated
  • Added automated code linting

v1.1.0

23 Aug 07:50
fa0195f
Compare
Choose a tag to compare

Major release!

  • Merged from MegaCoreX all the new changes made, including support for SerialUPDI and avrdude version 7
  • Improved Ubidots examples with higher levels of abstraction

v1.0.1

22 Aug 02:01
cbc386a
Compare
Choose a tag to compare

Minor update to:

  • WiFiNINA Library
  • Changed brownout detection to 3.3V instead to avoid premature brownouts when using high current devices (e.g. servos) in conjunction with Wi-Fi. However, it is still highly recommended to use an external direct 5V power supply for high current devices to avoid accidental reboots.

v1.0.0 Official Release

18 Apr 14:47
702c2c6
Compare
Choose a tag to compare

The first official release of the SSTuino II Core is finally here! This release adds all the necessary basic IoT examples.

First beta release of the SSTuino II Core!

06 Apr 11:57
9859844
Compare
Choose a tag to compare

This release includes all of the libraries necessary for a broad spectrum of IoT functionality, including:

  • Simple HTTP with ArduinoHTTPClient
  • Simple MQTT with arduino-mqtt
  • JSON parsing with ArduinoJson
  • WiFi library is now inbuilt

SSTuino II Core Alpha 1

13 Feb 15:31
70da5ef
Compare
Choose a tag to compare

The very first alpha release of the SSTuino II core!