Это видео недоступно.
Сожалеем об этом.

Control AC bulb with USB Relay module using windows PowerShell Command line

Поделиться
HTML-код
  • Опубликовано: 4 сен 2024

Комментарии • 160

  • @yipsalanimich321
    @yipsalanimich321 4 года назад +4

    You should make sure that you only switch the HOT conductor. The HOT conductor is the tiny blade at the plug side conductor. If you switch the neutral, yes it will work, but when the light is OFF it will be HOT and may cause electrocution. There are some electricians that do not understand the concept of HOT and NEUTRAL, but I can tell you for sure it matters.

    • @robojax
      @robojax  4 года назад

      Your assumption is valid when working with OLD tagston bulbs. New LED lights will now allow the the other wire when OFF to be LIVE (or hot).

    • @yipsalanimich321
      @yipsalanimich321 4 года назад

      @@robojax When dealing with 120vac as in your footage. One side is HOT. If you switch the neutral, the light will still be hot regardless if you have an LED, halogen, fan toaster or any other device. So HOT as in "holy crap I got bit by electrical shock" not HOT as in "oh crap that light is too hot to touch"

  • @davidwall7747
    @davidwall7747 6 лет назад +6

    You need to make sure you have 'cut' the positive AC wire and not the neutral return wire - otherwise when it's wired up the relay assembly is 'always' live & you could get a nasty shock from it - maybe even die. Maybe place the whole thing inside a large tube of heatsink to avoid that.

  • @15KHz
    @15KHz 10 месяцев назад +1

    Hi, I'd like to know how to make this work with Linux Distributions. As a first step I should confirm which Serial PORT is the one that is assigned to the USB Card, isn't iit.
    If it's as I said then I just have to send those hexadecimal data to the port to open or close, isn't it?
    Thanks for your help
    Greets from Chile, South America (Currently in Spring, October 2023)

    • @ajarivas72
      @ajarivas72 10 месяцев назад

      Hello 👋.
      I want to make it work on Linux too.

  • @rrinquen
    @rrinquen 2 года назад +1

    I think I understand the video. It seems what I want, a way to (in effect, with a bit of added relay circuitry) ring a doorbell by having the computer send a momentary closure through the USB port. But I want Windows (Outlook, actually) to run it, automatically, with no manual intervention. Can the commands be sent by a Windows program, or can the command line be run automatically by Windows 10?

  • @runcycleskixc
    @runcycleskixc 9 месяцев назад

    The unit still seems available on Amazon as of Nov 2023, also in 2-, 4-, and 8-channel versions.

    • @robojax
      @robojax  9 месяцев назад

      please share the links.

  • @noesosa6520
    @noesosa6520 Год назад +1

    I tried this video I even bought the relay and im sure I typed everything correct but I am not getting the relay light to turn on

    • @robojax
      @robojax  Год назад +1

      if we assume you did everything correctly, then the code (register address) you need is different. contact the seller or store and get the code which is address for register in device.

  • @rickacton7540
    @rickacton7540 8 месяцев назад

    is there a unique identifier like InstanceId or DeviceId for the board that can be used to retrieve the COM port in code? like a powershell command to use the same board identifier to query what COM port it is connected to, through code? then you wouldnt have to re-program the COM port number if the computer turns off etc

    • @robojax
      @robojax  8 месяцев назад +1

      you try to read the com port and print all specs. See and compare it with other devices and find what is unique about it. I am sure there is specs that makes this unique so yo can identify it. On Microsoft website search for COM port properties.

    • @rickacton7540
      @rickacton7540 8 месяцев назад

      @@robojax ok thank you

  • @balazssonnevend4544
    @balazssonnevend4544 6 лет назад +1

    I had to change the ExecutionPolicy with this command as well:
    Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

    • @tomasstanislavsky8285
      @tomasstanislavsky8285 4 года назад

      I have problem with not digitally signed. This work for me. Thanks.

  • @oldengineer464
    @oldengineer464 Год назад

    You shouldn't "tin" (add solder) to wires that go to screw terminals. Solder is soft and gradually squashes leaving the connexion a bit loose.

    • @robojax
      @robojax  Год назад

      may be you are right but every device that I look shows to have added solder on the path where higher current passes through. But I understand your concern and you may be right.

  • @architgupta9009
    @architgupta9009 5 лет назад +1

    my usb relay is being detected as human interface device , it's port is not showing in communication port even after installing the drivers.I Can only switch off or on the light by the software provided by company so how can i make it work from powershell script if it is not showing in Comm ports ?
    I ordered the usb single channel relay from Robu.in

    • @Dreadlocks231
      @Dreadlocks231 5 лет назад

      i also would like to know this

    • @delcuze
      @delcuze 4 года назад

      I'm in the same case.. if you did find a solution please let me know. Google doesn't help.

    • @delcuze
      @delcuze 4 года назад

      where did you find the driver ?

  • @gimhara1
    @gimhara1 2 года назад

    Hi I have Tried your code with the same relay. But the bulb wont light relay test Bulb wont light up.
    (the 2nd red bulb). I used the code A0 01 01 A2 in SSCOM3.2. Can you help me please?

  • @voiceoftruth1O1
    @voiceoftruth1O1 6 лет назад +1

    Everyday new tutorial. It's amazing. thanks

    • @robojax
      @robojax  6 лет назад +1

      You are welcome.

  • @Stigorama
    @Stigorama 2 года назад

    This was very helpful for a project i am working on, so thank you very much! The only issue i have encountered is that the relay sometimes ignores on or off commands and only responds after repeated attempts. I’m thinking this is a hardware issue, but then it happened on two brand new switches. I’m frankly at a loss

    • @hockeyguy820
      @hockeyguy820 2 года назад

      I've had two of these relays go flaky like you describe, and then in a couple of weeks ignore all on or off commands no matter how often you repeat them. I gave up on those boards and am now trying the USB HID type boards that have a USB B connector on the board.

    • @mishatagavor
      @mishatagavor 2 года назад

      @@hockeyguy820 how's it going with the HID trial?

    • @hockeyguy820
      @hockeyguy820 2 года назад

      @@mishatagavor : Solid so far. I recommend HID based boards.

    • @mishatagavor
      @mishatagavor 2 года назад

      @@hockeyguy820 got a link to the ones you buy? so hard to sift through the cheap chinese stuff

    • @hockeyguy820
      @hockeyguy820 2 года назад

      @@mishatagavor : Look for ones with a USB B port. On eBay I bought "SODIAL (R) 5V USB Relay Module 1 Channel Programmable Computer Controller for O3".

  • @johngadbois9561
    @johngadbois9561 4 года назад +1

    Excellent demo...very helpful!

    • @robojax
      @robojax  4 года назад

      Glad it was helpful!

    • @ajarivas72
      @ajarivas72 9 месяцев назад

      @@robojax
      Very helpful. This opens a new world of opportunities for me.

  • @happyhartono2012
    @happyhartono2012 3 года назад

    I have the simillar product, but with 2 channels. Do you know the code to switch each channel on and off? Or can you show us how you got the hexadecimal value to switch the relay in this video on and off?

    • @robojax
      @robojax  3 года назад +1

      I got the values from the seller store page. search AliExpress or eBay or Banggood , you may find the details.

  • @L3gion3r
    @L3gion3r 2 года назад

    I am bad with tech. Can this relay control any types of switches? For example, I have a box that has a tactile switch. I would like to solder 2 leads from the switch to this Relay, so that I could control that switch from my computer. Is this possible?

    • @robojax
      @robojax  2 года назад +1

      Relay is just a switch and yes it will work . But you have to understand what a switch is.

  • @brianrasmussen9373
    @brianrasmussen9373 6 лет назад

    Thank You for this informative tutorial. It was just what I was looking for! Thanks!

    • @robojax
      @robojax  6 лет назад

      You are welcome.

  • @saidalizadeh5143
    @saidalizadeh5143 5 лет назад

    Hi, thx for very usefull tutorial.
    I'm wondering about on and off commands strings. Where are they defined to be A0 01 00 A1 and A0 01 01 A2. Is it somehow standard commands for relays and product specific?
    I saw another tutorial for a similar product, where the commands were on= AFFF0101DF and off=AFFF0202DF. Are these commands maybe defined by the USB chip?

    • @robojax
      @robojax  5 лет назад +1

      You are welcome. The command has been set in hardware by the manufacturer.

  • @saidleonardoucedaparedes6095
    @saidleonardoucedaparedes6095 3 года назад +1

    When I connect the USB relay to my computer it recognizes it as HID and not COM. How do I solve it?

    • @robojax
      @robojax  3 года назад +1

      find out what chip it has and install the driver. contact the seller.

    • @saidleonardoucedaparedes6095
      @saidleonardoucedaparedes6095 3 года назад

      @@robojax ¿Do you have the driver? I have the same as you

    • @L3gion3r
      @L3gion3r 2 года назад

      same issue. no COM. What was the issue?

  • @stephenvoss3898
    @stephenvoss3898 5 лет назад

    Hi, where can I find a USB driver for this unit that is compatible with Windows Server 2008?

  • @najibarvia
    @najibarvia 3 года назад

    I just want to turn on and off monitor whenever depending my pc is turn on/off. PC is schedule to turn on and off based on time of the day. no need to press or control anything. how it be done?

    • @robojax
      @robojax  3 года назад

      that is very easy. search for task scheduling using powershell and you will get the command

  • @solarsynapse
    @solarsynapse 3 года назад

    I am wanting something much simpler. Can it be made to close the relay with power to the usb port and open the relay with no power to the usb port? Thanks!

    • @robojax
      @robojax  3 года назад

      Here is video showing how to use relay module ruclips.net/video/58XWVDnB7Ss/видео.html and it just needs 5V at input. so you can use it without Arduino. So you can turn the relay from USB. See this page to learn how to get voltage from USB www.electroschematics.com/usb-how-things-work/

  • @balthromaw6305
    @balthromaw6305 5 лет назад

    Fallowed line for line, under Windows 10 Enterprise. FAILS the program downloaded CAN control the relay (all 4 of them) since mine is a USB to 4 Port Relay which A0 = 1 A1= 2 and so on. But the script and setup in powershell does absolutely nothing

  • @linkevin7397
    @linkevin7397 2 года назад

    if I want to Control the USB Relay in matlab is it feasible?

  • @stephenvoss3898
    @stephenvoss3898 5 лет назад +1

    Hi, will this work with a batch file (.BAT) rather than a .PS1 file

    • @robojax
      @robojax  5 лет назад +1

      if you know how to write the code, sure it will.

  • @brettandnathan
    @brettandnathan 3 года назад

    Hello, great video. You mention you would include a driver but I cannot find it? My 4 port relay usb appears as a HID and not com port so I cannot interact with it. Can you help at all?

    • @robojax
      @robojax  3 года назад +1

      Hello, I just added the link to the CH341 USB driver.

    • @brettandnathan
      @brettandnathan 3 года назад

      @@robojax thanks for adding the link. Sadly it still doesn’t create a usb serial port. Still sees it as a HID device.

    • @robojax
      @robojax  3 года назад

      Then it is has different chip like prolific or cp2104

    • @robojax
      @robojax  3 года назад

      Autocorrect has changed the chip to children 👶😂

    • @brettandnathan
      @brettandnathan 3 года назад

      @@robojax haha its ok, still no further forward :( nothing seems to work

  • @tomcoxe8200
    @tomcoxe8200 4 года назад

    Do you know where I can find a list of commands for the Ch340? I specifically want a toggle command, or a way to read the state of the relay.

    • @robojax
      @robojax  4 года назад

      You haven't subscribed to my channel. I will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊

    • @tomcoxe8200
      @tomcoxe8200 4 года назад +1

      @@robojax I did subscribe five days ago. Do you know more commands for this this device or are you trolling?

  • @girdharikhoth7317
    @girdharikhoth7317 4 года назад

    How operate in python by face recognition software if match to database then relay on and time delay off automatically for dc motors

    • @robojax
      @robojax  4 года назад

      Wow this is very interesting. Face recognition, Database, Motor Control. Raspberry Pi would be the best starting point.

  • @hillebrandstreet1882
    @hillebrandstreet1882 3 года назад

    Is their a way to send HEX command via windows Command line to wifi Relay with out USB

    • @robojax
      @robojax  2 года назад +1

      You may look at this video ruclips.net/video/1zXlV7vmMMg/видео.html and perhaps instead of touching/clicking on the browser, use command line.

  • @stanstrong4655
    @stanstrong4655 2 года назад

    How is this relay at switching microphone signals - two in, one output?

    • @robojax
      @robojax  2 года назад

      I did not understand two in one out. to durn ON/OFF you just need to find the power wire or main wire. Cut it and you will have two tips, connect those tips to the relay. Make sure to find a wire if you disconnect it, it should disable the microphone.

    • @stanstrong4655
      @stanstrong4655 2 года назад

      @@robojax Thanks for the reply!
      Some relays have two contacts that the third is switched between. SPDT.
      I found out that the relay good for switching higher current loads are not good for switching low power signals like mic inputs. I want to switch between two mics coming in to one output to the sound board using VBA code.
      Great video. Good demonstration.

  • @sothakem8321
    @sothakem8321 5 лет назад

    Is it possible turn on the rely in a timer ?, like turn it on after 5 minutes.

    • @robojax
      @robojax  5 лет назад

      Possible. Do an online search for "powerShell time difference" or something like that.

  • @jaimestuardo4655
    @jaimestuardo4655 5 лет назад +1

    Where did you purchase that USB Relay?

    • @robojax
      @robojax  5 лет назад +1

      You can get it from Amazon, eBay or AliExpress just search for "usb relay" and you will find it.

  • @sonny1977
    @sonny1977 6 лет назад

    very helpful tutorial, thank you

    • @robojax
      @robojax  6 лет назад

      You are welcome.

  • @deepakyadav-kc3sg
    @deepakyadav-kc3sg 5 лет назад

    Sir,
    i'm beginner
    i want to sent AT command to GSM module which are connected with my PC by USB port by USB to serial converter, it is easy but i want to sent Command by ESP32 via PC.
    Can you give provide some code or solution?
    Is it possible that ESP32 send Command to PC & PC will fwd that command to GSM module?

    • @robojax
      @robojax  5 лет назад

      I have not worked this with wifi. I am not sure.

    • @deepakyadav-kc3sg
      @deepakyadav-kc3sg 5 лет назад

      @@robojax Thanks sir for your reply

  • @danielherrerosfraile4827
    @danielherrerosfraile4827 4 года назад

    Hello, thank you for this tutorial. I have the same USB Relay and works like your video. I have a question. The default status when you connecte the USB Reley to USB, is "closed". When you put the command 0xA0,0x01,0x00,0xA1 , then the USB-Relay is open. My question is, Its possible to do for the USB-Relay will open when the USB- Relay is connected to PC?. the same question with other words, Its possible to put the default staus to "open" instead of "closed" ?

    • @robojax
      @robojax  4 года назад

      You are welcome. Not possible. it is made like that. Unless you modify the module physically change the components.

    • @danielherrerosfraile4827
      @danielherrerosfraile4827 4 года назад +1

      @@robojax thank you for you answer. I have putted a "bridge" in the relay and works correctly.

    • @LMVRCRacing
      @LMVRCRacing 3 года назад

      @@danielherrerosfraile4827 can you tell me what you bridged to make this happen? I have ordered one and need it to do what you described but I haven't received it yet, so I haven't been able to study the board design.

    • @danielherrerosfraile4827
      @danielherrerosfraile4827 3 года назад +1

      ​@@LMVRCRacing It was very easy, please see the imagen that I capture for you now. In my case for example use the USB TV connection, becasue wehn the TV is power on, the USB has energy and when the TV is power OF, the USB TV is desactivated: postimg.cc/JGYhcRf9

    • @danielherrerosfraile4827
      @danielherrerosfraile4827 3 года назад

      The bridge is the white wire

  • @StrsAmbrg
    @StrsAmbrg 2 года назад

    Where did you get that 32-bits code to ON/OFF?

    • @robojax
      @robojax  2 года назад +1

      For the product page. Just search AliExpress for the product and you will find my store selling it. Check each and scroll down , I am sure you will find a few shown the code. Another way would be to use Bing or google image search

  • @happyhartono2012
    @happyhartono2012 5 лет назад

    Is there anyway to detect the state whether the device is ON or OFF?

    • @robojax
      @robojax  5 лет назад

      No. Unless you create another variable, when sending command, store the state. then you can read it.

  • @Oliver-bw6no
    @Oliver-bw6no 3 года назад

    thank you alot, that helped me alot!

    • @robojax
      @robojax  3 года назад

      Glad to hear that!

  • @andrewg.4187
    @andrewg.4187 5 лет назад

    Very helpful ... thank you very much!

    • @robojax
      @robojax  5 лет назад

      You are welcome. For me turning appliances via computer have always been something interesting. When I wrote this code and got it ready I thought many people will like it. But it seems few people appreciate this. I am glad you found it useful.

    • @andrewg.4187
      @andrewg.4187 5 лет назад

      @@robojax It was a lot more helpful than some other similar videos. In fact I've now developed it as far as being able to turn the relay on & off by clicking on buttons on an Excel spreadsheet and getting a VBA macro to run the ps1 files.

    • @robojax
      @robojax  5 лет назад

      That is great. Macros are very powerful tools to use.

    • @andrewg.4187
      @andrewg.4187 4 года назад

      @@robojax Hi, Is it possible to detect the state of a relay (ie On or Off) ?

  • @rickdeckard1075
    @rickdeckard1075 2 года назад

    how do you identify (in code) the relevant com port?

    • @robojax
      @robojax  2 года назад

      Just google or Bing: powerShell usb porty

    • @hiddenfromyourview
      @hiddenfromyourview 11 месяцев назад +1

      Here's what I did:
      $usbComInfo = (Get-WmiObject -Class CIM_LogicalDevice | Where-object {$_.Description -match "USB-Serial CH340"}).Caption
      If ($NULL -NE $usbComInfo) {
      $port = (($usbComInfo -Split "COM")[1]).split(')')[0]
      $comPort = -join("COM",$port)
      ##...and now that we have the COMx port, we can just plug that last variable in to the USB com object:
      $robojax = new-Object System.IO.Ports.SerialPort $comPort,9600,None,8,one
      ## Place the rest of the code to turn it on or off here.
      }

  • @michaelninh2410
    @michaelninh2410 5 лет назад

    can you do exactly the same thing using Excel VBA? thanks

    • @robojax
      @robojax  5 лет назад

      I am not sure if Excel can execute shell scripting. If it can execute the script, then yes.

    • @andrewg.4187
      @andrewg.4187 5 лет назад

      @@robojax Yes, Excel VBA can run Shell commands

  • @chamodiwathsala5941
    @chamodiwathsala5941 4 года назад

    Sir how I give command to 16 channle usb relay module pls help. Sir

    • @robojax
      @robojax  4 года назад

      you have to find the value for all 16 channel. wherever you bought it, they should provide it and use the method I've shown here.

  • @themanisback9999
    @themanisback9999 2 года назад

    Where can I buy the module?

    • @robojax
      @robojax  2 года назад

      Just search for “usb relay module” on AliExpress . You will find so many then make sure buy one which shows the turn on/off codes

  • @_xquadrix_9022
    @_xquadrix_9022 3 года назад

    Can you say that the light turns on when you start the pc?

    • @robojax
      @robojax  3 года назад

      no. only when i receives the code from terminal, it will turn ON.

  • @balthromaw6305
    @balthromaw6305 5 лет назад

    if anyone knows how to Link iSpy to a USB to Relay controller and have it trigger relays please post back

  • @scrapirontown886
    @scrapirontown886 3 года назад

    thanks a lot.very useful ^^

    • @robojax
      @robojax  3 года назад

      You are welcome. Please subscribe. I appreciate it and helps my channel grow. Thank you

  • @ace7709
    @ace7709 4 года назад

    I got Exception calling "Open" with "0" argument(s)"Access to the port 'COM9" is denied

    • @robojax
      @robojax  4 года назад

      please use the provided example from file. Then customize it. it will work. follow carefully the instruction.

    • @ace7709
      @ace7709 4 года назад

      @@robojax I will try again thanks for the reply

  • @mahenderp3099
    @mahenderp3099 2 года назад

    Tq sir

  • @leeclark5760
    @leeclark5760 6 лет назад

    How do you install drivers for Windows 10? Where do you find them?

    • @robojax
      @robojax  6 лет назад

      I believe my test is done on windows 10. You don't need driver. Try to update the driver using "internet search" or "via windows update" and it should work.

    • @balazssonnevend4544
      @balazssonnevend4544 6 лет назад

      I needed a driver for Win 10 64 bit. This driver worked OK for me: sparks.gogo.co.nz/ch340.html

  • @professeurinfo8193
    @professeurinfo8193 Год назад

    script of powershelle to ead any device connected to the pc with usb port

    • @robojax
      @robojax  Год назад

      See sea you this video

  • @abdietabrizi1723
    @abdietabrizi1723 6 лет назад

    Hi, could you please tell us how this can be done on an Android. Thanks.

    • @robojax
      @robojax  5 лет назад

      I have a video to control AC bulb with Android ruclips.net/video/-E9J9ExdZ20/видео.html

    • @abdietabrizi1723
      @abdietabrizi1723 5 лет назад +1

      Thank you very much. By the way, how can I send power on command to the USB relay using a C++ program? I appreciate your time.

  • @edwardjimenez4895
    @edwardjimenez4895 6 лет назад

    IC Station Product
    that page is for sale in USA or China ?

    • @robojax
      @robojax  6 лет назад

      In China but they ship

  • @randalpetryshyn7072
    @randalpetryshyn7072 5 лет назад

    Very Useful tutorial! Thank you. Can you show how your method can be used on a four channel ICSE012A ?

    • @robojax
      @robojax  5 лет назад

      the method is the same. Each channel will have a pre-set code and manufacturer will provide the code. I will make video if I got a 4 channel module.

    • @muhammadosama3358
      @muhammadosama3358 5 лет назад

      @@robojax is it any different for 8 channel relay module?

  • @muhammadosama3358
    @muhammadosama3358 5 лет назад

    +1 Thank you very much!

    • @robojax
      @robojax  5 лет назад

      You are welcome.

  • @edwardjimenez4895
    @edwardjimenez4895 6 лет назад

    good night bros I have seen in your videos that I have used several models of relay I have a project and I need to know if I can find it in amazon and I found this model **
    DZS Elec 5V-30V 1 channel Wilde Voltage 0-24s Adjustable delay Relay card internal / external trip with timer Delay delay driving Circuit switch with USB to micro USB power line
    I am from the Dominican Republic if I buy it in amazon, they will give me the delivery in 5 days
    I want your suggestion about this relay if it serves me connecting it directly to my pc to open a door with an electric lock from my pc using the code that you left in the description of the video with this model DZS Elec 5V-30V 1 channel Wilde is for sale in amazon.
    thanks, I hope your answer

    • @robojax
      @robojax  6 лет назад

      The door lock needs a switch to open, then you can use it. Send command from your PC and the relay will connect the switch. Here is my latest video showing your to control relay via USB with any Arduino. ruclips.net/video/HzLCkzX5q3w/видео.html

    • @edwardjimenez4895
      @edwardjimenez4895 6 лет назад

      If the lock has its switch to open, it will only have to connect the relay to the wires Send the command from your PC and the relay will connect the switch. Of that marera I will not have to buy any Arduino only the relay ??

    • @robojax
      @robojax  6 лет назад

      That's right. you don't need Arduino. This device has the decoder.

    • @edwardjimenez4895
      @edwardjimenez4895 6 лет назад

      Thank you for your contributions that you gave me when the relay arrives, if I am going to need your help if I do not manage to put it to work

  • @edwardjimenez4895
    @edwardjimenez4895 6 лет назад

    good night bros I got the relay
    DZS Elec 5V-30V 1 channel Wilde voltage 0-24s Adjustable delay Relay card Internal / external trip with timer Driving delay delay Circuit breaker with USB to micro USB power line
    I was aciendo what you are with the
    administrator of dispositiboy the same ice with SScom and it does not work like in the video and I do not work the reley
    aver if you can help me put it to work please by TeamViewe

    • @robojax
      @robojax  6 лет назад

      Hi, your relay module doesn't need or use command line> it seems it might have USB to power it up. I have got another video on relay with timer: ruclips.net/video/RjWW4nbUyio/видео.html
      please send me the link for the product you have purchased.

  • @siddutoravi7608
    @siddutoravi7608 4 года назад

    Hi i wnat this module

    • @robojax
      @robojax  4 года назад

      you can get it from eBay or AliExpress and perhaps Amazon. Just search for "usb relay"

  • @mathiasvanaken7473
    @mathiasvanaken7473 6 лет назад

    Product not found...

    • @robojax
      @robojax  6 лет назад

      I checked all links and non of them is dead. Which link you faced problem with?

    • @mathiasvanaken7473
      @mathiasvanaken7473 6 лет назад

      Robojax The icstation.com-link doesn't work for me. But in the meanwhile I managed to find the product on Gearbest and ordered it there. Your video convinced me. I want to programme a school bell and your video convinced me that this solution is going to do the trick :)

  • @ICStation2013
    @ICStation2013 6 лет назад

    Thanks for your awesome video project about our product.
    www.icstation.com/lcus-relay-module-ch340-intelligent-control-switch-relay-module-p-12488.html

  • @tomcoxe8200
    @tomcoxe8200 4 года назад

    Do you know where I can find a list of commands for the Ch340? I specifically want a toggle command, or a way to read the state of the relay.

    • @robojax
      @robojax  4 года назад +1

      The commands are not in the CH340. it has been embedded in the controller. Each manufacturer will have different command.

    • @tomcoxe8200
      @tomcoxe8200 4 года назад +1

      @@robojax Thank you. OK, so do you know a toggle command for this specific usb relay? Or a way to detect the state?

  • @tomcoxe8200
    @tomcoxe8200 4 года назад

    Do you know where I can find a list of commands for the Ch340? I specifically want a toggle command, or a way to read the state of the relay.

    • @robojax
      @robojax  4 года назад

      I will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊.

    • @tomcoxe8200
      @tomcoxe8200 4 года назад

      @@robojax Just subscribed! thanks for your help!