Questions tagged [clones]

A clone is a legal, Arduino-like board developed by a third party using the original schematics for the board (with a few minor adjustments). If significant changes are made, it is called a derivative.

A clone is a legal, Arduino-like board developed by a third party using the original schematics for the board (with a few minor adjustments). If significant changes are made, it is called a derivative.

All Arduino clones follow the naming guidelines:

While unofficial products should not have "Arduino" in their name, it's okay to describe your product in relation to the Arduino project and platform. Here are a few guidelines that explain which uses we consider reasonable. Not okay:

  • Arduino Xxxxxx
  • Xxxxxx Arduino
  • Arduino Compatible Xxxxxx - use "Xxxxxx (Arduino-Compatible)" instead

Okay:

  • Xxxxxx for Arduino - products that work with official Arduino boards (e.g. shields or kits)
  • Xxxxxx (Arduino-Compatible) - variations and clones which are software and hardware compatible Note that while we don't attempt to restrict uses of the "duino" suffix, its use causes the Italians on the team to cringe (apparently it sounds terrible); you might want to avoid it. (It's also trademarked by a Hungarian company.)
47 questions
21
votes
4 answers

Compatibility between Arduino and Arduino clones

In a project I am using a Seeeduino v3.0 as an Arduino clone. On the seeeduino website it says that It is based on the Duemilanove schematic, 100% compatible to its existing program, shield and IDEs. In fact I never had any problems with shields…
A.Schulz
  • 467
  • 1
  • 6
  • 9
1
vote
0 answers

Elegoo "Uno R3" not being recognized in any computer anymore

I used to be able to use my Elegoo Uno R3, just fine. It worked with my computer no problem. Except I used the USB cable on a power bank and now the Uno isn't being recognized on any computer. I tried uninstalling and re-installing the IDE and…
Adrian
  • 11
  • 1
1
vote
2 answers

Arduino Clone - A request for the USB device descriptor failed

I was working with my arduino clone and that was working well till last night. I was trying to add l298p motor shield and after a few times of testing without any achievement, my PC suddenly did not recognize the arduino. The device status in device…
1
vote
3 answers

What makes a board "Arduino Compatible"?

There are all sorts of Arduino and Arduino-compatible boards out there. They come in all form factors and they come with all sorts of different I/O. They even come with memory specs and different kinds of microcontrollers, from the ATmega328P to…
ana
  • 11
  • 1