Loading...
Notecard Disconnected
Having trouble connecting?

Try changing your USB cable as some cables do not support transferring data. If that does not solve your problem, contact us at support@blues.com and we will get you set up with another tool to communicate with the Notecard.

Advanced Usage

The help command gives more info.

Connect a Notecard
Use USB to connect and start issuing requests from the browser.
Try Notecard Simulator
Experiment with the Notecard's API on a Simulator assigned to your free Notehub account.

Don't have an account? Sign up

What Happens After the Prototype? Explore Blues' Connected Product Guidebook

Blues Developers
What’s New
Resources
Blog
Technical articles for developers
Connected Product Guidebook
In-depth guides for connected product development
Developer Certification
Get certified on wireless connectivity with Blues
Newsletter
The monthly Blues developer newsletter
Terminal
Connect to a Notecard in your browser
Webinars
Listing of Blues technical webinars
Blues.comNotehub.io
Shop
Docs
Button IconHelp
Support DocsNotehub StatusVisit our Forum
Button IconSign In
Docs Home
What’s New
Resources
Blog
Technical articles for developers
Connected Product Guidebook
In-depth guides for connected product development
Developer Certification
Get certified on wireless connectivity with Blues
Newsletter
The monthly Blues developer newsletter
Terminal
Connect to a Notecard in your browser
Webinars
Listing of Blues technical webinars
Blues.comNotehub.io
Shop
Docs
Support
Troubleshooting Notecard
Diagnosing Cellular Connectivity Issues
Diagnosing GPS Issues
Using Notecard Trace Mode
Understanding Notecard Penalty Boxes
Connection Retry and Fallback Behaviors
Notecard Error and Status Codes
Recovering a Bricked Notecard
Back Catalog Products
Frequently Asked Questions
homechevron_rightDocschevron_rightSupportchevron_rightNotecard Error and Status Codes

Notecard Error and Status Codes

Notecard API responses may include one or more error or status codes denoted by curly braces, e.g. {sync-begin}. These codes are static and persist across API versions.

note
  1. The Related APIs column refers to Notecard API requests whose response may contain this code, either as an err returned by the request, or as part of the status reported by the request.

  2. This list is a best-effort guide, not an exhaustive guarantee. Some error/status codes could in principle appear in other API responses through indirect code paths in the Notecard firmware.

  3. If you encounter a code not on this list, or have any other technical questions, please reach out on the Blues Developer Forum for assistance.

CodeDefinitionResolutionRelated APIs
{address-assigned}Successful DHCP resolution and IP address assigned.card.wifi
card.wireless
hub.sync.status
{auth}Notehub unable to authenticate Notecard.Check accompanying status for more details - if the situation persists contact Blues.hub.status
hub.sync
hub.sync.status
{auth-retry}Notehub authentication failed. System is attempting to retry auth.Check accompanying status for more details - if the situation persists contact Blues.hub.status
hub.sync
hub.sync.status
{bad-bin}Binary data is corrupted or in an unexpected format.Check accompanying status for more details - if the situation persists contact Blues.Any Notecard API request
{cell-disconnect-begin}Modem disconnection requested.card.wireless
hub.sync.status
{cell-disconnected}Modem disconnected.card.wireless
hub.sync.status
{cell-registered}Wireless service successfully registered.card.wireless
hub.sync.status
{cell-registration-wait}Waiting for wireless service to be registered.card.wireless
hub.sync.status
{cell-scan}Waiting for wireless triangulation (can take up to 2 minutes).card.attn
card.wireless
hub.sync.status
{cell-scan-wait}Waiting for wireless triangulation (can take up to 2 minutes).card.wireless
hub.sync.status
{checkpointed}Notecard config state has been saved/checkpointed.file.changes
file.clear
file.delete
note.add
note.changes
note.delete
note.get
note.update
{connect-aborted}Connection attempt was manually aborted.hub.status
hub.sync
hub.sync.status
{connect-failure}Notecard WiFi only - indicates possible WiFi connection failure.Check the SSID configuration using card.wifi. Try re-setting the password.card.transport
card.wifi
card.wireless
hub.sync.status
ntn.status
{connect-ll-failure}Notecard WiFi only - indicates a low-level connection failure occurred.Retry the WiFi connection.hub.sync.status
{connected}Notecard is connected to the cellular network.card.transport
card.wifi
card.wireless
hub.status
hub.sync
hub.sync.status
ntn.status
{connected-closed}Notecard has closed its connection to the cellular network.hub.sync.status
{connecting}Notecard is connecting to the cellular network.card.transport
card.wifi
card.wireless
hub.sync.status
ntn.status
{crc}CRC check failed, indicating possible data corruption during transport or storage.Attempt the request again and if the situation persists contact Blues.Any Notecard API request
{device-delay-5}

