Skip to content

Releases: MediaTek-Labs/Arduino-Add-On-for-LinkIt-SDK

SoftAP and FOTA with SDK v4.6

20 Oct 08:24
Compare
Choose a tag to compare
  • Migrate to LinkIt SDK v4.6.0
  • Add SoftAP related APIs to LWiFi library
  • Add new library LHTTPUpdate to support FOTA (Firmware Over The Air update)

FOTA alpha build 2

20 Oct 02:34
Compare
Choose a tag to compare
FOTA alpha build 2 Pre-release
Pre-release
v0.10.4

Revise LHTTPUpdate implementation

FOTA alpha build

19 Oct 06:10
Compare
Choose a tag to compare
FOTA alpha build Pre-release
Pre-release
v0.10.3

Enable FOTA middleware in liblinkit.a

SoftAP on SDK v4.6

12 Oct 06:19
Compare
Choose a tag to compare
SoftAP on SDK v4.6 Pre-release
Pre-release
v0.10.2

Fix build errors

New RTC Library

03 Oct 03:30
Compare
Choose a tag to compare
  • New LRTC library provide access to real-time clock module
  • Fix LRemote event dropping issue
  • Fix #65 : analogWrite() fails after calling pinMode()
  • Remove progress report when uploading sketch binaries. The progress report does not automatically scroll and confuses user.

Upgrade to LinkIt SDK v4.6

28 Sep 07:36
Compare
Choose a tag to compare
Pre-release
v0.10.0-dev

Update Travis CI script to SDK v4.6.0

LRemote Update

21 Sep 04:06
Compare
Choose a tag to compare
LRemote Update Pre-release
Pre-release
v0.9.7

Fix issue #65 that causes analogWrite() stop working after pinMode()

EEPROM and LRemote Library

07 Sep 06:19
Compare
Choose a tag to compare

Two new libraries are added:

  • EPROM library for persistent storage - please refer to the development guide.
  • LRemote library for creating a mobile remote control UI with the LinkIt Remote app.

v0.9.3

31 Aug 06:44
Compare
Choose a tag to compare
Change button interface from event-based to value-based

LBLE and Wi-Fi Firmware Update

21 Aug 03:00
Compare
Choose a tag to compare

New Features

  • New LBLEPeripheral::notifyAll method that sends GATT notification of the given attribute to all the connected GATT clients. Refer to Example > LBLE >notification for usage examples.
  • Add new method LBLEPeripheral::disconnectAll() that disconnects all the GATT clients.
  • LBLEPeripheral::advertise() now returns error code -1 when adv data gets too long
  • The flash upload tool now automatically detects the on-board Wi-Fi firmware version, and update the Wi-Fi firmware when necessary.

Bug Fixes

  • Fix an issue that causes instances created by LBLEPeripheral cannot be detected by iOS devices on LinkIt 7697 board with certain MAC address.

New Examples

  • Added usage examples for built-in libraries LTimer, LFlash, and LWatchDog.