hay kel
hay kel
  • Видео 154
  • Просмотров 917 255
Install the ESP32 board package into the Arduino IDE
To program the ESP32 microcontroller, we need to install the ESP32 board into the Arduino IDE. Follow the step-by-step video to learn how to do this.
URL to the Additional Board Manager URLs field: espressif.github.io/arduino-esp32/package_esp32_index.json
Просмотров: 260

Видео

Servo motor control with Arduino
Просмотров 13921 день назад
In this tutorial, we'll test the servomotor by varying the angle of rotation in one direction, then the other: first at 0°, then at 180°. We return to step 1.
ESP32 not recognize by Windows | ESP32 No COM port
Просмотров 15121 день назад
In this video, we show you how to install the ESP32 driver. The driver should be downloaded from the following link: www.silabs.com/developer-tools/usb-to-uart-bridge-vcp-drivers
Les variables Python
Просмотров 9528 дней назад
Dans cette vidéo, nous explorons les variables Python.
Commentaires sur Python
Просмотров 5928 дней назад
Dans cette vidéo, vous allez voir : Qu'est-ce que les commentaires en Python ? Vous trouverez des exemples de commentaires en Python. Comment utiliser les commentaires pour déboguer en Python ? Commentaires multilignes en Python.
How to make a remote fire alarm
Просмотров 510Месяц назад
In this video we show you how to connect and code a flame detector with Microbit to create a fire alarm. We then use two Microbit cards and radio to create a remote fire alarm.
Microbit automatic lighting system
Просмотров 206Месяц назад
Microbit automatic lighting system
Microbit: Remote control of an automatic parking barrier
Просмотров 170Месяц назад
Microbit: Remote control of an automatic parking barrier
Automatic parking barrier with Microbit
Просмотров 839Месяц назад
Automatic parking barrier with Microbit
Store Apps Script Form responses in MySQL
Просмотров 170Месяц назад
Store Apps Script Form responses in MySQL
Google Sheets: Delete Blank Rows
Просмотров 23Месяц назад
Google Sheets: Delete Blank Rows
Delete special or unwanted characters in Excel
Просмотров 63Месяц назад
Delete special or unwanted characters in Excel
How To Install Live Server On VSCode
Просмотров 18Месяц назад
How To Install Live Server On VSCode
Google Translate function in Google Sheets
Просмотров 38Месяц назад
Google Translate function in Google Sheets
Create a Barcode in Excel
Просмотров 34Месяц назад
Create a Barcode in Excel
Email Notifications for Google Forms
Просмотров 16Месяц назад
Email Notifications for Google Forms
How to open a CSV file in Excel
Просмотров 28Месяц назад
How to open a CSV file in Excel
Excel headers from digits to letters
Просмотров 29Месяц назад
Excel headers from digits to letters
Convert a PDF into an Excel file
Просмотров 51Месяц назад
Convert a PDF into an Excel file
Lost Password: Unprotect Excel Sheet without password using ZIP
Просмотров 94Месяц назад
Lost Password: Unprotect Excel Sheet without password using ZIP
Convert EXCEL to PDF
Просмотров 40Месяц назад
Convert EXCEL to PDF
Convert Excel to csv
Просмотров 89Месяц назад
Convert Excel to csv
Embed Word Inside Excel
Просмотров 67Месяц назад
Embed Word Inside Excel
Loading JSON from the Web in App inventor
Просмотров 72Месяц назад
Loading JSON from the Web in App inventor
Scratch: Circuit électrique
Просмотров 119Месяц назад
Scratch: Circuit électrique
Center a sprite's costume in scratch
Просмотров 77Месяц назад
Center a sprite's costume in scratch
Form sections and Conditional questions in Google Forms
Просмотров 22Месяц назад
Form sections and Conditional questions in Google Forms
Create online form and store responses in Google Sheets
Просмотров 38Месяц назад
Create online form and store responses in Google Sheets
How to create a security system using an Arduino UNO
Просмотров 635Месяц назад
How to create a security system using an Arduino UNO
Draw Heart Using Turtle Graphics
Просмотров 12Месяц назад
Draw Heart Using Turtle Graphics

