Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 7856

The Arduino Nano is a small board based on the ATmega328 or 168. It has male headers, so it can be plugged directly into a breadboard. It is small and compact, and features a USB chip.

1 vote
Accepted

Arduino Robot Chasis

There's plenty of options on ebay, you will have to add a DC motor driver and optionally, sensors, but these are a good starting point.
Igor Stoppa's user avatar
  • 2,125
2 votes

Setting serial number on CH340 USB-Serial device

If what you want is to tell apart 2 devices that are basically identical, you have 2 ways: always plug them in the same ports and use the USB tree to differentiate them create an handshake protocol, …
Igor Stoppa's user avatar
  • 2,125
0 votes
Accepted

Computer to multiple arduino bluetooth modules

yes, you can, this is what happens normally in a crowded area where multiple people use their phones with bluetooth headsets, for example. if you believe the claims typical 10m max 100m but in practi …
Igor Stoppa's user avatar
  • 2,125
5 votes
Accepted

Digital pin output voltage, not triggering 71mA relay coil

The digital output pin cannot output sufficient current to drive the relay directly. Iirc this question was already asked. You need to add between the Arduino and the relay a driving stage, for exampl …
Igor Stoppa's user avatar
  • 2,125
1 vote

Arduino Nano not showing up in /dev

Did you try with lsusb and dmesg? They should show if the Arduino was detected and what are its parameters (use lsusb -v for more detailed info). If it is detected but you do not get the correspondi …
Igor Stoppa's user avatar
  • 2,125
0 votes

Smallest package possible reading microSD

Most likely you will have to add at least some pullup/pulldown resistor. I would recommend having a look at the schematics of the shield. For example this shield: http://freematics.com/store/index.php …
Igor Stoppa's user avatar
  • 2,125
0 votes

Arduino nano stopped working

If you have access to an AVR ICE MKII or an AVRDragon, you could try High Voltage programming. It is, AFAIK, the ultimate way to revive a bricked device. There might be some alternative method to perf …
Igor Stoppa's user avatar
  • 2,125
1 vote
Accepted

Digital input pin voltage treshold (voltage to register 1 or 0)

The titles of the graphs are actually saying what happens: the hysteresis. In other words: if the input level is high (greater than 2.6V), it will be considered high through the hysteresis area (un …
Igor Stoppa's user avatar
  • 2,125
2 votes

Error in code saying "expected primary expression before "<" token" and other errors

your code is ridden with html tags, like </p> <p> or </liquidcrystal.h></newping.h> Try removing them all, but it would be better if you could copy it from a plain ASCII source. And when reporting …
Igor Stoppa's user avatar
  • 2,125