Skip to content

Releases: arduino-libraries/Arduino_Alvik

1.1.0 - major updates

16 Oct 16:10
987afca
Compare
Choose a tag to compare

1.1.0 - updates 🎉

🚨 New features:

⚙️ servomotors, now it is possible to call also alvik.servo_<label>.set_position(<degrees>), also get_position() is available;
🪇 movements detection, it is possible to call methods such as on_shake() and on_<axis>_tilt();
🗣️ i2c rework, it is possible now to use alvik.i2c as qwiic or Grove I2C, take a look in examples
🪫 battery, new behaviour available by default, at 20% Alvik will blink red and at 10% it stops motors asking to be charged, method to check charging is availble;
🛞 wheels, position is now blocking, it is possible to set as non-blocking by a parameter such as move and rotate methods;
🤖 versioning, it is possible to check the firmware version compatibility and versions by: get_lib_version() and get_fw_version();
🔥 minor fixes and thread performance improvements

🚨 NOTE:

Since this release firmware version is checked, so update also Alvik firmware with right version is required.
It is possible to find here.

Now Alvik will check constantly the battery charge!
Under 20% it will start blinking red leds and under 10% it will stop motors. Please take care of charging your Alvik

1.0.1 - fixed drive units

10 Jul 08:59
cef645a
Compare
Choose a tag to compare

Fixs:

  • drive(), units were not passed correctly

1.0.0 - First release

19 Mar 14:01
0b007c8
Compare
Choose a tag to compare

0.4.0 RC1

18 Mar 14:03
2c83067
Compare
Choose a tag to compare
0.4.0 RC1 Pre-release
Pre-release
Merge pull request #3 from arduino-libraries/devel

0.4.0

0.3.0 - first pre-release

01 Mar 15:17
0a65c78
Compare
Choose a tag to compare
Pre-release

This pre-release is equivalent to arduino-alvik-mpy 0.3.0

This library requires firmware 0.3.4

Note: touch events will be not implemented in Arduino_Alvik