How to read any sensor using only Arduino and Python

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 45

  • @The_JosephDream
    @The_JosephDream  2 роки тому +2

    Hello Guys!!! I am sorry for the delay, so here you have the code link. github.com/Amajo0209/How-To-Read-Sensor-Data-Using-Python-and-Arduino

  • @ThatKid_Grim
    @ThatKid_Grim Рік тому

    This guy is truly underrated...

  • @IMHVideos108
    @IMHVideos108 3 роки тому +4

    Good job Joseph! Keep doing magic!

    • @The_JosephDream
      @The_JosephDream  2 роки тому

      you can check out my blog page. ua-cam.com/users/redirect?event=video_description&redir_token=QUFFLUhqbDVzUWtOV0VUM1dSN1hQQUFaa0oxTHJ5MFdJZ3xBQ3Jtc0tsdjl0Y0NRdXgzaEc4R1M4c2VMcUE4cDBSR3VDZnctSDBac2lmVWRIbDVkYi1RRnoxbk02Q3IyNHRieXR6SElFazA2aFZIZzZtcEVrSm1qaWxVeXNlMXA1ZW5RTnlxc3g0UHNzcWtzWmJJZ2RDQnNfSQ&q=http%3A%2F%2Fblog.josephdream.tech%2Fblogdream%2Findex.php%2F2021%2F08%2F06%2Fcontrol-your-sensors-using-python-and-arduino%2F

  • @jonathaniskandar8817
    @jonathaniskandar8817 2 роки тому +1

    Thank you JOSEPH, GOD Bless you🙏

  • @priyanshukumar4181
    @priyanshukumar4181 2 роки тому

    Thank You SIr, Your Video Really Help me in My College Project.😄😄😄

  • @bwirepatrick
    @bwirepatrick 2 роки тому +1

    I really appreciate the work bro Thanks so much but all your blog links don't work yet would like to reach out on you

  • @ecpython7141
    @ecpython7141 2 роки тому +2

    Hi Joseph, thanks for your great sharing. I am trying to get the current from the Adafruit INA219 current sensor. I can do it successfully in Arduino sketch but not in python. Could you kindly advise how to do it in python?

  • @RandomGuy-df1oy
    @RandomGuy-df1oy 2 роки тому

    Great video! How to run it without USB cable with wi-fi connection?

  • @Mtupo
    @Mtupo 2 роки тому

    Hi. Good job. There are no links for the source on your blog. I can only see adds

    • @The_JosephDream
      @The_JosephDream  2 роки тому

      github.com/Amajo0209/How-To-Read-Sensor-Data-Using-Python-and-Arduino

  • @jobnogemane6870
    @jobnogemane6870 2 роки тому

    Write some code to de-serialise TCP data from 4different scales (different IP address) to be visualise
    as digital LED object. The value that is being read is weight. Use python. Could u plz assist in this question

  • @praisekelechi3463
    @praisekelechi3463 2 роки тому

    Thanks for the knowledge bro

  • @ashokshrestha7427
    @ashokshrestha7427 3 роки тому +2

    Hey Joseph It is a very helpful video. Thank for sharing. It helped me a lot. I am trying to write some code to do a little different. Can you please help me out.
    Here is what I am trying do.
    1. I have written some code in python using pyautogui and it does some magic. Then after that I want it to send command in Arduino to blink led to indicate that the first job has been done.
    2. After couple of blinks again python has to run its second part of script and again after completing it has to send command in Arduino to blink led.
    Can you please help me out to find the right way to do this? Please please please.

  • @vlogreactionpg
    @vlogreactionpg Рік тому

    I am not able to upload code in ardunio please help me
    I got error ::=== Sketch uses 20760 bytes (64%) of program storage space. Maximum is 32256 bytes.
    Global variables use 1574 bytes (76%) of dynamic memory, leaving 474 bytes for local variables. Maximum is 2048 bytes.
    avrdude: ser_open(): can't set com-state for "\\.\COM5"
    Failed uploading: uploading error: exit status 1

  • @thabisomaisela7497
    @thabisomaisela7497 3 роки тому +1

    good video, it helped me with my project a lot however I must say I am deeply saddened at the fact that the code is not provided

  • @kychemclass5850
    @kychemclass5850 2 роки тому

    Hi Joseph. Any idea how to get Libreoffice Calc to receive the data from the arduino so the data can tap into Calc's powerful charting and spreadsheet data manipulation features?. P.S. Libreoffice Calc supports python script embedding.

  • @durgeshballa6454
    @durgeshballa6454 3 роки тому +1

    really nice video but i really need help in how to get the data of the distance sensor in integer format and add/subtract another integer from it.
    can you please provide me code for that

    • @jacoboneill3735
      @jacoboneill3735 2 роки тому +1

      Would need to test it but all I can imagine you need to do is convert the input into a string, split it around just the data and then convert that string into a float:
      myData = Arduino.readline()
      stringData = str(myData)
      formatData = stringData.split(": ")[1].split("c")[0]
      floatData = float(formatData)
      Don't know if this 100% works but I hope it helps

    • @The_JosephDream
      @The_JosephDream  2 роки тому

      github.com/Amajo0209/How-To-Read-Sensor-Data-Using-Python-and-Arduino

  • @vpnvpn5267
    @vpnvpn5267 2 роки тому

    thank you JOSEPH

  • @ibrahimahmedabderemane9976
    @ibrahimahmedabderemane9976 2 роки тому

    I can’t access the code and circuit link...can you help me please

  • @akhilani5610
    @akhilani5610 2 роки тому

    Ur website isn't loading....if there is any alternate way

  • @waleedaiad3411
    @waleedaiad3411 2 роки тому

    How can i use hc-12 with arduino using python language???

  • @prathmesh5743
    @prathmesh5743 2 роки тому

    Great work!!!!

  • @copycarvers
    @copycarvers Рік тому

    I am using jupyter notebook and its not working for me

  • @tihon4979
    @tihon4979 2 роки тому +1

    Couldn't see a part of code :(

  • @robertschemmel50
    @robertschemmel50 2 роки тому

    Your PIP is covering up the python code

  • @robertschemmel50
    @robertschemmel50 2 роки тому

    Why did you cover up the code with the image of the arduino ? That makes no sense

  • @muhammadkhalis9051
    @muhammadkhalis9051 2 роки тому

    hi the link is not working

  • @prathmesh5743
    @prathmesh5743 2 роки тому

    I want to get data from sensor to flask project.

  • @johnd5849
    @johnd5849 5 годин тому

    No information on which OS (Windows/linux) is being used. No info on how to connect PC/laptop - the first minute of the video only shows the Arduino end ... not useful.

  • @MuhammadJamil-y2p
    @MuhammadJamil-y2p Рік тому

    You not showing the code completely, and hiding behind Altra-Sonic sensor..

  • @ethantong6270
    @ethantong6270 2 роки тому

    Hey Joseph, i couldnt see part of the code, which it bothers me so much. Can you please put the codes in the comment. Thankyou

    • @rgragulraj
      @rgragulraj 2 роки тому +2

      import serial
      Arduino = serial.Serial('COM3',9600)
      while True:
      if (Arduino.inWaiting()>0):
      myData = Arduino.readline(10)
      print(myData)

  • @rohitsingh-ds2wv
    @rohitsingh-ds2wv 2 роки тому

    𝒾𝓉'𝓈 𝒶𝓌𝑒𝓈𝑜𝓂𝑒