{device-delay-10}

{device-delay-15}

{device-delay-20}

{device-delay-30}

{device-delay-60}
Notehub is throttling device connection for [n] minutes.If the situation persists for > 60 minutes, contact Blues.hub.status
hub.sync
hub.sync.status
{dead}Notecard power source is in a critically low power state.file.changes
file.clear
file.delete
note.add
note.changes
note.delete
note.get
note.update
{device-disabled}This Notecard has been disabled on Notehub.Unblock the device using this guide.hub.status
hub.sync
hub.sync.status
{dfu-bad-target}The requested Notecard firmware isn't appropriate for this type of Notecard.Verify that you are using the correct Notecard firmware binary for the type of Notecard you are using.card.dfu
dfu.status
hub.sync.status
{dfu-config-backup}Failed to backup config prior to switching to the new Notecard firmware.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-dl}Too many consecutive errors when downloading the firmware image from Notehub.Re-check the firmware binary on Notehub and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-dl-chunk-length}Image chunk from Notehub doesn't have a requested length.Re-check the firmware binary on Notehub and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-ext-chunk}Error getting a chunk from external storage.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-ext-get-length}Failed to get the length of the image in external storage.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-ext-length}The number of bytes actually stored in external storage doesn't match the length of the image according to the metadata from Notehub.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-ext-written}The number of bytes allegedly written to external storage doesn't match the length of the image according to the metadata from Notehub. "allegedly" because the "actual" length check is done later.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-in-progress}Notecard device firmware update is in progress.note.add
note.template
{dfu-int-append}Appending image bytes to internal storage failed.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-int-chunk}Error getting a chunk from internal storage.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-int-chunk-length}Image chunk from internal storage doesn't have a requested length.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-modem-fs}When using the modem for external storage, failed to use the modem's filesystem.Attempt the DFU again and if the situation persists contact Blues.card.wireless
hub.sync.status
{dfu-not-ready}Waiting for Notecard internal DFU image storage to be ready.Error should resolve after ~30 seconds. If the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-post-md5}After booting up new Notecard firmware, the firmware's MD5 is bad.Verify the Notecard firmware binary matches the MD5 checksum documented in Firmware Releases.card.dfu
dfu.status
hub.sync.status
{dfu-pre-md5}Before switching to the new Notecard firmware, the firmware's MD5 is bad.Verify the Notecard firmware binary matches the MD5 checksum documented in Firmware Releases.card.dfu
dfu.status
hub.sync.status
{dfu-sig}The new Notecard firmware image doesn't contain the Notecard firmware signature.Verify the Notecard firmware binary matches the MD5 checksum documented in Firmware Releases.card.dfu
dfu.status
hub.sync.status
{dfu-superseded}The DFU was interrupted by another type of DFU (e.g. a host DFU superseded a Notecard DFU, or vice-versa).Verify your DFU process to avoid conflicts.card.dfu
dfu.status
hub.sync.status
{dfu-total-length}The total number of image bytes, meaning both internal and external storage, doesn't match the number of image bytes read from Notehub.Re-check the firmware binary on Notehub and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{dfu-watchdog}The DFU process did not advance the work timer quickly enough, triggering a watchdog timeout.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{disconnected}Notecard is disconnected from the network.card.transport
card.wifi
card.wireless
hub.status
hub.sync
hub.sync.status
ntn.status
{disconnecting}Notecard is in the process of disconnecting from the network.card.transport
card.wireless
hub.sync.status
ntn.status
{env-not-modified}In response to env.set, indicates environment variables have not been modified.env.get
env.modified
{extended-network-failure}Modem unable to connect to network after an extended time period and Notecard is in a Network Registration Failure Penalty Box.Consult our guides on Diagnosing Cellular Connectivity Issues and Understanding Notecard Penalty Boxes.card.dfu
card.wifi
card.wireless
dfu.status
hub.status
hub.sync
hub.sync.status
{extended-service-failure}Unable to connect to Notehub after an extended time period and Notecard is in an Inability to Connect to Notehub Penalty BoxCheck the Notehub.io Status Page for updates and consult our guide on Understanding Notecard Penalty Boxes.card.dfu
dfu.status
hub.status
hub.sync
hub.sync.status
{file-max}Triggered when certain Notecard operations enforce a maximum "chunk" size and a specific chunk is larger than expected.Check accompanying status for more details - if the situation persists contact Blues.card.trace
file.changes
file.clear
file.delete
note.add
note.changes
note.delete
note.get
note.update
{file-min}Triggered when certain Notecard operations enforce a minimum "chunk" size and a specific chunk is smaller than expected.Check accompanying status for more details - if the situation persists contact Blues.file.changes
file.delete
note.add
{file-open}Notecard filesystem file open error.Check accompanying status for more details - if the situation persists contact Blues.card.dfu
dfu.status
file.changes
file.delete
hub.sync.status
note.add
{file-storage-full}Notecard filesystem is full.Notecard must be synced to Notehub before more Notes can be added.file.changes
file.delete
note.add
note.changes
note.delete
note.get
note.template
note.update
{file-write-failure}Notecard filesystem is full.Notecard must be synced to Notehub before more Notes can be added.file.changes
file.delete
note.add
{filesys-reinit}Notecard filesystem is being reinitialized.file.changes
file.clear
file.delete
note.add
note.changes
note.delete
note.get
note.update
{full}Notecard filesystem is full.Notecard must be synced to Notehub before more Notes can be added.file.changes
file.delete
note.add
note.changes
note.delete
note.get
note.update
{gps}The current status of GPS connectivity.card.location
card.location.mode
card.location.track
{gps-active}GPS has started and is currently active.card.location
card.location.mode
card.location.track
{gps-inactive}GPS is inactive.card.location
card.location.mode
card.location.track
{gps-penalty}GPS is in a penalty box.card.location
card.location.mode
card.location.track
{gps-sats}The number of GPS satellites visible by the device.card.location
card.location.mode
card.location.track
{gps-signal}Information about the current GPS signal strength.card.location
card.location.mode
card.location.track
{gps-starting}GPS is starting.card.location
card.location.mode
card.location.track
{host-dfu-fatal}Notecard Outboard Firmware Update was unable to complete.Check accompanying status for more details - if the situation persists contact Blues.card.dfu
{host-retry}Notecard is retrying a connection attempt.hub.status
hub.sync
hub.sync.status
{host-unreachable}Unable to connect to Notehub TCP socket.Check accompanying status for more details - if the situation persists contact Blues.hub.status
hub.sync
hub.sync.status
{hub-mode}The JSON request requires the Notecard to be in a particular hub.set mode.Check accompanying status for more details - if the situation persists contact Blues.hub.signal
{hub-not-connected}JSON request requires that Notecard be connected to Notehub.Notecard must be in continuous mode to use this request.hub.signal
hub.status
hub.sync
hub.sync.status
{idle}Modem is currently disconnected and idle.card.wifi
card.wireless
hub.sync.status
{incompatible}Incompatible JSON request fields.Check accompanying status for more details - if the situation persists contact Blues.card.binary.put
card.dfu
dfu.status
hub.sync.status
note.add
note.template
{io}Notecard could not parse received JSON.This is usually due to dropped characters or corruption, host should retry the request.Any Notecard API request
{joining-network}Notecard is in the process of joining a network.hub.sync.status
card.wireless
{modem-off}Wireless modem is off.card.wifi
card.wireless
hub.sync.status
{modem-on}Wireless modem is on.card.wifi
card.wireless
hub.sync.status
{modem-power-failure}Insufficient battery current available for power-on of modem and Notecard is in an Insufficient Power Supply Penalty Box.Check the Notecard datasheet for power requirements and consult the guide on Understanding Notecard Penalty Boxes.card.location
card.location.mode
card.location.track
card.wireless
hub.sync.status
{net-init}Wireless network interface is initializing.card.wireless
hub.status
hub.sync.status
{network}General wireless connectivity error.Check accompanying status for more details - if the situation persists contact Blues.card.dfu
card.transport
card.wifi
card.wireless
dfu.status
hub.status
hub.sync
hub.sync.status
ntn.status
{network-error-wait}Waiting to retry after a network error.hub.sync.status
{network-timeout}Network connection timed out.hub.status
hub.sync
hub.sync.status
{network-up}Successfully connected to a network.card.attn
card.wifi
card.wireless
hub.sync.status
{no-address}Notecard WiFi is unable to obtain IP address from access point.Try re-setting the password using card.wifi or SoftAP feature.card.wifi
card.wireless
hub.sync.status
{no-changes}Indicates a sync was performed, but no new changes were detected to process.hub.status
hub.sync
hub.sync.status
{no-handler}Notehub internal error.Check accompanying status for more details - if the situation persists contact Blues.hub.sync
hub.sync.status
{no-mojo}Making a card.power request without an attached Mojo.card.power
{no-ntn-module}NTN (Non-Terrestrial Network) module (e.g. Starnote) not detected.Verify Starnote is paired with Notecard in Notecarrier.ntn.gps
ntn.reset
ntn.status
{no-session}There is no active Notehub session when one is currently required.Verify a successful connection with Notehub and retry request.card.transport
hub.sync
hub.sync.status
{no-status}No status information returned from a request to a connected NTN device.Check accompanying status for more details - if the situation persists contact Blues.ntn.status
{no-time}The network time has not been set or synchronized on Notecard.Perform a sync with Notehub to set the time.card.time
{normal}The request operation completed successfully.card.status
{not-connected}Notecard is not connected to a network.card.transport
card.wifi
card.wireless
hub.status
hub.sync
hub.sync.status
web
web.delete
web.get
web.post
web.put
{not-encrypted}Data or network connection is not encrypted.
{not-implemented}Requested feature is not yet implemented.Check accompanying status for more details - if the situation persists contact Blues.Any Notecard API request
{not-ready}Notecard is not ready for the requested operation.Check accompanying status for more details - if the situation persists contact Blues.Any Notecard API request
{not-supported}Request not supported due to Notecard hardware or incompatible with existing Notecard configuration.Verify Notecard hardware and settings. If the situation persists contact Blues.Any Notecard API request
{note-exists}Cannot add a new Notefile that already exists.Use a different name for the Notefile.file.changes
file.delete
note.add
note.changes
note.delete
note.get
note.update
{note-noexist}Action cannot be performed on a Notefile that doesn't exist.Validate that the Notefile exists before performing this action.file.changes
file.clear
file.delete
note.add
note.changes
note.delete
note.get
note.update
var.get
{note-paused}The _note_pause environment variable is set on Notehub to prevent a possible runaway device.If device is not in runaway mode, delete this environment variable on Notehub.note.add
note.template
note.update
var.set
{notefile-bad-name}Invalid Notefile name (e.g. may be using a reserved character).Be sure the Notefile name does not include ,.file.changes
file.clear
file.delete
note.add
note.changes
note.delete
note.get
note.update
{notefile-exists}Cannot add a new Notefile that already exists.Use a different name for the Notefile you are trying to create.file.changes
file.clear
file.delete
note.add
note.changes
note.delete
note.get
note.update
{notefile-in-use}Cannot delete a Notefile that is currently in use.Wait for the current action on the Notefile to complete.file.changes
file.clear
file.delete
note.add
note.changes
note.delete
note.get
note.update
{notefile-noexist}Action cannot be performed on a Notefile that doesn't exist.Validate that the Notefile exists before performing this action.env.get
env.modified
env.set
file.changes
file.clear
file.delete
hub.sync.status
note.add
note.changes
note.delete
note.get
note.update
var.delete
var.get
var.set
web
web.delete
web.get
web.post
web.put
{notefile-queue-disallowed}Specified operation not allowed on queue Notefiles.Contact Blues for assistance.file.changes
file.delete
note.add
note.changes
note.delete
note.get
note.update
{notehub-connected}Successfully connected to Notehub.hub.status
hub.sync
hub.sync.status
{notehub-disconnected}Successfully disconnected from Notehub.hub.status
hub.sync
hub.sync.status
{notehub-open-failure}General error while opening Notehub.Check accompanying status for more details - if the situation persists contact Blues.hub.status
hub.sync
hub.sync.status
{ntn-connected}NTN module (Starnote) has established a connection.card.transport
card.wireless
hub.sync.status
ntn.status
{ntn-connecting}NTN module (Starnote) is establishing a connection.card.transport
card.wireless
hub.sync.status
ntn.status
{ntn-disconnecting}NTN module (Starnote) is closing a connection.card.transport
card.wireless
hub.sync.status
ntn.status
{ntn-idle}NTN module (Starnote) is powered but not actively communicating.card.transport
card.wireless
hub.sync.status
ntn.status
{ntn-initializing}NTN module (Starnote) is initializing.card.transport
card.wireless
hub.sync.status
ntn.status
{ntn-power}NTN module (Starnote) is powered up and available.card.transport
card.wireless
hub.sync.status
ntn.status
{ntn-unknown-location}NTN module (Starnote) is unable to acquire its location, either via its internal GPS or via its paired Notecard's GPS (depending on its configuration).Use the ntn.gps API to switch between using Starnote's or Notecard's GPS.ntn.gps
ntn.status
{odfu-aux-mode}Current AUX mode isn't compatible with using Notecard Outboard Firmware Update to update the host MCU via AUX.Consult the Notecard Outboard Firmware Update docs to verify the proper card.aux request is in use.card.dfu
dfu.status
hub.sync.status
{odfu-fail}Failed to use Notecard Outboard Firmware Update to update the host MCU.Attempt the DFU again and if the situation persists contact Blues.card.dfu
dfu.status
hub.sync.status
{odfu-init}Notecard Outboard Firmware Update feature initializing.card.dfu
{product-noexist}ProductUID does not exist.Check that the Notehub project has a valid ProductUID.hub.set
hub.status
hub.sync
hub.sync.status
{receive-timeout}The most recent Notehub transaction timed out.Check accompanying status for more details - if the situation persists contact Blues.hub.sync
hub.sync.status
{registration-failure}Cellular Notecard unable to register with network.Consult our guide on Diagnosing Cellular Connectivity Issues.card.wireless
hub.sync.status
{request-failure}General error while attempting to sync with Notehub.Check accompanying status for more details - if the situation persists contact Blues.hub.status
hub.sync
hub.sync.status
{rts-not-necessary}Request to Send (RTS) not required in current context.card.aux.serial
{service}General error while attempting to sync with Notehub.Check accompanying status for more details - if the situation persists contact Blues.card.dfu
dfu.status
hub.status
hub.sync
hub.sync.status
{session-closed}Notehub session is closed.Check accompanying status for more details - if the situation persists contact Blues.hub.status
hub.sync
hub.sync.status
{socket-closed-session}TCP socket closed the session.hub.sync.status
{socket-connect-error}Unable to connect to Notehub socket handler.If the situation persists contact Blues.hub.sync.status
{socket-connected}Connection to Notehub service successful.hub.sync.status
{socket-connecting}Connecting to Notehub service.hub.sync.status
{socket-disconnected}Remote service has been disconnected.hub.sync.status
{socket-dns-failure}Unable to resolve Notehub IP address.If the situation persists contact Blues.hub.sync.status
{socket-dns-success}DNS lookup of Notehub service successful.hub.sync.status
{socket-invalid-cert}Invalid TLS/SSL certificate detected.If the situation persists contact Blues.hub.sync.status
{socket-ip-init}Network socket IP initialized.hub.status
hub.sync
hub.sync.status
{socket-ip-term}TCP socket terminated IP address.hub.status
hub.sync
hub.sync.status
{socket-open-session}Opening a session to Notehub service.hub.sync.status
{socket-opened-notification-session}Opening network notification socket.hub.sync.status
{socket-opened-session}Network socket session opened.hub.sync.status
{socket-tls}TLS successfully authenticated.hub.sync.status
{socket-tls-connected}Network socket connected over TLS.hub.sync.status
{socket-tls-connecting}Network socket connecting over TLS.hub.sync.status
{socket-tls-error}Unable to authenticate with Notehub socket handler.Can occur sporadically in poor signal conditions - if the situation persists contact Blues.hub.sync.status
{softap}JSON request not supported while Notecard WiFi is in SoftAP mode.Press SoftAP button or wait 10 minutes for automatic timeout of SoftAP mode.Any Notecard API request
{suppress-rsp}Request was processed successfully, but the operation is intentionally configured to not generate a response.Any Notecard API request
{sync}General sync status information (check accompanying status).hub.sync.status
{sync-begin}A sync with Notehub service is starting.hub.sync.status
{sync-completed}Data synchronization with Notehub completed successfully.hub.sync.status
{sync-disconnecting}Disconnecting a partially-opened session (likely was used by GPS).hub.sync.status
{sync-end}A sync with Notehub service has completed.hub.sync.status
{sync-error}An error occurred during sync with Notehub.Check accompanying status for more details - if the situation persists contact Blues.hub.sync.status
{sync-get-local-changes}Retrieving local (outbound) Notefile changes.hub.sync.status
{sync-get-remote-changes}Retrieving remote (inbound) Notefile changes.hub.sync.status
{sync-local-error}Potential local filesystem corruption.If the situation persists reset filesystem with card.restore.hub.sync.status
{sync-remote-error}Unable to merge Notefile changes on Notehub.If the situation persists contact Blues.hub.sync.status
{syntax}Syntax error in JSON request.Verify request with Notecard API reference.Any Notecard API request
{template}Notefile template-related status (check accompanying status).card.location.track
card.motion.track
hub.log
note.add
{template-incompatible}note.add operation is incompatible with Notefile template.Refer to the Note Template guide for assistance.card.location.track
card.motion.track
hub.log
note.add
{ticket}Transient error due to Notehub being restarted as part of update.Check accompanying status for more details - if the situation persists contact Blues.hub.status
hub.sync
hub.sync.status
{tracker-exists}Cannot add a new tracker that already exists.Contact Blues for assistance.file.changes
file.delete
note.add
note.changes
note.delete
note.get
note.update
{tracker-noexist}Action cannot be performed on a tracker that doesn't exist.Contact Blues for assistance.file.changes
file.delete
note.add
note.changes
note.delete
note.get
note.update
{transport}General transport status information (check accompanying status).card.wireless
hub.sync.status
{transport-unreachable}Unable to attempt a connection to Notehub.Check accompanying status for more details - if the situation persists contact Blues.hub.status
hub.sync
hub.sync.status
{unavailable}Requested resource or service is unavailable.If the situation persists contact Blues.card.transport
card.wifi
card.wireless
hub.sync.status
ntn.status
{usb-disabled}USB is disabled.card.voltage
{usb-enabled}USB is enabled.card.voltage
{version}The Notecard does not meet the version requirement of card.version API.Update the Notecard firmware or check the card.version api argument is correct.card.version
{wait-data}Notecard is waiting for a WiFi or cellular connection.card.wireless
hub.status
hub.sync.status
{wait-gateway}Notecard is waiting for WiFi or cellular gateway connection.card.wireless
hub.status
hub.sync.status
{wait-service}Notecard is waiting for a WiFi or cellular connection.card.wireless
hub.status
hub.sync.status
{web-payload}Payload corruption was detected during a web request operation.Check the host-to-Notecard connection integrity.hub.status
hub.sync
hub.sync.status
{wifi-ap}Notecard WiFi was not able to detect the configured SSID.Check the current SSID with card.wifi and verify Notecard is within range of access point.card.wifi
card.wireless
hub.sync.status
{wifi-auth}Notecard WiFi connection failed, most likely due to incorrect password.Use card.wifi or SoftAP mode to configure the SSID and password.card.wifi
card.wireless
hub.sync.status
{wifi-config}Notecard WiFi does not have an SSID configured.Use card.wifi or SoftAP mode to configure the SSID and password.card.wifi
card.wireless
hub.sync.status
{wifi-disconnect-begin}Notecard WiFi is disconnecting session.card.wifi
card.wireless
hub.sync.status
{wifi-disconnected}Notecard WiFi is disconnected.card.wifi
card.wireless
hub.sync.status
{wifi-error}Unspecified Notecard WiFi error.Check accompanying status for more details - if the situation persists contact Blues.card.wifi
card.wireless
hub.sync.status
{wifi-fatal}Unable to communicate with Notecard's WiFi module (possible hardware error).If the situation persists contact Blues.card.wifi
card.wireless
hub.sync.status
{wifi-join-wait}Notecard WiFi is waiting to join network.card.wifi
card.wireless
hub.sync.status
{wifi-joined}Notecard WiFi has joined network.card.wifi
card.wireless
hub.sync.status
{wifi-softap}Notecard is operating in WiFi soft access point mode.card.wifi
{wifi-unavailable}Use of card.wifi request on a Notecard that does not have WiFi hardware.Only use this request on a Notecard with WiFi capabilities.card.wifi
Can we improve this page? Send us feedback
© 2026 Blues Inc.
© 2026 Blues Inc.
TermsPrivacy