Sending Data to AWS without a route?

I am trying to understanding everything must go through Notehub?

Can’t I send data to AWS directly without setting up a route through Notehub?

For example using an Arduino MKR 1500 NB with a data plan there is a canned example:

This sketch securely connects to an AWS IoT using MQTT over NB IoT/LTE Cat M1.
It uses a private key stored in the ATECC508A and a public
certificate for SSL/TLS authetication.
It publishes a message every 5 seconds to arduino/outgoing
topic and subscribes to messages on the arduino/incoming
topic.

Can’t this be done using a note card?

If so how?

If not, why?

Thanks

Bruce

1 Like

Hi @bvernham,

This is a great question. The simple answer is “no”, and it’s rooted in a very simple technical reason: Cellular Notecards are not on the Internet, and so anything that the Notecard does must be proxied through a Notehub. Technically speaking, for security reasons the Notecards connect to the cellular network, and then the cellular network communicates with the Notehub over a secure VLAN that is off-Internet.

Hopefully that answered your questions, if not let me know and I’m happy to dive deeper!

Thanks,
Rob

So why can a Sara R410 and the like send data directly to AWS?

Arduino/Sparkfun have multiple examples in which you can connect to AWS or another external web site?

I know, I did it yesterday with an Arduino MKR1500 NB.

I have a Hologram SIM for it but I was able to directly connect to other web sites with no routing through the Hologram? Hologram has the ability to do routes but it is not mainditory.

Why is it for Blues?

Another example is using Arduino IOT Cloud. No routing through the Hologram web site.

Blues seems to be very restrictive as to how a user can handle the data destination.

This is making it hard for me to justify developing a product around such a restrictive data portal.

Thanks

Bruce

1 Like

Hi @bvernham,

I would propose that Blues is fundamentally making wireless IoT easier to implement and more secure by providing an integrated solution via a device-to-cloud data pump (the Notecard) and thin cloud service (Notehub). And yes, it is a bit of a paradigm shift when comparing the Notecard to a traditional cellular modem! In fact, using a cellular modem may be a better fit for your use case, which I totally understand.

Thanks,
Rob

But I am trying to understand how Blues is helping out by making it easier.

It seems like extra steps (and costs) need to be taken into account to use the Blues Wireless solution?

I can understand charging for data usage but now I have to pay to actually be able to do something with my data via routing fees?

That is the hard part I have understanding and justifying.

How is this a more economical solution then just using a standard cell modem?

Thanks

Bruce

1 Like

Hi @bvernham,

The Notecard can be more economical than a traditional cellular modem in terms of dollars and in terms of time. While the following may not apply to everyone, we are betting that it does apply to many IoT developers:

  1. Dollars: You can spend ~$49 on a Notecard and architect your solution to stay within the bounds of the free Notehub plan for 10 years/500 MB of data. We are not trying to nickle-and-dime individual developers, but rather scale with you (i.e. we are successful only when you are successful).

  2. Time: We dramatically simplify security as we pre-provision the Notecard to speak securely with Notehub off the public Internet (via private VPN tunnels). This means no certificate management is required and no additional programming is needed.

  3. Time: There is very little programming overhead or boilerplate code required to send data from the Notecard to AWS (our whatever cloud you are using). Comparing a note.add request to the lines of code required for an HTTP/S request is a good example.

I would also add that routing itself in Notehub provides additional benefits, including using JSONata to alter/optimize data before it hits your remote endpoint and monitoring for successful transactions between Notehub and your cloud.

As mentioned, our solution may not be right for everyone. Best of luck though and let me know if I can answer any other questions!

2 Likes

I can see both sides of the coin here but for one application I am thinking of AT & T having poor service here.

Verizon service is very good so how can I use the Blues hardware with Verizon?

I was told 1 bar enough but my idea is for remote monitoring of my vacation home when I am not here so I do not want to worry about good enough and want a cellular solution I know is reliable.

That is how I am sending this now, tethered to my phone.

No, there is no wired internet…the fiber ends 3 miles down the road so I need to use wireless.

So how does the blues hardware support working with Verizon beyond installing a Verizon IOT SIM?

Thanks

Any reply to the above?

Thanks

Hi @bvernham,

If you’re able to procure a Verizon IoT SIM it should work just fine with the Notecard (please consult the Using External SIM Cards guide for proper setup). This is assuming you have a Notecarrier with an external SIM slot as well.

Thanks,
Rob

OK, but where does the data go? Notehub?

You can easily procure Verizon SIM’s and service through Digikey so that is easy.

But then what?

How from there can I send data to AWS?

Thanks

Bruce

The Notecard/Notehub functionality doesn’t change based on the SIM/carrier you’re using. So it’s the same workflow as if you were using the embedded SIM: Notecard → Notehub → AWS.

Thanks,
Rob

1 Like

What is the benefit of these being VPN connected when connections will be over TLS anyway? I assume to control what can communiciate with the official/public instance of Notebhub?

Is it possible to configure the Notehub to use our own VPN?

@reactor Notecard users who don’t use TLS benefit from the VPN. For instance, only Notecards that are in continous mode or are transferring .qos, .qid, and/or .dbs files use TLS. Also, Notecard IP addresses don’t appear on the public Internet are are not directly addressable outside of the virtual private cloud.

In theory we could set up a separate virtual private cloud which would likely require an enterprise agreement for us to set up and maintain.

1 Like

But is it possible for us Notecard customers to configure the Notecard to connect to our own VPN? Or is that done at a firmware level and thus requires custom firmware?

Thanks

@reactor - let me see if I can clarify this a bit:

  1. The cellular Notecard uses a custom APN whenever it’s using Notehub.io as the host (this is the default mechanism). If you stand up your own Notehub instance, the Notecard will use an APN that places the device on the open Internet. Likewise, if you use your own external SIM, it uses that carrier’s APN. (The Wi-Fi Notecard does not use an APN, therefore it is on the open Internet by default and uses TLS for data transfer.)

  2. When the cellular Notecard is using Notehub.io as the host (and thus using our custom APN), all traffic routes through a secure VLAN into the core network running Notehub’s cloud-based service.

  3. We don’t have any current plans to allow customers to create their own custom APNs. We could of course revisit this in the future in certain situations.

Hope this helps!

Is it possible to skip Notehub altogether and just send data to our own endpoint? This would probably be a preference for some of us hobbyists.

Hi @reactor,

It’s not possible, as the Notecard does not have a publicly-accessible IP address and therefore can’t communicate directly with a 3rd party endpoint. You need a secure proxy (either Notehub.io or an OSS Notehub implementation) to route data to/from your cloud endpoint.

Rob

Hi folks,

I wanted to circle back on this thread and make sure everyone is aware that we’ve made some improvements to Notehub pricing that are relevant to this discussion: removing per-project platform subscription fees and limits, a consumption-based event model, and free credits for each account. You can read more here and here, and let us know if you have any questions!

Brandon

Can the Notcard send UDP data to the Notehub? I have customers looking to test out non-HTTP based protocols.

I work for AWS and want to publish an AWS Blog using your device.

Please get back to me ASAP.

Thanks
Frank

Hi @frankthetank and welcome to the Blues Wireless community!

You cannot route data over UDP with Notehub. Notehub supports HTTP/S and MQTT only today.

Thanks,
Rob