Home > On-Demand Archives > Q&A Sessions >

Live Q&A - FreeRTOS and AWS IoT ExpressLink: Simplify and fast-track your embedded designs

Dan Gross - Amazon AWS - Watch Now - Duration: 23:15

Live Q&A - FreeRTOS and AWS IoT ExpressLink: Simplify and fast-track your embedded designs
Dan Gross
Live Q&A with Dan Gross for the theatre talk titled FreeRTOS and AWS IoT ExpressLink: Simplify and fast-track your embedded designs
M↓ MARKDOWN HELP
italicssurround text with
*asterisks*
boldsurround text with
**two asterisks**
hyperlink
[hyperlink](https://example.com)
or just a bare URL
code
surround text with
`backticks`
strikethroughsurround text with
~~two tilde characters~~
quote
prefix with
>

nsolanki
Score: 0 | 1 year ago | no reply

What is the projected timeline for the LoRa support?

amit403
Score: 0 | 1 year ago | 1 reply

Hi Dan,
It was a great session. It will be helpful in the future for my AWS integrations.
During the session, I understood the key concept of AWS ExpressLink devices.
But will these devices be linked with the MQTT broker running on EC2 machines? And what will be the constraints if the EC2 machine having an MQTT broker is under AWS VPC?

dangSpeaker
Score: 0 | 1 year ago | no reply

Thanks much, glad you liked it. AWS IoT ExpressLink uses AWS IoT Core as the MQTT broker, which is a managed service that is highly scalable. So, you do not have to run EC2 instances in this case. You simply need to provide the ExpressLink module the specific endpoint URL to connect to your broker. This is done through the command "AT+CONF Endpoint=[URL]". More about AWS IoT Core here: https://aws.amazon.com/iot-core/

Thomas.Schaertel
Score: 0 | 1 year ago | 1 reply

Hi Dan, I enjoyed your talk very much, especially that I wasn't aware, that such a solution already exists! I wonder though, what happens if the connection to the cloud gets lost (e.g. Wifi unavailable, LTE outage etc.) while the application code only establishes a link with one CONNECT statement. So far, I had to make sure, that connectivity is still available before sending or requesting data. Thank you for your great talk, I'm looking forward to reading those links provided!

dangSpeaker
Score: 0 | 1 year ago | no reply

Thank you, Thomas. I'm glad you liked the talk. Right, the module manages keeping the connection alive. Also, the AT+CONNECT command can be called anytime. If the connection is lost, the module will return with the appropriate error. However, there is also a newer feature (as of the 1.1 spec) that allows for an asynchronous connection using the AT+CONNECT! command that will queue messages on the module and establish a connection without blocking. You can also proactively check with the AT+CONNECT? command. See the programmer's guide for details: https://docs.aws.amazon.com/iot-expresslink/v1.1/programmersguide/elpg-commands.html. Best regards!

15:44:01	 From  Rishav Vatsa : Provided how closely or loosely the Expresslink is integrated with the hardware manufacturers like Espressif (for say, ESP32). Can it be connected to any other MCU of choice? If yes, what is the implementation process
15:46:46	 From  doolittl : Is there any security/encryption over the part port between the two chips/mcus? (And if not, why, and if, what is it)
15:49:26	 From  Thomas Schaertel : Normally I dial with RSSI to ensure, communication is reliable. How about ExpressLink loosing connection? Is it transparent to my application code or completely handled on the module?
15:51:51	 From  Rishav Vatsa : Is there a provision for GNSS? Also, is the data communication between AWS and modem encrypted?
15:52:40	 From  Thomas Schaertel : Replying to "Normally I dial with..."

Thanks!
15:53:13	 From  Mayank : Reacted to "Provided how closely..." with 👍
15:53:26	 From  Mayank : Reacted to "Is there a provision..." with 👍

OUR SPONSORS

OUR PARTNERS