Help noob with unknown device

Hi sorry this is way more information about me than you need. I have pretty epic adhd and anxiety, so taking on an electronics project is particularly challenging for me. I’m at a point where I’d like to just pay someone to do this for me because I have hit a hard wall and can’t seem to get anything to work. Sorry for the weirdly personal post - I just wanted to give some context why I’m not very good at researching information.

My project is a 3d printed turret from the game Rust. In the description you use an Arduino nano and some code that was provided by the model designer. I was going to make a bunch of these for my friends, so I bought 6 elegoo nanos, 6 x SG90 servo and 6 x little red led lights.

When I try to connect the elegoo nanos to the IDE software, the port comes up but it says unknown device. I went and bought a genuine Arduino Nano as well in case I had bought the wrong thing, and I get the same problem.

I tried loading a legacy version of the software, I tried some ch340 driver thing, I tried another driver. Still nothing

I tried ignoring the fact that it was unknown and just uploading the code anyway. Says it uploaded but nothing seems to happen.

At this stage I am so confused that I don’t even know where to start to fix this and would be happy to just send it all to someone else and pay them to fix it for me.

I’m also aware that the info that I have just given isn’t detailed enough - but I don’t know what sort of detail is important. Please try and help me or let me know how much it would cost to get someone to do it all for me. I don’t want to give up on it, but I’m mega triggered and it isn’t fun at all - and doesn’t feel achievable at all right now

PM me US$75 and you can have mine... and you can pretend you made it... and make your family proud.

No I have already made them all. It’s just the electronics that have me stumped



1 Like

Are you not going to honor your printed word (a.k.a. "contract")?

Are you interested in coding my arduinos ?

I’m based in the south of Sydney

You will need to describe your machine. If it is just rotating, blinking an LED and a sound, you can still do that without paying someone.

1730611456250917053947456684883

A flamethrower!

The Nanos use a generic ttl-to-usb converter. For official Nanos it's an FTDI chip, for clones it's usually a CH340.

As those chips are generic, there is no way that they can be used to identify a board. E.g. the CH340s are also used on plenty of other boards.

There is an issue in IDE 2.3.3 where a failed upload is not reported as failed. This issue does not happen in IDE 2.3.2 or in IDE 1.8.19. So if you use e.g. IDE 1.8.19 and it reports a successful upload and the turret does not work as expected it's either a code issue or a hardware issue (e.g. wiring, power).

1 Like

Ok sick that looks like a point to start - because I am def using 2.3.3 Ill try an older version

Far out - it was a wiring issue. Apparently I dont understand how to read a wiring diagram at all

Thank you

You did mention "legacy IDE" hence my reference to IDE 1.8.19.

Sounds like you got it sorted :+1: You can mark you topic as solved by clicking the checkbox under the most useful reply so other users (that encounter the same problem or those that are wanting to help) know that your topic was solved.

image