How to Setup a Raspberry Pi Pico and Code with Thonny

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024

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

  • @dnywh
    @dnywh ปีที่แล้ว +59

    For the other Pico W / Pico WH owners out there: to get the blinking LED to work you need to swap out 25 on line 4 for 'LED'.
    So from:
    led = Pin(25, Pin.OUT)
    to:
    led = Pin('LED', Pin.OUT)

    • @aaronmorgan4466
      @aaronmorgan4466 ปีที่แล้ว +7

      LOL, I was just coming back to make the same comment; wish I'd scrolled down 20 minutes ago...

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

      You're a lifesaver, got worried I messed up lol

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

      led = Pin("LED", Pin.OUT)
      double quotes.

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

      @@wayland7150 Both work

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

      @@aaronmorgan4466 same here

  • @videosonix4473
    @videosonix4473 ปีที่แล้ว +13

    This is by far the best introductory video for the Pico I've seen on TH-cam. Very easy to follow, and everything worked fine. Thank you very much for getting me off the ground with it. Would love to see more in a similar vein. Pressing the subscribe button now!

  • @emanuelefavero
    @emanuelefavero 3 ปีที่แล้ว +10

    Please don't stop making these videos! They are by far the best on this subject. Thanks for these!

  • @philosophyben
    @philosophyben 3 ปีที่แล้ว +13

    Both your REPL guide and this one have been extremely easy to follow and a bit of a life saver. I was getting in a bit of a muddle from the setup pdf from the pi foundation on how to set up the pi, setting up cmake and all sorts of other things for vscode etc etc. Why they didn't just have a simple "Use Thonny in this simple way" is a bit beyond me but there you go

    • @Core-Electronics
      @Core-Electronics  3 ปีที่แล้ว +4

      Thanks Ben, all the best with your projects!

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

    Thanks buddy! I´ve just received my first pair of RP Picos, and have´nt had much luck communicating with the board, till I watched this video. We´re blinkin´!!! ;)

  • @runepedersenDK
    @runepedersenDK 3 วันที่ผ่านมา

    Thanks a lot. Was stuck in the proces descriped in my textbook, this just worked!

  • @hballouz
    @hballouz 11 หลายเดือนก่อน +1

    this is the best explanation of Pico and thonny, all other videos just assume that you know how to use thonny although they title their videos : for Absolute Beginners !!! (which is my case. :) ) ... thanks a lot !!! . hope you can show us a step by step video of building and programming a simple pico robot

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

    You cleared my Machine module problem. Loading the correct interpreter. Great clip for beginners..Thanks Don

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

    Awesome content!
    A shining example how a tech tutorial sould be👍

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

    Thank you for making this video. I'm a complete noob and you helped me get started. 👍

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

    Keep in mind, this led code is for the regular Pico, NOT the Pico W. Great tutorial, thx!

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

      @OG duolingo man led = Pin("LED", Pin.OUT)

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

      I was so confused

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

    Exactly what I needed, thank you

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

    if using Pico W, replace 25 with "LED", debugged this for half a day lol

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

    Ok I found it. Tools > Options > Interpreter > Port Don't know why I didn't see it before!

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

    Thank you for this video. I think that the most impotant lesson is to save your final file as main.py in the root directory of the RP2040 zero.

  • @prateeksrivastava8470
    @prateeksrivastava8470 3 ปีที่แล้ว +4

    I downloaded thonny on my ubuntu couldn't see pico option in there..
    had to download it on windows to work with it.. It would be a lot of help if you could make a video for ubuntu users as well..
    Great video BTW i enjoyed it very much

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

      Probably you have older version of Thonny. Remove it and install through : pip3 install thonny

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

    another good video on the Pico

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

    does anyone know why i get an error code when i try and download packages within python

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

    Thanks for this, I have been trying to workout how you view saved files on the Pico

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

    Super appreciate you posting this!!

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

    so helpfull thx very much i'm beginner with pico and that learn me so many things

  • @3DSage
    @3DSage 2 ปีที่แล้ว

    I found this video very helpful and I really wanted you to know that!

    • @Core-Electronics
      @Core-Electronics  2 ปีที่แล้ว

      That's great to hear 😃 Thanks, and best of luck with your projects!

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

    How run micropython Pico on 32bit Ubuntu machine?

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

    Thanks, very nice video

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

    Blink LED code for Raspberry Pi Pico W:
    import machine
    import time
    led = machine.Pin('LED', machine.Pin.OUT)
    while (True):
    led.on()
    time.sleep(.2)
    led.off()
    time.sleep(.2)

  • @MrPrathampatil
    @MrPrathampatil 3 ปีที่แล้ว +4

    Thanks, how do i stop the pico from executing the program?

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

      Throw it away and get another pico.

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

    Many thanks, this was very helpful.

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

    Hi! Thanks you for this good introduction. On my Seven system I needed Zadig for Windows to get the good driver ;)

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

    Awesome video man! Thanks

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

    This works perfect, thanks bro

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

    Hi Sir. Can you explain how we can install micropython machine module in python??so i can create some application in tkinter to control the gpio pins of raspberry pi pico.

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

    Great guide! Subscribed.

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

    Great video, I've followed it to the letter, unplugged it but now the green light stays on solid and cant stop it? thanks

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

    Thanks a trillion

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

    hello, enjoying your videos but struggling to get anything to work on my pico. my project isnt compicated. just need a couple of outputs triggers when given an input. basic switches etc. cant seem to get any coding to work.

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

    Hi, great video! May I ask you a question? I have a pico W but I can't get REPL to work! Thonny keeps telling me that the device is busy, i tried soft rebooting, pressing ctrl+d, ctrl+c, tried connecting pin 30 or RUN to ground for a soft reboot, but nothing, even tried deleting code.py from the pi. I am running Circuit Python 8.1, i don't know if it is my pi the problem, please do you have any suggestion?

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

    Hi, I'm more of a C/C++ type of person.
    Is there anyway i can use the Plotter and the Shell in Thonny as an output for my C codes on the pico ??
    I've written a code in C to output data for proximity sensor but minicom, putty and the arduino console can't detect uart output.

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

    Shame that Thonny on Linux does not support the pico out of the box with version 3.2.7. This tutorial does work on a MAC x86 as of today.

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

      needs 3.3.3+ , no shame, things evolve, this pico board is not even 6 months old,

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

    is this close to the same with the PI zero? Can I connect the PI zero?/

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

    Man it's like the arduino IDE in simplicity.. but way better.
    Is there a way to get it easily working in VS code? I've seen two videos on it, but it seems like a giant pain.

  • @qus.9617
    @qus.9617 ปีที่แล้ว

    Complete novice here. So let's say the pico is powered from a power supply instead of a computer. And then at 6:06 pico loses power which can easily happen. And then power comes back on. Should the code autostart or does it need to be connected to a computer again and with thonny stop/restart code and ctrl+D ?

    • @Core-Electronics
      @Core-Electronics  ปีที่แล้ว +1

      If you save the name of your code onto the Pico as main.py then it will automatically run when power is connected, otherwise you will need to reconnect to Thonny and restart the code.

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

    I'm on a mac. No go with your instructions. At this point the ESP32 seemed easier to get going. It's like there is a step missing I'm not seeing from the RPI documentation or your video to get going.

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

    Thank you for the nice presentation. can you make a demo how of how to use this device with hx771 ADC ?

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

    suppose if i close thonny then LED will stop working.in arduino if we close arduino IDE still project runs on board.likewise how it can be happen in pico?

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

    I am a bit confused because i have done every step as described but the led doesn't do anything. The printed part is updating all the time when i run the program but the led not. What may be the problem?

    • @Core-Electronics
      @Core-Electronics  หลายเดือนก่อน +1

      Hey sorry for the late reply, if you are using a Pico W, they have changed how you reference the LED pin. It used to be pin 25 (but now that is used by the Wi-Fi chip), so you will need to change 25 with "LED", so that line will look like:
      led = Pin("LED", Pin.OUT)
      We have update our writte guide, and Ill Pin dnywh's comment who answers this so that other can find it more easily!

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

      @@Core-ElectronicsOhh thanks !!

  • @J.S.McDuff
    @J.S.McDuff ปีที่แล้ว

    i made a watch dial in pygame and im trying to covert to micropython will that work?

  • @mingosutu
    @mingosutu ปีที่แล้ว +4

    Computer said: NOOOO. No module called machine

    • @uzb_coder
      @uzb_coder 8 หลายเดือนก่อน +2

      What want to do you mean bro?

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

      Hi, you came after one year!!!@@uzb_coder

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

      Bash: python:machine not found

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

    Does it work on W and I'm trying to work it on W and it's not working

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

    how to clean up gpio pico when exiting/stopping code in Thonny. Now ...when I stop the code the led stays on...

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

    every thing is working fine , Program is getting executed by "Run" option, but there is no "download" option to burn the micropython program in the flash memory.
    When I am removing USB Plug from laptop blinking of LED stopped because it is not getting power through USB it is Ok, but when I am reconnecting USB with 3 second pressing of USB and port is also showing connected , then also LED is not blinking,
    unless I again "run" the program, that means program is not getting burnt in flash memory ,
    How it can be done
    (this type of problem is not there with Arduino board)

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

    Nice video, I am wondering, instead of using sleep, is there a way to flash the LED while a code is running on the PICO, like to run the flash led parallel to another program that's running. I don't know if it have to run in a different thread or how this would be approached.

    • @Core-Electronics
      @Core-Electronics  ปีที่แล้ว

      Certainly - this is called non-blocking code. Look up how to use ticks_ms() and scheduling.

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

      @@Core-Electronics thank you very much

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

    Am having an error (can't import name pin)
    Please I need help

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

    One quick question how do I change the Port setting in Thonny, Thonny thinks my pico is at port 13 and my computer thinks the pico is at port 14.
    I have to edit the configuration.ini file, Port = setting but it keeps reverting back to Port = 13

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

    sweet

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

    Anyone else having issue getting the led to flash on win+Pico, go to run>run current script.

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

    I have had trouble in finding code you run on strip leds running pi pico any help please internal code led worked fine. I keep error example code 1 from raspberry pi pi pico libaray line no name pixel? Any help anyone.

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

    thanks

  • @PushUp-yt5is
    @PushUp-yt5is 4 หลายเดือนก่อน

    Can someone plz explain why it is useful to have ur pico printing numbers and what would be a scenario I need to use it in

    • @Core-Electronics
      @Core-Electronics  4 หลายเดือนก่อน

      This example of printing was just a demo, but print commands are incredibly helpful for debugging. If you have code that makes a series of decisions, you can put print statements in those decisions and see how it is "thinking". You might also want to double check that you are converting numbers correctly (maybe your sensor reads in Celsius and you need to convert to Fahrenheit), so your might print it out to double check that the Pico is calculating it correctly.

    • @PushUp-yt5is
      @PushUp-yt5is 4 หลายเดือนก่อน

      @@Core-Electronics what commands do I use to see what my pico is thinking🤔

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

    Thonny says pyhon is 3.10 but I have 3.11 so my code wont work

  • @1.codexx
    @1.codexx 2 หลายเดือนก่อน

    I am getting errors when I try to run a program which uses ssd1306 display module in version 4.1.4. how to fix it sir

    • @Core-Electronics
      @Core-Electronics  2 หลายเดือนก่อน

      Hey, we have a community forum with lots of maker eyes that can help, feel free to chuck a post on there with some information about your code, wiring, etc.
      forum.core-electronics.com.au/

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

    Made it as far as 'from machine import pin' . 'No module named machine. Looked at 'manage packages' No machine there either. Tried pip and pip3 with the same result.

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

    hi, I am dragging and dropping uf2 file onto rp2 drive, it dispears but I can't find micro python from drop down in Thornny in Interpretor drop down in options. can you help?

    • @Core-Electronics
      @Core-Electronics  ปีที่แล้ว

      The best way to get technical help for any of our content is on the forums: forum.core-electronics.com.au/
      We're full-time makers and are on the forums every working day!

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

    good video

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

    thanks bro

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

    Do we have to install micro python on the pico first, or is it pre-installed?

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

      Yes - download it from the raspberry pi foundation and it is a simple drag and drop operation

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

    Downloaded Thonny and get a Site Certificate Expired error. Even after manually installing MicroPython 1.18 onto the Pico. Been trying to fix this error for 2 days now.

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

      Did you ever find a fix to this? I'm having a similar problem

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

    How to use an android smart phone to program and send it to pi pico?

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

    DOES THONNY IDE WORK ONLY ON WINDOWS 10?

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

    I ... actually did not know that about the plotter thing... huh... does that only work if you do the { } stuff for the print statement? Aka, can I just use simple concatenation instead of { } ? (It's not a problem, I can start using { } , but my brain just default's to concatenation XD )

    • @Core-Electronics
      @Core-Electronics  2 ปีที่แล้ว +1

      It works for regular printed messages. (Regular in the sense that the format is unchanging). Just make sure to only print one message per loop. Thonny will detect the format and put in the plot labels automatically.
      So, yes, it will work for concatenated prints too!

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

    can u use java

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

    That install is not coming

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

    Hey! Great video. I wonder how to log an excel sheet with Micropython. I hope anyone can help me. Thanks

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

      You simply write data to a file separated by commas. Add a new line for new data. Name it with the .csv extension. Excel will take care of the rest.

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

    that totaly failed from start dint work at all

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

    can anyone help me with the pico. It keeps rebooting everytime i try to install micropython in it. also even i do not press the bootsel button it still opens as a removable drive

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

      and by rebooting i mean i doesnt install micropython but just closes and opens as a drive again

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

    Are you saying CTRL- A, D or V?

    • @Core-Electronics
      @Core-Electronics  ปีที่แล้ว +1

      Soft reboot is CTRL + D

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

      @@Core-Electronics - Thanks, could not understand what you said.

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

    Please letWhich is the best raspberry Pico or Arduino ?

    • @Core-Electronics
      @Core-Electronics  3 ปีที่แล้ว +3

      There are lots of Arduino versions out there, though Pico has our heart for the moment! It is after all, the latest microcontroller on Earth :)

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

      @@Core-Electronics I think Pico is faster and easier to interface with the raspberry Pi ... the mother and the daughter..

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

    I guess I have a Pico W which the script doesn't work for.

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

      Hey Troy, the Pico W uses pin 25 for its wireless chip, so now you control the led pin with "LED", instead of 25.
      Old Line:
      led = Pin(25, Pin.OUT)
      New Line:
      led = Pin("LED", Pin.OUT)
      This should work for all Pico variants as well.

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

    Me too, Cyrus !!!! I see your comment was made 1 month ago. Is anyone checking our comments, or should we be posting them on "Core Electronics's" forum ?
    I took a look there, but unable to navigate to any assistance. May need to unsubscribe to this channel if that's all the support they can offer !!!!
    I here repeat your question: "from machine import Pin" when I run this, it say cannot find module 'machine' Any solutions ?

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

    when i try to install or update firmware it says error

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

      Did you ever find a fix to this? I'm having the same problem

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

    got an error . ModuleNotFoundError: No module named 'serial.tools' installed serial,pyserial but couldnt get it to work. got any suggestions?

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

      I think I had the same thing happen, you have to change your interpreter. To do that, under "Run", select interpreter and change it to Pi Pico. If you dont have that option, in the top right there should be a line "change to default" or something like that. Press that, restart Thonny and you should have the option under run. Hope that helps

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

    I get "Couldn't find the device automatically.
    Check the connection (making sure the device is not in bootloader mode) or choose
    "Configure interpreter" in the interpreter menu (bottom-right corner of the window)
    to select specific port or another interpreter.%Run -c $EDITOR_CONTENT".
    So at what point do I unplug and replug the Pico ? I assume that I'm still in "bootloader" mode until I do ?
    Even that does not work, so where to go from here.
    This device appears to be so new to the market, that no one has released a TH-cam video that fully explains the pitfalls.

    • @Core-Electronics
      @Core-Electronics  3 ปีที่แล้ว

      It sounds like there could be a bit going on here. We have a dedicated forum topic for this tutorial, and full-time technical support staff who can help forum.core-electronics.com.au/t/how-to-use-raspberry-pi-pico-with-thonny/9226

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

    Anyone else getting CERTIFICATE_VERIFY_FAILED when clicking install?

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

      Had to install lets-encrypt-r3.der for it to start working.

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

    Yo, thats not red.. Thats green, you colorblind?

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

    dont work

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

    I get a certificate expired error

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

      Same here did you ever resolve this?

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

      @@RudiOnRails Sorry no. I'm still using the pi ide and it's so slow. I want to use visual studio code and eventually write some assembly so I can try write my own version of forth.

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

    No semi colon, curly braces and any other annoying things that the Arduino IDE and C++ has

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

    😮😱🙀🙀🙀🙀🙀

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

    the code don't work!!!

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

    Your keyboard is very loud, perhaps don’t aim your boom mic downward to avoid that loud keyboard clicking sound!

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

    why is micro python so slowwwwwwwwwwwwwww
    i mean slow

  • @Vulto166
    @Vulto166 15 วันที่ผ่านมา

    I don't understand why you new to download a whole new ide just to write python scripts to a micro controler. This sounds so stupid.

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

    Doesn’t work.

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

    It's not funny.

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

    Hello @Core-Electronics my program is suddently inable to regonize my devis ? Unable to connect to COM6: could not open port 'COM6': OSError(22, 'Le délai de temporisation de sémaphore a expiré.', None, 121)
    Process ended with exit code 1.

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

      I'm fine thank you for that course :) I change my open port and reboost it