Комментарии

  • @Korn_pw
    @Korn_pw День назад

    how to show record that age under 30 only?

  • @angoyltee1355
    @angoyltee1355 4 дня назад

    the url continue change pic cant

  • @FrankThoms-x3y
    @FrankThoms-x3y 8 дней назад

    keep getting a runtime error 424 using just 6 columns Dim criterion Private Sub ComboBox1_Change() Dim c As Integer Dim column_headers column_headers = Array("A", "B", "C", "D", "E", "F") For c = 1 To 6 If Sheet1.Cells(1, c).Value = Me.ComboBox1.Value Then criterion = column_headers(c - 1) End If Next Sheet1.Cells(1, "H").Value = criterion Me.ListBox1.Clear Me.TextBox1.Value = "" Me.TextBox1.SetFocus End Sub Private Sub TextBox1_Change() On Error Resume Next If Me.TextBox1.Text = "" Then Me.ListBox1.Clear Exit Sub End If Me.ListBox1.Clear Dim r, last_row As Integer last_row = Sheet1.Range("A10000").End(xlUp).Row For r = 2 To last_row a = Len(Me.TextBox1.Text) If UCase(Left(Sheet1.Cells(r, criterion).Value, a)) = UCase(Me.TextBox1.Text) Then With Me.ListBox1 'MsgBox "Data Saved" .AddItem Sheet1.Cells(r, "A").Value .List(.ListCount - 1, 1) = Sheet1.Cells(r, "B").Value .List(.ListCount - 1, 2) = Sheet1.Cells(r, "C").Value .List(.ListCount - 1, 3) = Sheet1.Cells(r, "D").Value .List(.ListCount - 1, 4) = Sheet1.Cells(r, "E").Value .List(.ListCount - 1, 5) = Sheet1.Cells(r, "F").Value End With End If Next r End Sub Private Sub UserForm_Initialize() 'making dropdown search Critria-------------------- Dim c As Integer For c = 1 To 6 Me.ComboBox1.AddItem Sheet1.Cells(1, c).Value Next With Me.ListBox1 .ColumnCount = 6 .ColumnWidths = "30,40,100,110,70,90" End With End Sub

  • @IKTraders-l2w
    @IKTraders-l2w 9 дней назад

    sir please sheet Download Opention i am try tmake this sheet butt some errour

  • @GabrielAmado-h8s
    @GabrielAmado-h8s 11 дней назад

    is the resistors necessery?

    • @hay_kel
      @hay_kel 11 дней назад

      of course. otherwise you risk damaging your esp

    • @Awarenesstv
      @Awarenesstv 10 дней назад

      Understoud​@@hay_kel

  • @sunilbudke
    @sunilbudke 14 дней назад

    Thank you. This video was very useful.

    • @hay_kel
      @hay_kel 14 дней назад

      You are welcome

  • @ssmagic1876
    @ssmagic1876 15 дней назад

    Excellently explained 🔝

    • @hay_kel
      @hay_kel 14 дней назад

      Thank you

  • @Cirilla-y6l
    @Cirilla-y6l 17 дней назад

    hi sir why i can still access the workbook when i just close the login form by click the x ? is there anyway that can fix that ?? thank you for your video sir

  • @asurajeff6316
    @asurajeff6316 17 дней назад

    How do you go pass 9 rows sir

  • @roanmarasigan8648
    @roanmarasigan8648 22 дня назад

    thanks mate! you're a life saver 😁

    • @hay_kel
      @hay_kel 22 дня назад

      Thanks for your comment

  • @shanmukhavinayakm7906
    @shanmukhavinayakm7906 22 дня назад

    can we increase accuracy in angles

  • @MikeO-p8l
    @MikeO-p8l 22 дня назад

    Spanks .... From 2008

  • @torkunc
    @torkunc 26 дней назад

    Neat and clean…🎉

    • @hay_kel
      @hay_kel 26 дней назад

      Thanks for your comment

  • @pinoyexcelchannel
    @pinoyexcelchannel 27 дней назад

    sir how to display data in the listbox using search command button instead of displaying all of the database content?

  • @melakutilahun3316
    @melakutilahun3316 28 дней назад

    no display on listbox

    • @hay_kel
      @hay_kel 28 дней назад

      first thanks for your comment. i think you need to initialize the event. it's explained from 4:24 to 5:34

  • @melakutilahun3316
    @melakutilahun3316 29 дней назад

    thank you very much for clear presentation i write the code but nothing display on listbox2 my column is 4 ======= Dim criterion Private Sub ComboBox1_Change() Dim c As Integer Dim column_headers column_headers = Array("A", "B", "C", "D") For c = 1 To 4 If Sheet2.Cells(1, c).Value = Me.ComboBox1.Value Then criterion = column_headers(c - 1) End If Next Sheet2.Cells(1, "K").Value = criterion Me.ListBox2.Clear Me.TextBox1.Value = "" Me.TextBox1.SetFocus End Sub Private Sub TextBox1_Change() On Error Resume Next If Me.TextBox1.Text = "" Then Me.ListBox2.Clear Exit Sub End If Me.ListBox2.Clear Dim r, last_row As Integer last_row = Sheet2.Range(cell1).End(xlUp).Row For r = 2 To last_row a = Len(Me.TextBox1.Text) If UCase(Left(Sheet2.Cells(r, criterion).Value, a)) = UCase(Me.TextBox1.Text) Then With Me.ListBox2 .AddItem Sheet2.Cells(r, "A").Value .List(.ListCount - 1, 1) = Sheet2.Cells(r, "B").Value .List(.ListCount - 1, 2) = Sheet2.Cells(r, "C").Value .List(.ListCount - 1, 3) = Sheet2.Cells(r, "D").Value End With End If Next End Sub Private Sub UserForm_Initialize() Dim c As Integer For c = 1 To 4 Me.ComboBox1.AddItem Sheet2.Cells(1, c).Value Next With Me.ListBox2 .ColumnCount = 4 .ColumnWidths = "80;80;80;80" End With End Sub =====

  • @snaX_RuSh
    @snaX_RuSh Месяц назад

    Isn't using an ir sensor a bit useless Imagine Triggering your firealarm with your tv remote

    • @chris948_vr
      @chris948_vr Месяц назад

      same thing if the sun shines on it

    • @hay_kel
      @hay_kel Месяц назад

      Noted. Thanks for the comment

    • @hay_kel
      @hay_kel Месяц назад

      Why not! Thanks for the comment

  • @右折.番長
    @右折.番長 Месяц назад

    Thermally Sensitive Resistor

  • @ThisiswhyiHATEglue
    @ThisiswhyiHATEglue Месяц назад

    Ngl this is pretty cool.....im just wondering what would happen if a little bit of light hit the light sensor?

    • @hay_kel
      @hay_kel Месяц назад

      You tell us! Thanks for the comment

  • @LeoPlays2Games
    @LeoPlays2Games Месяц назад

    Fire alarm?

    • @hay_kel
      @hay_kel Месяц назад

      yes. but what do you think about using two micro bit boards with radio?

  • @KARTHIKKEYAN-o9j
    @KARTHIKKEYAN-o9j Месяц назад

    what is "i"

  • @TheLaopi
    @TheLaopi Месяц назад

    Very great can you share

    • @hay_kel
      @hay_kel Месяц назад

      Thank you

  • @telli5868
    @telli5868 Месяц назад

    that’s so cool!

    • @hay_kel
      @hay_kel Месяц назад

      Thank you

  • @richardappow6770
    @richardappow6770 Месяц назад

    please what editor are you using for the wiring?

    • @hay_kel
      @hay_kel Месяц назад

      hi. i used tinkercad.com . thanks for the comment.

  • @litharshanchristie6649
    @litharshanchristie6649 Месяц назад

    Hi, It is a wonderful video and very helpful. Could you please share your script if you can? It would be very helpful. Thank you.

    • @hay_kel
      @hay_kel Месяц назад

      thanks for the comment. but unfortunately I don't have this code anymore.

    • @rolly909
      @rolly909 27 дней назад

      // Clear form function ClearCell() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var formS = ss.getSheetByName("Form"); //Form Sheet var rangesToClear = ["B3", "B6", "B8", "B10", "D6", "D8", "D10"]; for (var i=0; i<rangesToClear.length; i++) { formS.getRange(rangesToClear[i]).clearContent(); } } //Input Values function SubmitData() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var formS = ss.getSheetByName("Form"); //Data entry Sheet var dataS = ss.getSheetByName("Data"); //Data Sheet var values = [[formS.getRange("B6").getValue(), formS.getRange("B8").getValue(), formS.getRange("B10").getValue(), formS.getRange("D6").getValue(), formS.getRange("D8").getValue(), formS.getRange("D10").getValue()]]; dataS.getRange(dataS.getLastRow()+1, 1, 1, 6).setValues(values); ClearCell(); }

  • @TimPazler
    @TimPazler Месяц назад

    Магия вне Хогвартса запрещена, пора бы уже знать

    • @hay_kel
      @hay_kel Месяц назад

      Thank you for the comment

  • @SpacePrintsCo
    @SpacePrintsCo Месяц назад

    SAVE & CLEAR works fine but I'm stucked with the SEARCH😢 anyone cane help?

  • @Spyrofluff
    @Spyrofluff Месяц назад

    You could do a sloped design for the water to flow

    • @hay_kel
      @hay_kel Месяц назад

      Good idea. I'll work on it.

  • @Spyrofluff
    @Spyrofluff Месяц назад

    Nice work!

    • @hay_kel
      @hay_kel Месяц назад

      Thank you! Cheers!

  • @CHENGHAOYONGVALOR
    @CHENGHAOYONGVALOR Месяц назад

    no function I write the EXS001 after click the searchbutton message show Error!

  • @陳承皓-d5p
    @陳承皓-d5p Месяц назад

    想請問你的程式是如何設定讓伺服馬達感應到物品才做升降桿子

  • @Ali-s7t3u
    @Ali-s7t3u Месяц назад

    Big thanks

    • @hay_kel
      @hay_kel Месяц назад

      You are welcome

  • @yaseenmhmod21
    @yaseenmhmod21 Месяц назад

    من قرأ آية الكرسي بعد كل صلاة لم يمنعه من دخول الجنة إلا ان يموت ❤️ وصلوا على النبي تلبيس

  • @chimainnocent5484
    @chimainnocent5484 Месяц назад

    I want to go back out now...

  • @陳承皓-d5p
    @陳承皓-d5p Месяц назад

    我的伺服馬達在程式書寫後插入microbit擴充板,但伺服馬達的桿子升不起來,不知道是什麼問題

    • @hay_kel
      @hay_kel Месяц назад

      Check servo connection, code or status

    • @陳承皓-d5p
      @陳承皓-d5p Месяц назад

      ​@@hay_kel我在試看看

  • @gopipc
    @gopipc Месяц назад

    Why need this gate 😂😂😂😂😂😂😂

  • @Serhat-n7d
    @Serhat-n7d Месяц назад

    Tesla: upload your own mp3 file

  • @Felno-vu8ze
    @Felno-vu8ze Месяц назад

    Null

  • @jdpo
    @jdpo Месяц назад

    Micro:bit!

  • @drlorgan1160
    @drlorgan1160 Месяц назад

    Вы открыли технологию "оптронная пара"

  • @ПавелКоржуков-м2п
    @ПавелКоржуков-м2п Месяц назад

    Как двигатель называется?

    • @hay_kel
      @hay_kel Месяц назад

      Servo motor

    • @кейсикринн
      @кейсикринн Месяц назад

      А что за черная панель со светодиодами?

  • @haqeeqattv2.092
    @haqeeqattv2.092 Месяц назад

    So what is the purpose of the barrier if anyone can enter the parking. There must be some authentication process as well.

    • @hay_kel
      @hay_kel Месяц назад

      yes. good idea. what do you think about adding password authentication with microbit.

    • @MyChannel-yr7zp
      @MyChannel-yr7zp Месяц назад

      ​@@hay_kelI won't be practical ,instead why RFID dint not come into u r mind which is universally used .many people would have saved their time by not watching yours non practical stupid video

  • @haunguyentan6592
    @haunguyentan6592 Месяц назад

    Nếu nó nằm giữa thanh chắn thì sao

    • @hay_kel
      @hay_kel Месяц назад

      Good idea

  • @tynda1130
    @tynda1130 Месяц назад

    А где второй датчик, что машины нет под шлагбаумом ? 😂

    • @hay_kel
      @hay_kel Месяц назад

      Great. thanks for the comment

  • @СергейКостюков-ы7х

    А обратно?😂

    • @hay_kel
      @hay_kel Месяц назад

      you can find all the steps of the production in my channel and here is the link to the video: ruclips.net/video/om2zuGLfDh8/видео.html

  • @dmitryraven4141
    @dmitryraven4141 Месяц назад

    Посередине шлагбаума поставь

  • @РождениеДня
    @РождениеДня Месяц назад

    Привет ,классно.что за контроллер ?

    • @hay_kel
      @hay_kel Месяц назад

      Microbit card. Thank you for your comment

  • @bumpersmith
    @bumpersmith Месяц назад

    Nice job. Hope to see more like this

    • @hay_kel
      @hay_kel Месяц назад

      Thank you

  • @Crutoy_001
    @Crutoy_001 Месяц назад

    it's very easy to do this

    • @hay_kel
      @hay_kel Месяц назад

      Yes it's easy. Thank you for your comment

  • @chulkoffigor1255
    @chulkoffigor1255 Месяц назад

    А выезжать как?

    • @hay_kel
      @hay_kel Месяц назад

      Another exit barrier

    • @ВасилийГаврюшкин
      @ВасилийГаврюшкин Месяц назад

      ​@@hay_kel, а чтоб через эти же ворота?

    • @BegemotNet
      @BegemotNet Месяц назад

      ​@@ВасилийГаврюшкинЁпта, там же забора нет, объедет.