Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #3811
| Newsgroups | comp.lang.basic.visual.misc |
|---|---|
| Date | 2024-01-09 10:23 -0800 |
| Message-ID | <15d59b2f-e024-45c1-b093-59044500986dn@googlegroups.com> (permalink) |
| Subject | Download Arduino Windows 11 |
| From | Velia Blacksmith <veliablacksmith@gmail.com> |
I'm a beginner with Arduino and i have acquired the Arduino UNO R3 board. i have followed the instructions on arduino website in order to install the board, however it fails and still remains as an unrecognised device. download arduino windows 11 Download Zip https://t.co/ildgY839YR 1) install the Arduino 1.0.5 IDE - the installation failes near the end when installing the arduino board 2) install the Arduino 1.5.7 BETA IDE - the installation is successful but arduino device is still unrecognized. 3) i have tried manually installing the drivers by letting windows search in the arduino IDE installation folder/drivers/ - it reports that the best driver is already installed - "usb unrecognized device" 4) i have tried installing the drivers by manulally loading the .inf files from the IDE installation folders, and installing all the serial converter A/B/C/D in the list - all failed to install. The issue was resolved by changing my USB cable. the cable in the kit was new and seemed to supply power to the arduino board, but windows was unable to identify the board using that cable. maybe the data wires were damaged. in any case, i changed the cable and everything worked smoothly. Share Improve this answer Follow answered Aug 7, 2014 at 16:41 BananaBanana 13111 gold badge11 silver badge55 bronze badges Add a comment 0 To solve this problem. 3. Here You can see a unknown device... i.e. your arduino board. double click on it.4 Click on hardware..................................................5. Now Choose Update Driver... Choose the location where the Arduino IDE is installed... And go to Next6. Now your computer will recognise your arduino board I found arduino_serial.py, but it only works for Unix. Fortunately, I have a Ubuntu 10.10 VBox set up. However, I have no idea if that VM can access serial ports or if special steps are required to do so. This basically makes it so when you send a character over the serial monitor to the device it lights up the light connected to the specified pin for one second.In the built in serial monitor this works fine, you send the device a number 1-9 (haven't figured out how to do 10+ yet) and the specified light turns on, just as intended. However, my goal is to write a c++ program to send data to the device using the system() command from windows.h. Before i can do that i need the command to send data to the device. I found: Looks like the key thing is that you cant just send raw data over to the arduino, you need to first open a connection before with the arduino before it will actually recognize the data as valid serial input. Hello, this is my first post and my first arduino project. The sketch is a known working sketch that I got from a fellow enthusiast that programmed it to automatically open a convertible car top. It has been used by dozens of other owners so I know the sketch is good. I have the same problem, INFACT my arduino uno was working perfectly then all the sudden i can't find my com port. not showing up in device manager so i don't know how to get the drivers re-installed if they're corrupted... I'm googling the Legacy Driver thing now Unplug the board from the computer. Make sure that "SHOW HIDDEN DEVICES" is turned on in device mamager. Plug the board back in. Does windows make the hardware founf noise ? If so what does it show in device manager ? Hi everyone, I ve recently bought the Arduino Nano-33-IoT and I tested an sketch of Arduino's BLE . I uploaded the file at the bigining I saw both lights blinking and actually the microcontroller was recognized but later on as I was trying to check a graph based on this post : Get started with machine learning on Arduino Arduino Blog. Two things happened: 1.There was an increased delay of the response on the microcontroller graph. 2. My arduino IDE stop responding, so I decided to unplug the microcontroller and since then my Nano-33-IoT doesn't turn on... Thank you for your help. Yes, I also think in the direction of the drivers. I have followed an instruction to reset the board connecting 2 pins shortly, and using the program FLIP for windows. But it did not solve the problem. I don't seem to be able to find the correct drivers. If I had them, I maybe could refer to them from the device manager, to update the driver, referring to the map I save them in. I was just on the phone with the seller of the arduino kit, he helped me perform the reset, installing flip, but still no succes. Maybe there is a problem with windows 11? The arduino IDE is for windows 10 and up. I haven't found a working solution yet, so ideas are very welcome. Thank you for your help. I found the map. In the device manager I see: unknown usb device (request for device description failed) with an icon in front of it with a yellow warning triangle with an "!" From there I went to update driver, and chose the directory. Also the subdirectory FTDI USB drivers. I repeated a couple of times, but still the yellow "!" remains and the arduino is not recognized. I also turned off norton 360 temporarily, removed and reinstalled arduino ide, chose the drivers also manually to install through the device manager, but still the unknown usb device. The arduino is still not recognized, and in the ide the port is still light grey, no ports are shown. I contacted the seller of the arduino board again, and am waiting for him to get back to me. Meanwhile any tips are still very welcome. I hope to get it connected, recognized so we will be able to get the led blinking.. Thank you everyone for your help. The seller sent me a new arduino, and like Sterretje wrote, the led was already blinking this time. I had no trouble at all connecting the new arduino. The ide immediately recognized it. Tried it on two laptops. I ran 3 basic example programs. They worked fine. The topic can be closed, and I can start coding my own programs. Thanks again. I have the Arduino IDE installed on an older windows 10 laptop and all works fine. Today I tried using my new Windows 11 laptop and the Tools -> Port option is grayed out. I'm using verion 1.8.19 of the IDE, the most current I believe, and I'm trying to connect to a UNO. I've searched the Arduino forums for like issues but found none. The Port option from the Device Manager has disappeared. The new procedure, as much as I can divine from YouTube videos, is to go the firewall manager and define an input and output rule, although I'm not certain this is the correct approach, and it didn't resolve the problem. Just to cover all bases, I ordered a new USB AB cable to rule out that possibility. I'm looking for any hints or approaches to fixing this. Thanks in advance I have the same issue on an Acer laptop (2019). I have the impression that the problem is in the serial io driver for the laptop (I don't see "ports" in device manager). If I look on the acer site, I only see the windows 10 drivers for this laptop and trying to install the serial io driver it says "not compatible with this platform (I guess windows 11 is meant here) well, I found my issue...after I did everything logical I started to look at illogical things. So the cable that I have been carrying around with my laptop for some time, to connect drives and camera's (and NodeMCUs and arduinos) apparently decided to fail at the same moment I switched to win11 . I changed the cable for another and everything worked fine again. Then tested that same cable to connect my camera to the laptop...and it works just fine. I test it again with the NodeMCU, it fails. Something odd is going on with that cable, I will dump it. I deleted a folder from within the arduino 'open folder' function in their program, and the mouseover window got stuck on my screen. So I tried taskkill /f /im dwm.exe and it worked to reset the windows manager, but it didn't remove the stuck window from the screen. The arduino program logo is also in the taskbar, but it won't maximize when I click on it, and it won't go away when I right click ->close. It's also not appearing anywhere in the task manager. Can I get rid of it without restarting? Is it possible to install windows 2000/98/me/95/DOS on Arduino DUE? As arduino due is a fast enough 32 bit processor with enough ram and EEPROM to handle older windows os. I saw many tutorials installing windows 2000 on 486 microprocessors. DUE is a lot faster than 486. PhysX: Is it possible to install windows 2000/98/me/95/DOS on Arduino DUE? As arduino due is a fast enough 32 bit processor with enough ram and EEPROM to handle older windows os. I saw many tutorials installing windows 2000 on 486 microprocessors. DUE is a lot faster than 486. I plug my Arduino UNO in, the green light is on, and there's a steady blink coming from the orange led on the board... no matter how many different ways I try, I cant seem to get the drivers installed properly. On device manager, I have Unknown USB Device (Device Descriptor Request Failed).. I've attempted updating the driver manually numerous times, as well as uninstalling it and each time it tells me that "Windows has determined that the best driver for this device is already installed." I did manually browse the folder where Arduino drivers are located, and that's the message I get.. I also attempted to "Have Disk" just to see if that worked... after selecting Arduino.inf, windows tells me " The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems." I've tried plugging it in different USB ports, all have the same outcome. When I'm in device manager, I show hidden devices and I do NOT see any COM ports. When I run Arduino, I click on Tools, then I am unable to click on "Port" because it is grayed out.. I'm not sure if this is by default, but right above "port" it has "Board: Arduino/Genuino Uno" already selected like it knows what's plugged in. I took this board to work, and plugged it into another PC and sure as hell it worked fine.. 35fe9a5643
Back to comp.lang.basic.visual.misc | Previous | Next | Find similar
Download Arduino Windows 11 Velia Blacksmith <veliablacksmith@gmail.com> - 2024-01-09 10:23 -0800
csiph-web