AWS IoT Core with Raspberry Pi4 Tutorial- Complete Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 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!

  • @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!

  • @AjayRathod-b9d
    @AjayRathod-b9d 5 หลายเดือนก่อน

    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

  • @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

  • @MikdanJey
    @MikdanJey 2 ปีที่แล้ว +2

    Good concept

  • @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!

  • @muthurajar8584
    @muthurajar8584 ปีที่แล้ว +1

    Great work .

  • @csoutsource
    @csoutsource ปีที่แล้ว

    You lost me at th-cam.com/video/adKuyckikuw/w-d-xo.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

  • @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?

  • @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!