Skip to content

Releases: Blynk-Technologies/Blynk-NCP-Driver

v0.7.0

16 Mar 10:02
416bd75

Choose a tag to compare

In this release

  • Added rpc_blynk_otaUpdateSuspend
  • Fix for rpc_blynk_factoryTestWiFi instability. Also, the RSSI threshold changed to -85 dBm
  • buffer_t renamed to rpc_buffer_t to avoid conflicts
  • Ability to define RPC_MUTEX_LOCK and RPC_MUTEX_UNLOCK operations
  • Timeout values of some functions changed to improve the reliability
  • test/ncptool.py tool was added
  • Improved examples and documentation

➡️ Connectivity modules supported by Blynk.NCP

Full Changelog: v0.6.3...v0.7.0

v0.6.3

04 Sep 14:36

Choose a tag to compare

In this release

  • Arduino UNO R4 WiFi:
    • Support for Renesas RA4M1 firmware upgrade Over the Air (thanks @JAndrassy) 🎉 🔥
    • Stability improvements for Upload via USB and Serial Monitor by @vshymanskyy
  • General optimizations and bugfix by @vshymanskyy:
    • Fix for rpc_blynk_syncVirtual (it was unusable)
    • rpc_blynk_configReset now also clears all configured networks
    • rpc_blynk_factoryReset now also erases FS
    • Memory footprint and code generator optimizations
    • Improved example

➡️ Connectivity modules supported by Blynk.NCP

v0.6.2

26 Jul 04:27

Choose a tag to compare

In this release

  • Fixed C99 compatibility issues
  • Improved docs

➡️ Connectivity modules supported by Blynk.NCP

v0.6.1

10 Jul 14:03

Choose a tag to compare

In this release

  • Arduino UNO R4 WiFi support, including CDC Bridge and DAP debugger on ESP32-S3 🎉
  • Majour optimization of RAM memory footprint (up to 8x improvement 🤯)
  • Support for AVR based Arduino hosts, like UNO / Leonardo / Nano / Pro Micro
  • Changed the initial baud rate for all generic variants to 38400 to support older MCUs
    • The baud rate gets adjusted during the module initialization anyway, so the performance is unaffected.

➡️ Connectivity modules supported by Blynk.NCP

v0.5.1

06 Jul 20:30

Choose a tag to compare

In this release

  • Improved bootlog firmware identification
  • Reboot option in the device menu (Web Dashboard) now reboots Primary MCU, not only NCP
  • Added rpc_blynk_otaUpdatePrefetch()
  • Added generic_esp8266_1M build

➡️ Connectivity modules supported by Blynk.NCP

v0.5.0

01 Jul 22:48

Choose a tag to compare

➡️ Connectivity modules supported by Blynk.NCP

v0.4.7

30 Jun 17:22

Choose a tag to compare

Boost ver

v0.4.6

11 Jun 23:15
d1984eb

Choose a tag to compare

Update README.md