You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library for handling and managing network connections by providing keep-alive functionality and automatic reconnection in case of connection-loss. It supports the following boards:
Using the Notecard only requires a couple of easy steps:
49
+
50
+
1.[Purchase a Notecard](https://shop.blues.com/collections/notecard) (and
51
+
[Notecarrier](https://shop.blues.com/collections/notecarrier)) that fits the
52
+
needs of your device.
53
+
> _**NOTE:** We recommend starting with our [Dev Kit](https://shop.blues.com/products/blues-global-starter-kit)
54
+
> if you are unsure._
55
+
1.[Setup a Notehub account](https://dev.blues.io/quickstart/notecard-quickstart/notecard-and-notecarrier-f/#set-up-notehub).
56
+
> _**NOTE:** Notehub accounts are free (no credit card required)._
57
+
1.[Create a project on your Notehub account](https://dev.blues.io/quickstart/notecard-quickstart/notecard-and-notecarrier-f/#create-a-notehub-project).
58
+
1. In `ConnectionHandlerDemo-Notecard`, replace "com.domain.you:product" (from
59
+
`NOTECARD_PRODUCT_UID`) with the ProductUID of your new Notehub project.
60
+
61
+
### Power-up the Device
62
+
63
+
1.[Connect the Notecard to your Host MCU](https://dev.blues.io/quickstart/notecard-quickstart/notecard-and-notecarrier-f/#connect-your-notecard-and-notecarrier)
64
+
1. Flash the `ConnectionHanderDemo-Notecard` example sketch to your device. You
65
+
should see the device reporting itself as online in your [Notehub Project](https://notehub.io).
66
+
67
+
### More Information
68
+
69
+
For more information about the Notecard and Notehub in general, please see our
70
+
[Quickstart Guide](https://dev.blues.io/quickstart/) for a general overview of
71
+
how the Notecard and Notehub are designed to work.
0 commit comments