Send an SMS from ESP32 (ft. Twilio)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ค. 2024
  • If there is a WiFI Network available, SMS can be sent or received using services that support API.
    In this project, we will use Twilio's service to configure the system.
    [Twilio]
    www.twilio.com/try-twilio
    [Twilio Library for ESP8266]
    github.com/TwilioDevEd/twilio...
    [Twilio Library for ESP32]
    github.com/ademuri/twilio-esp...
    [Firebase Projects]
    • Firebase Projects
    [Google Fi Referral Code]
    g.co/fi/r/8XUH38
    [Project Github]
    github.com/0015/ThatProject/t...
    #ESP32 #SMS #Twilio #Text #MMS #ESP32TTGO #IoTProject
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    That Project's Channel - th-cam.com/users/ThatProject
    Join FB Group - facebook.com/groups/138965931539175

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

    Wow! This is great! Thanks for sharing:)

  • @DevALine
    @DevALine 2 ปีที่แล้ว

    Nice content 👍

  • @rocopahugot9163
    @rocopahugot9163 9 หลายเดือนก่อน

    Did you try it in ESP8266 ? Why is it their is no library for esp8266 in Arduino library

    • @ThatProject
      @ThatProject  9 หลายเดือนก่อน

      Sorry, not sure about it. Maybe it doesn't support ESP8266.

  • @sarasalhi8
    @sarasalhi8 2 ปีที่แล้ว

    plz did u use in the code matlab ?

  • @FIFAGLITCH
    @FIFAGLITCH 6 หลายเดือนก่อน +1

    Is it possible to send a whatsapp message rather than sms? If so how? I already have everything set up in twilio but Im not sure how I could add it to my code, thanks

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

      I've never tried this one but check it out. www.instructables.com/How-to-Send-WhatsApp-Messages-From-ESP8266-ESP32-A/

  • @youliantroyanov2941
    @youliantroyanov2941 2 ปีที่แล้ว

    Cool

  • @sltechgalaxy1677
    @sltechgalaxy1677 2 ปีที่แล้ว

    Super vedio

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

    can you explain detail about how do we get automatic massage from esp32 using input dht 11

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

      Can't you just do it the way I did here? What's different?

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

    This project can be done with a Arduino MKR 1010(?)

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

      Unfortunately, Since the Twilio library is made for ESP32 and ESP8266, it doesn't seem to work with Arduino MKR WiFi 1010. For detail, ask it the author directly. github.com/TwilioDevEd/twilio_esp8266_arduino_example

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

    Can this project be done if we use gsm 800l instead of esp32

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

      no

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

      If you can use gsm 800l on your system, you can directly send and receive SMS messages. This is a useful system when you do not have a GSM modem and are in a WiFi environment.

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

      @@ThatProject hello... I bought gsm 800l to use in a project but in my area there is no 2g service so it is not wroking... Do you know any gsm module that support 4g service to sedn sms

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

      @@welp27 Unfortunately, I haven't done any projects with GSM modems yet. 2g isn't available where you are, so I guess you'll have to use the SIM7600 series which supports 4g.

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

    Hello! So I recently bought a Esp32, and I wanted to copy this video. I have all the software set up and everything, the only problem is when I send the code and look at the COM, it just says, "connecting..." and nothing else. I hope someone can help me! I know this is an old video, but it is still good.

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

      If you get "Connecting", It means your WIFI SSID, password are wrong.
      github.com/ademuri/twilio-esp32-client/blob/master/examples/send_sms/send_sms.ino

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

      @@ThatProject thank you for responding! I'm very new to this so were exactly do I set these values?

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

      @@whodat4330 Just set it with your WiFi SSID and password.

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

      I changed my port and then code got uploaded

  • @ArduinoBoy
    @ArduinoBoy 9 หลายเดือนก่อน

    Is this m1 mac

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

      I'm still using Intel Mac

  • @ZARONEPROJECTS
    @ZARONEPROJECTS 2 ปีที่แล้ว

    What is SHA1 fingerprint for ESP8266 devices

    • @ThatProject
      @ThatProject  2 ปีที่แล้ว

      Why? BearSSL is not working???

    • @ZARONEPROJECTS
      @ZARONEPROJECTS 2 ปีที่แล้ว

      @@ThatProject No it is not connecting with twilio

    • @ThatProject
      @ThatProject  2 ปีที่แล้ว

      @@ZARONEPROJECTS I tested with ESP32 only. Not sure what happens with ESP8266.

    • @ZARONEPROJECTS
      @ZARONEPROJECTS 2 ปีที่แล้ว

      @@ThatProject Can you check it once??

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

      @@ZARONEPROJECTS Unfortunately, it's not possible now, but I will test the esp8266 with the next Twilio project. Thank you for your understanding.

  • @alfinjulio3558
    @alfinjulio3558 9 หลายเดือนก่อน

    what can twilio send messages to several numbers using the arduino esp32 program

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

      I believe you can send messages to multiple numbers with it.

    • @alfinjulio3558
      @alfinjulio3558 9 หลายเดือนก่อน

      @@ThatProject okay thank you very much

  • @dianahalmageanu1303
    @dianahalmageanu1303 2 หลายเดือนก่อน

    I followed all the steps, but I get Connection failed in Serial monitor. What can be the problem then?

    • @ThatProject
      @ThatProject  2 หลายเดือนก่อน

      Could you please elaborate on the failure in the serial monitor?

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

      same here

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

      same here

    • @abdulrehmansultankhan7767
      @abdulrehmansultankhan7767 7 วันที่ผ่านมา

      @@ThatProject Toll-free verification required for US messaging. US Toll-Free numbers will not be able to send messages until the verification has been approved. Learn more about toll free verification we need to apply first for verification and for buy like you buy a number we are unable to buy 2 numbers at a time now so it mean we need to buy premium
      All Toll-Free numbers must be verified before they can be used for sms messaging in the United States and Canada. Starting Jan 31, 2024, a Twilio Toll-free number cannot send messages until the verification has been approved .

  • @dhruvajindal4932
    @dhruvajindal4932 2 ปีที่แล้ว

    Do you use platform io?

    • @ThatProject
      @ThatProject  2 ปีที่แล้ว

      Nope. I just use Arduino IDE.

    • @dhruvajindal4932
      @dhruvajindal4932 2 ปีที่แล้ว

      @@ThatProject really!?. It seemed to be quite different for you in the video

    • @ThatProject
      @ThatProject  2 ปีที่แล้ว

      @@dhruvajindal4932 oh, It's the new one, Arduino IDE 2.0 which is still beta though.

    • @dhruvajindal4932
      @dhruvajindal4932 2 ปีที่แล้ว

      @@ThatProject 👍👍. Why don't you use platform io though?

    • @ThatProject
      @ThatProject  2 ปีที่แล้ว

      @@dhruvajindal4932 There is no particular reason. It just uses what people use the most.

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

    Can it work without wifi?

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

      Nope. Need to have a WiFi connection to use this.

  • @DumpAccount-nj3ds
    @DumpAccount-nj3ds หลายเดือนก่อน

    How to send and receive messages

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

      In this example, not only sending but also receiving SMS is explained on ESP32. Check this out. github.com/ademuri/twilio-esp32-client/blob/master/examples/send_receive_sms/send_receive_sms.ino

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

    It's work with esp8266??

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

      I believe it works. www.twilio.com/docs/sms/tutorials/how-to-send-sms-messages-esp8266-cpp

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

      @@ThatProject c:\Users\taki4\OneDrive\Documents\Arduino\libraries\twilio-esp32-client\src\twilio.cpp: In member function 'bool Twilio::send_message(const String&, const String&, const String&, String&, const String&)':
      c:\Users\taki4\OneDrive\Documents\Arduino\libraries\twilio-esp32-client\src\twilio.cpp:41:10: error: 'class BearSSL::WiFiClientSecure' has no member named 'setCACert'
      41 | client.setCACert(ca_crt); i have this problem any help pls

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

      @@takieddinefadlaoui13 ESP32 and ESP8266 use different WiFiClient.
      Try using setInsecure() instead of setCACert.

  • @mosesbinzi339
    @mosesbinzi339 2 ปีที่แล้ว

    are you on Instagram? Share your profile link. wanna be following up. I am officially a fun!

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

      There is no channel for communication yet, but the group was created on FB. facebook.com/groups/138965931539175