Skip to main content

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.

Filter by
Sorted by
Tagged with
1 vote
1 answer
105 views

I am trying to use the stepper library and the stepper object is documented like this This function creates a new instance of the Stepper class that represents a particular stepper motor attached to ...
Confused individual's user avatar
1 vote
0 answers
69 views

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 ...
user84874's user avatar
3 votes
0 answers
1k views

ESP32-C3 has a nice feature called GPIO Matrix which allows to map most of it's peripherals to any GPIO pin. And it has feature called IO_MUX which allows direct & faster operations for some of ...
NStorm's user avatar
  • 131
3 votes
1 answer
88 views

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 ...
cup's user avatar
  • 133
1 vote
4 answers
960 views

Aside from the main website, I have noticed that it is hard to find documentation for specific Arduino add-ons, such as (This is just one example): https://www.amazon.com/gp/product/B00OGYXN8C/ref=...
tdelozie's user avatar
2 votes
1 answer
243 views

I'm interested in writing an "Arduino core" (i. e. porting Arduino to a new MCU and new board(s)). I'm having trouble finding much documentation on how to do so. Am I missing something? ...
user31708's user avatar
  • 153
1 vote
1 answer
17k views

I am working from the example sketch in that installed with the ESP32 Dev Module into the Arduino IDE. It includes <WiFi.h> and "time.h". I have a number of questions about how to use the ...
John F. Miller's user avatar
1 vote
1 answer
122 views

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 ...
nerdguy's user avatar
  • 63
4 votes
2 answers
995 views

I have created my own library and it is working flawlessly. Now I want to add some documentation to it that the Arduino IDE can understand. For the functions from the Arduino IDE itself like delay(ms)...
LukasFun's user avatar
  • 295
2 votes
1 answer
81 views

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....
Brian Slesinsky's user avatar
3 votes
1 answer
950 views

I am trying to get information about the transistor on the Arduino Mega board below: It says "340P" on the transistor. I want be able to know which model transition is this so that I can check its ...
Programmer's user avatar
1 vote
3 answers
5k views

First excuse me if tags are not reflecting the content, While watching a video about single board computer (SBC) I got confused that it doesn't mention arduino as SBC. I always considered it as SBC. ...
Jaiaid Mobin's user avatar
2 votes
1 answer
359 views

Let's say I have one MQ5 gas sensor at home and one MQ135 gas sensor at the park. They are wirelessly hooked to Arduino. My questions are: Can Arduino post the data from two or more sensors to one ...
user38599's user avatar
2 votes
0 answers
96 views

I am trying to connect this mBot board to an external network, that's why I bought the arduino wifi shield. I am connecting the wifi shield to the 6pins (5V MOSI GND RST SCK MISO) of the mCore. ...
Alex Trb's user avatar
3 votes
2 answers
2k views

Where can I find a hardware manual (documentation or a book) for Arduino board? As far as I know, all hardware details are dispersed (or scatter) in different tutorials.
Victor He's user avatar
  • 133
1 vote
1 answer
97 views

For a class assignment I have been tasked with zeroing a Vernier force probe by typing a command into the serial monitor. I am having trouble writing the code for this algorithim. I was hoping to give ...
Jaime Torres's user avatar
0 votes
2 answers
162 views

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/...
user3214692's user avatar
4 votes
4 answers
18k views

I'm wondering if there are free programs or web sites that let you draw simple schematics similar to this example:
dlu's user avatar
  • 1,671
0 votes
1 answer
88 views

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 ...
dda's user avatar
  • 1,595