Blues Product Updates logo

Product Updates

A feed of latest hardware, firmware, cloud, SDK, and documentation updates from the Blues team.

Subscribe to Updates

Labels

  • All Posts
  • Notehub
  • Tools & SDKs
  • Notecard
  • Accelerators
  • Hardware
  • Documentation

Jump to Month

  • April 2025
  • March 2025
  • February 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • June 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • November 2023
  • October 2023
  • September 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
Powered️ byAnnounceKit

Create yours, for free!

Tools & SDKs
a year ago

note-arduino v1.5.1 Now Available

A new version of note-arduino, our official library for interacting with the Notecard in Arduino projects, is now available.

The main feature of the 1.5 release is support for the Notecard’s new card.binary requests for sending and receiving large binary objects. The release also includes improved AUX serial throttling, improved I2C retry logic, updated examples, and a variety of other small updates.

Check out the full changelog in GitHub, and follow our installation instructions to start using the new version in your favorite editor.

Avatar of authorBlues
Tools & SDKs
2 years ago

Introducing Notecard Environment Variable Manager

Today we’re announcing a new C library for fetching Environment Variables: Notecard Environment Variable Manager.

The library offers functions for retrieving Environment Variables from Notehub, as well as “watch variables” that allow you to watch for variable updates at a configurable interval.

The Notecard Environment Variable Manager is open source and available on GitHub. Give it a shot and let us know what you think.

Avatar of authorBlues
NotehubTools & SDKs
2 years ago

A New Postman Collection for the Notehub API

Today we released a Postman Collection that makes it easy to perform Notehub API requests.

The Collection allows you to easily authenticate, pick the request you’d like to use, and make the appropriate call with the click of a button.

To get started today check out our Postman Collection documentation on blues.dev.

Avatar of authorBlues
Tools & SDKs
2 years ago

note-arduino v1.4.0 Now Available

A new version of note-arduino, our official library for interacting with the Notecard in Arduino projects, is now available.

The 1.4.0 release includes updated support for multi-threaded applications, and provides new sendRequestWithRetry and requestAndResponseWithRetry methods to overcome hardware race conditions on cold start.

Check out the full changelog in GitHub, and follow our installation instructions to start using the new version in your favorite editor.

Avatar of authorBlues
Tools & SDKs
2 years ago

A New SDK For Using the Notecard in Zephyr Apps

We’re happy to announce note-zephyr, a new official SDK you can use to communicate with the Notecard in Zephyr applications.

If you’re new to Zephyr, the note-zephyr SDK’s documentation shows you how to build a new Zephyr project from scratch, including how to install all the underlying dependencies on Windows, macOS, and Linux. If you’re a Zephyr veteran, the docs show the steps you need to take to work with the Notecard in an existing Zephyr app.

Try it out, and let us know what you think!

Avatar of authorBlues
Tools & SDKs
2 years ago

Notehub JS—a New JavaScript Library for Using the Notehub API

Today we’re happy to announce Notehub JS—a new library that makes it easier than ever for you to interact with the Notehub API when building custom JavaScript applications.

The library is available to use in all modern JavaScript environments and includes extensive documentation, JavaScript-based code examples of every API call, and ES6-forward syntax.

Learn more on our blog, or check out the library’s documentation to get started building.

Avatar of authorBlues