Control LED using Apple Mobile | Create iOS App Using Thunkable | NodeMCU.

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2020
  • This video shows how to control LED using Apple mobile and Thunkable app creator.
    Download circuit diagram from link bellow:
    drive.google.com/file/d/1UL0y...
    Download Code from link bellow:
    drive.google.com/file/d/1K9Mk...
    follow me on :
    Instagram -- / embeddedgate
    Facebook -- / embedded.gate
    Twitter -- / embeddedgate
    Pinterest -- / embeddedgate
    Tumbler -- www.tumblr.com/blog/embeddedgate
    Subscribe to channel for latest contents into your inbox.
    Thank You.

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

  • @Ivan_FPV
    @Ivan_FPV 8 หลายเดือนก่อน +1

    Hi! You know that your video is the best one of showing how to combine together Thunkable and nodemcu ESP8266? I'm no kidding. It's short, detailed and has all info what you need to start doing what you are going to create. Thank you for such work.

  • @agneltatkare
    @agneltatkare 4 ปีที่แล้ว

    Good one sir

  • @profmohamedsoltane2857
    @profmohamedsoltane2857 4 ปีที่แล้ว

    good job.thanks

  • @david.foldvari
    @david.foldvari 3 ปีที่แล้ว

    Dear EmbeddedGate! First of all thank you for these excellent tutorials and for your work. :) I have a problem now, and I think yo can give some advice in how to solve it. I have an STM32 which communicates with a NodeMCU over UART via AT commands. Now I would like to configure my ESP8266 as AP and with my phone connect to the ESP8266. I would like to send text messages from my phone to the ESP8266 over wireless connection (from an app, without set IP, port config etc) and after from ESP8266 to the STM32 over UART. Do you have any recommendations where I need to start? I havent find any tutorial yet.

    • @EmbeddedGate
      @EmbeddedGate  3 ปีที่แล้ว

      Hello. Complete this task in steps. first, connect the mobile to ESP8266 using access point mode. send any message from the mobile app & check data is received or not using the Arduino serial terminal. If data is received successfully then go for the second task.
      Second, Connect ESP8266 and ESP32. send any string from ESP8266 using AT command and check it is received in ESP32 or not. Use the serial terminal to check to receive string.
      if both tasks are running well then try to combine them.

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

    May I ask you your advice? Where I have to look to make an app IOS where I need to read data from my ESP 8266. You see I have a simple sketch of the counter for 6 different ESP8266 nodemcu. All what I need to switch ON/OFF thourgh my app and see the data (counters) from all 6 microcontrollers.
    I appreciate your time. Its valuable resource. If you just can give me a short consultation I would like to pay for your time (hourly).
    Thank you!

  • @user-cq4yd7mi1b
    @user-cq4yd7mi1b 3 ปีที่แล้ว +1

    it is amazing, thanks

    • @franciscobraylen8771
      @franciscobraylen8771 3 ปีที่แล้ว

      You prolly dont care but if you guys are stoned like me atm then you can stream pretty much all of the new series on instaflixxer. Been streaming with my girlfriend for the last few days =)

    • @yusufdustin5038
      @yusufdustin5038 3 ปีที่แล้ว

      @Francisco Braylen definitely, have been using Instaflixxer for since november myself =)

  • @gianlucalopez1685
    @gianlucalopez1685 3 ปีที่แล้ว

    great idea. Is it necessary to ave an account on matlab?

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

    Hi, can i ask... Why from not exist. Mine only got set?

  • @purushottomdutta
    @purushottomdutta 3 ปีที่แล้ว

    How can I send PIR sensor input to the iPhone as notification “Motion Detected”

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

      I will make this video in the future. I will share the link with you.

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

    where do I go to get more components? I don't have list pickers etc

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

      Thunkable made many changes to their app. I will make a new video for you. give me some time

  • @jakubmaruska3225
    @jakubmaruska3225 3 ปีที่แล้ว

    I have problem whit libery in ide. Can anyone help me? I thing i cant inport libery but i dont know why.

  • @lucacice1140
    @lucacice1140 3 ปีที่แล้ว

    I would like to add to an app that simply redirects to a webpage AND UP TO HERE IT IS SIMPLE,
    BUT I WOULD ALSO NEED a no signal warning page in case there is no signal with a repeat button.
    please HELP ME

    • @EmbeddedGate
      @EmbeddedGate  3 ปีที่แล้ว

      This is not possible. Suppose your device is connected to a nearby network and that device uploading data to the cloud over an wifi network. If the network is not available then we can't upload data to the server.

    • @lucacice1140
      @lucacice1140 3 ปีที่แล้ว

      @@EmbeddedGate and in that case the app should insert page reloaded ...
      I was thinking of putting an if, also linked to a button. If the data you read is = 1 then there is communication, if instead it is 0 there is no communication. what do you think

    • @EmbeddedGate
      @EmbeddedGate  3 ปีที่แล้ว

      If the network is not available then how you going to send 0 or 1.

    • @lucacice1140
      @lucacice1140 3 ปีที่แล้ว

      @@EmbeddedGate I don't know, it's just a hypothetically viable path

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

      @@lucacice1140 Not possible to make this arrangement.