Involt Versions Save

Inject hardware interactions directly into HTML layout. Best for rapid prototyping.

v1.1.0

7 years ago

Major project update

Moved to node webkit

Check changelog

  • Function behavior changed and how communication is maintained.
  • LE beta is depreciated
  • Layout is depreciated

1.0.9

8 years ago

Low energy support (beta)

1.0.8

8 years ago

Mobile support (Phonegap)

Major script and performance update

Syntax changes (see changelog in wiki)

Check changelog for more...

v1.0.6

8 years ago

Classic Bluetooth support

Fixed problems with blocked port.

  • Now it's possible to hold serial connection instead of reconnecting
  • JQuery .append() now works correctly with Involt elements
  • Major changes in involt.js
  • Improved debug notifications and error messages
  • Moved UI kit functions to framework.js
  • arduinoSend and sendFn now are involt object methods (involt.arduinoSend, involt.sendFn)
  • toggle-pwm changed to button-toggle
  • default values for knob and bar : range-0-1024
  • fixed bar scaling to range
  • changes in sketch function names (changed from chrome to involt ex. chromeSend = involtSend) and added to sketch involtSendString function (described in tutorials but not included in sketch).
  • involt website and documentation redesign

v1.0.5

9 years ago
  • Now you can use the fn html attribute or .sendFn() method to send additional string which can be used to trigger functions in Arduino sketch. Tutorial is included.
  • Added string html attribute to define string with more than single word (it removes the css limitations).
  • Changed simple-slider to noUi slider plugin and fixed problem with defining beginning value of rangeslider.
  • Fixed knob-send problems with duplicated values sending.
  • Default values for dynamic elements: beginning value: 0, range: 0-255, step: 1.
  • Fixed problem with undefined array in Arduino sketch.
  • New examples on github.

v1.0.4

9 years ago

Involt works like JQuery plugin.

  • New JQuery methods that are Involt functions: pinDefine, sendValue, sendString pinSwap.
  • Defining Involt custom element is now more flexible with new methods and by way how it defines parameters.
  • Syntax is now more user friendly - now it's easier to work with many Involt elements. (Improved syntax readability)

v1.0.3

9 years ago

Major project update

  • Improved performance
  • Fixed most problems with connection ID
  • Changed involt.js
  • Changes in syntax
  • Added radio and checkbox
  • JQuery objects rather than static variables.
  • Changed JQuery UI to simple-slider
  • Improved JQuery support
  • Changed the Arduino sketch (sending from Arduino to chrome)
  • New documentation

v1.0.2

9 years ago
  • Added knob-send.
  • Created "multiple pins" feature in some objects.
  • Redesigned "bar" to automatically scale element to CSS width.
  • Recreated loader and fixed error messages on port connecting.
  • Small changes in UI.

v1.0.1

9 years ago
  • Changed data read functions.
  • Fixed knob function
  • Changes in slider and JQuery compatibility
  • Fixed CSS for loader
  • Fixed error with reading additional analog pins with index number greater than 9

v1.0

9 years ago

First completed and ready to use relase of this framework.