AWS IoT Core with Raspberry Pi4 Tutorial- Complete Guide

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 21

  • @0426vincent
    @0426vincent Год назад +2

    Hi, nice video and I would like to know if there is any video that can include publishing message to the device? Thanks.

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +2

      Hi Vincent, I've controlled LED connected to Raspberry Pi from AWS IoT but unfortunately due to lack of time wouldn't documented. But you can use client.subscribe() function in python code running on RPi to subscribe and receive data from AWS. I hope this may help.
      I'll try in future make that video.
      Good luck and best wishes!

  • @Mitjitsu
    @Mitjitsu Год назад

    14:20 - Do you have to use an SSL connection, because I'm not getting the "connected with result code 0" message.

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Mitjitsu, yes indeed. I used amazon aws security certificates which uses SSL/TLS encryption for communication of Raspberry Pi with AWS IoT Core.

    • @Mitjitsu
      @Mitjitsu Год назад

      @@BINARYUPDATES That explains a lot given I knew there was nothing wrong with how my MQTT was setup. I was just using my Rasperry Pi via my LCD TV. So there's no need to use SSL. Is there an alternative method that doesn't require using SSL?

  • @AjayRathod-b9d
    @AjayRathod-b9d 7 месяцев назад

    while runnig pipython script i faced the error " TypeError: __init__() missing 1 required positional argument: 'callback_api_version'" i have done many troubleshooting but it dosen't solved cany you please guide me

  • @cristianvargas3365
    @cristianvargas3365 Год назад +1

    Hi Umesh, I´d like to ask you some advice. I´m working on a project where Arduino is sending the current data sensor to Raspberry Pi by serial communication, how can I send this numeric data to IOT Core? It´s necessary to send it in JSON format? or stamptime is needed?

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Cristian, the numeric data can be sent as a raw data or in json format. AWS IoT can receive in any format. Its not necessary always to send in JSON, you can send raw data. We usually prefer json in IoT projects as its easy to deal with at server side as an indusry standard. And about timestamp cloud will always log data with respect to timestamp. So this means its not needed always....I hope this may help you. Best wishes!

  • @SIRIMULONDO
    @SIRIMULONDO Год назад +1

    GREAT VIDEO CAN I GET SOME ADVICE I WANT TO CONTROL MY ROBOT WITH AWS CORE AM USING A JETSON NANO 2GB AND ROS2 IN A LINUX UBUNTU 20.04 OS. IS IT POSSIBLE AND IF SO HOW DO I GO ABOUT IT??

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Yes, Its possible. You can use Paho-MQTT library to communicate with AWS IoT Core. The process will remains same as shown in this video lesson. The only change will be OS running on your Jetson Nano. Please do check Python SDK for AWS. I hope this may help you. Good luck and best wishes!

    • @dakalosiri
      @dakalosiri Год назад

      @@BINARYUPDATES THANK YOU SO MUCH I WAS ABLE TO ESTABLISH THE CONNECTION BUT NOW AM I WANNA USE MY CAMERA BUT STRUGGLING ON HOW TO GO ABOUT IT ANY ADVICE

  • @cristianvargas3365
    @cristianvargas3365 Год назад +1

    Thank you very much, I learned a lot!!

  • @MOHANSINGH-ek3dv
    @MOHANSINGH-ek3dv Год назад

    Hi sir actually I run this code it giving error ModuleNotFoundError: No module named 'thread' can you help me to resolve this issue. How I can import thread module

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Mohan, you can replace 'thread' with '_thread' throughout the python code. As RPi new Raspberry Pi OS default uses python3 older code doesn't supported anymore. So make these changes and try again! It will work. Good luck and best wishes!

  • @dedaye-n7s
    @dedaye-n7s Год назад

    12:34 I can't connect to SSH. What can i do ?

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Please confirm right IP address of your Raspberry Pi otherwise SSH connection will not succeed. It has nothing to do with AWS IoT Core or platform. Check Raspberry Pi video on our channel to learn more about RPi. Good luck and best wishes!

  • @muthurajar8584
    @muthurajar8584 Год назад +1

    Great work .

  • @MikdanJey
    @MikdanJey 2 года назад +2

    Good concept

  • @csoutsource
    @csoutsource Год назад

    You lost me at ruclips.net/video/adKuyckikuw/видео.html when you said we don't need to download the ROOT CA Certificate. I am not following how you created a universal cert.

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Matthew, you can download rootCA from AWS website
      I avoided to download from there as it download with ugly name
      And while making video I wanted to make it simple
      Anyways good day