Questions tagged [documentation]

Documentation is information on aspects of software or hardware, including its intended purpose, functionality, and maintenance. Documentation can exist in many different forms and formats, but its aim is always to educate.

19 questions
4
votes
4 answers

Suggestions for a program for drawing simple schematics

I'm wondering if there are free programs or web sites that let you draw simple schematics similar to this example:
dlu
  • 1,651
  • 2
  • 15
  • 29
3
votes
1 answer

Arduino diagrams

I would like to document some of the experiments I have been doing with the arduino. In many of the internet posts on Arduino projects, they have a similar diagram of the Uno or Mega with breadboards and resistors. Some with more detail than…
cup
  • 133
  • 4
2
votes
1 answer

Is there some better documentation somewhere for Arduino classes and API's?

For example, it looks like Serial extends HardwareSerial, which extends Stream, which extends Print. But I don't think you can figure this out by reading the reference documentation on https://www.arduino.cc/ and it doesn't appear that you can…
1
vote
0 answers

Why are there no clear types given on the Arduino API docs?

For exmaple, I look at the page for digitalWrite and all I get is this for the signature: digitalWrite(pin, value) No return value type, no paramater type, nothing. Instead, in a seperate section it says Returns Nothing And then it…
user84874
  • 19
  • 1
1
vote
1 answer

Where is the documentation for the Emoro GLAM pro module?

My 11-year-old son recently brought out an Emoro robot he got for his birthday. We had some temporary confusion with the robot, but got it to work. He is now trying to connect to his computer via Bluetooth from the Emoro, but cannot find any…
nerdguy
  • 63
  • 6
0
votes
2 answers

Quick start on Arduino for experienced embedded programmer?

I'd like catch up the Arduino concepts (programming & IDE). There are excellent online tutorials available for Arduino but all of them which I saw are made for those who didn't have embedded/electronics background. Going through them is heavily time…
0
votes
1 answer

Sodaq Moja — Accessing SW2/SW3 user switches

I have a Sodaq Moja, from supporting the project on Kickstarter, and I didn't have much time until now to play with it. Unfortunately, the online documentation for the Moja has disappeared, and only the docs for the new version, the Mbili, is…
dda
  • 1,588
  • 1
  • 12
  • 17