Sinric Pro ESP32 for Home Automation and Sensor Monitoring

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2022
  • Altium Designer:
    www.altium.com/yt/electronicl...
    Altium 365:
    www.altium.com/altium-365
    Octopart, components search engine:
    octopart.com/
    Download circuit diagram and programming:
    www.electroniclinic.com/sinri...
    Subscribe to my New TH-cam Channel, if you want to watch my videos in Hindi/Urdu
    / @letsgetstartedd
    Check my other IoT based projects:
    www.youtube.com/@ElectroniCli...
    Support me on Patreon and get access to hundreds of projects:
    / electroniclinic
    Project Description:
    ********************
    If you are a Home Automation Lover and you have been trying different IoT platforms for controlling your home appliances and for monitoring different types of sensors then you need to watch this video from start to the very end. Because in this video, the IoT platform that I am going to use is specifically designed for Home Automation.
    I am sure only a few of you guys might know about the Sinric Pro which is also an IoT platform and can be used with IoT development boards like ESP8266, ESP32, Raspberry Pi, Arduino, Amazon Alexa, Google Home or SmartThings.
    By the way, you can also use Blynk 2.0, Arduino IoT Cloud, Ubidots, ThingSpeak, Firebase, Adafruit Io, InfluxDB, Thinger.io, and so on, there is a long list of IoT platforms. And I have already used all these platforms; you can check my playlist on IOT projects.
    Anyway, all these platforms which I just mentioned are not specifically designed for Home Automation and I am not saying these are bad for Home Automation, but the Sinric Pro gives you that Elite class feeling. You can get it connected to Google Home or SmartThings and Amazon Alexa and start controlling all your Home appliances using voice commands and of course you can also monitor different types of sensors.
    ********************
    Amazon Purchase links:
    *****************
    ESP32 WiFi + Bluetooth Module (My recommendation), more IO pins, improved speed, and supports a Lipo Battery:
    amzn.to/3v40DkE
    DHT21 Temperature and Humidity Sensor
    amzn.to/3gy37Ay
    5v one-channel relay module
    amzn.to/3AJ2U4t
    Other must-have Tools and Components:
    Arduino Uno, Nano, Mega, Micro "All types of Arduino Boards":
    amzn.to/3fk5OTi
    Top Arduino Sensors:
    amzn.to/3vZbnfM
    Super Starter kit for Beginners
    amzn.to/3cq56C5
    Top Oscilloscopes
    amzn.to/3ctF3d8
    Variable Supply:
    amzn.to/2PEAqE7
    Digital Multimeter:
    amzn.to/2QGRPg1
    Top Soldering iron kits: "best"
    amzn.to/39nqDtb
    Top Portable drill machines:
    amzn.to/3suQMh7
    Jumper Wires:
    amzn.to/2NYPEDA
    3D printers:
    amzn.to/3ruG1dt
    CNC Machines:
    amzn.to/3cuZWVv
    Electronics Accessories:
    amzn.to/3sueV7z
    Hardware Tools:
    amzn.to/3m9UhaN
    DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I will receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for your support!
    ****************
    For more Projects and tutorials visit my Websites
    Electronic Clinic:
    www.electroniclinic.com/
    Programming Digest:
    programmingdigest.com/
    Follow me Instagram:
    / electroniclinic
    Follow my Facebook Page Electronic Clinic:
    web. profile.php?...
    Follow my Facebook Group, Arduino Projects:
    / 190031841821771
    Email:
    stu_engineering@yahoo.com
    About the Electronic Clinic:
    Electronic Clinic helps the students and other professionals to learn electronics, designing, and programming. Electronic Clinic has tutorials on Arduino, Arduino Nano, Raspberry PI, image processing, gsm based projects, Bluetooth based projects, esp8266 projects, Nodemcu projects, robotics, desktop application designing and programming, PLC, SCADA, RC Planes, Electronics, Power Generation, HMI, and much more. Check my Playlists.
    #sinricPro #esp32project #altiumdesigner
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 26

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

    Awesome ! As usual ! I defenately want to try this one out too !

  • @user-pk6bk4zb2s
    @user-pk6bk4zb2s 21 วันที่ผ่านมา

    My devices are showing offline
    Can u please explain why its happening....

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

    Hello, if it is possible to modify this code so that it works only for the dht 22 sensor, I tried to do it but I did not succeed?

  • @melam_rahul
    @melam_rahul 9 หลายเดือนก่อน +1

    very Informative 😊❤ tq

  • @maheshk4461
    @maheshk4461 6 หลายเดือนก่อน

    Can you change the ssid and password with app of sinric pro.i tries but it say device not setsetting.

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

    Nice project 😍

  • @tushardas2550
    @tushardas2550 5 หลายเดือนก่อน

    What is considered as Device? Each Microcontroller board ( For example ESP-32) with few relays? Or does it consider each relay as a new device?

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

    Can I add custom buttons for the device? Also non binary? Such as speed of a car?

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

      You can. but, free version has some limitations.

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

    hello, I have an error, I used the esp8266 and dht22 and I get an error with this line of code = pinMode(RELAY_PIN, OUTPUT);
    the error is this = exit status 1
    'RELAY_PIN' was not declared in this scope
    I want to use only the temperature sensor, not the bulb and relay module what should I change in the code ?

    • @Electronicshunt0527
      @Electronicshunt0527 10 หลายเดือนก่อน

      you have not declared the relay pin e.g if u connected a relay to gpio pin 3 then write it is as pinMode(3,OUTPUT);

    • @Electronicshunt0527
      @Electronicshunt0527 10 หลายเดือนก่อน

      and if you want to use dht sensors instead of bulb (if you are taking input not giving output) i g you know about embedded language , how the commands work

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

    Hii.. I don't find any link in the description to try out the code.

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

      the link is currently removed, we are upgrading the website.

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

      @@ElectroniClinic okayy 👍🏻

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

    i use Pushover, very reliable.

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

      pushover, I will try this too. Thanks for letting me know.

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

    We totally doing this at the shop!!!!

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

      Great. I would love to see how you do it.

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

      @@ElectroniClinic absolutely I been slow uploading videos to our channel due to the holidays but I'll get to it. I'll make a list of all the parts to order this weekend and definitely use octopart as I scour the internet for hours most days looking for simple things and never knew about octopart! Thank you immensely.

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

      @@repairstudio4940 on 1st January I will be uploading my video on invisible security system and I have used sinric pro for monitoring. I am sure you gonna love that video.

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

      @@ElectroniClinic I can't wait!!! Here we got these big ugly security cameras that can be spotted from the driveway! That'd be a game changer! It's hard to catch a theif or suspicious activity if they know where the cameras are and just avoid them...yes I can't wait! 🙌💙

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

      @@repairstudio4940 I talked about this in the video lolx, you know in advance. Hahahah