Issues with Yun product page
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 7k
- PR merge metrics
- No merged PRs in 30d
Description
https://www.arduino.cc/en/Main/Arduino_BoardYun
## OVERVIEW tab
Change:
>Arduino YÚN is the perfect board to use when designing connected devices and, more in general, Internet of Things projects.
to:
>Arduino YÚN is the perfect board to use when designing connected devices and, more specifically, Internet of Things projects.
"Connected devices" is a more general term than IoT.
----
>If you wish to disable WiFi, run this sketch.
There is no link to the sketch.
----
Change:
>In addition to Linux commands like the cURL
to:
>In addition to Linux commands like cURL
----
Change:
>python scripts for robust interactions
to:
>**Python** scripts for robust interactions
----
Change:
>You can find here your board warranty informations.
to:
>You can find here your board warranty **information**.
----
Change:
>On the Product itself through [our Customer Support](https://store.arduino.cc/index.php?main_page=contact_us&language=en)
to:
>On the Product itself through [our Customer Support](https://store.arduino.cc/store-support)
The previous link just dumps me in the Arduino Store home page
## TECH SPECS tab
Change:
>DC Current per I/O Pin 40 mA on I/O Pins; 50 mA on 3,3 Pin
to:
>DC Current per I/O Pin 40 mA on I/O Pins; 50 mA on 3.3V Pin
This is how the pin is labeled on the header. In this case "3.3V" should not have a space because it's the name of the pin rather than a quantity of voltage.
## DOCUMENTATION tab
>An updated version will soon be provided to distributors that provide the expected 5V.
It seems like this statement has been up there for a long time. Does it need to be updated?
----
Change:
>3V3. A 3.3 volt supply generated by the on-board regulator.
to:
>**3.3V**. A 3.3 volt supply generated by the on-board regulator.
That's how the pin is labeled on the header.
----
Change:
>this means that you can access to the programs and tools offered by Linux from your sketch.
to:
>this means that you can access the programs and tools offered by Linux from your sketch.
----
Change:
>Is not recommended to use pins 0 and 1 as interrupts
to:
>**It is** not recommended to use pins 0 and 1 as interrupts
----
Change:
>because they are the also the hardware serial port used to talk with the Linux processor.
to:
>because they are also the hardware serial port used to talk with the Linux processor.
----
Change:
>Note that the SPI pins are not connected to any of the digital I/O pins as they are on the Uno, They are only available on the ICSP connector.
to:
>Note that the SPI pins are not connected to any of the digital I/O pins as they are on the **Uno.** They are only available on the ICSP connector.
----
Change:
>The SPI pins are also connected to the AR9331 gpio pins
to:
>The SPI pins are also connected to the AR9331 **GPIO** pins
----
Change:
>where it has been implemented in software the SPI interface.
to:
> where **the SPI interface** has been implemented in software.
----
Change:
>Each analog input provide 10 bits of resolution
to:
>Each analog input **provides** 10 bits of resolution
----
Change:
>By default the analog inputs measure from ground to 5 volts, though is it possible
to:
>By default the analog inputs measure from ground to 5 volts, though **it is** possible
----
Change:
>The factory configuration consist to put the WiFi of the Yún in access point mode
to:
>The factory configuration **will** put the WiFi of the Yún in access point mode
----
Change:
>in this condition you can connect with your computer to the a WiFi
to:
>in this condition you can connect with your computer to the WiFi
----
Change:
>network that appear with the SSID name
to:
>network that **appears** with the SSID name
----
Change:
>the WLAN blue LED will start to blink and will keep still blinking
to:
>the WLAN blue LED will start to blink and will **continue** blinking
----
Change:
>Note that restoring the factory image make you lose
to:
>Note that restoring the factory image **makes** you lose
----
Change:
>all the files saved and softwares installed
to:
>all the files saved and **software** installed
----
Change:
>The 32U4 also allows for serial (CDC) communication
to:
>The **ATmega32U4** also allows for serial (CDC) communication
----
Change:
>and appears as a virtual com port to software on the computer.
to:
>and appears as a virtual **COM** port to software on the computer.
----
Change:
>Digital pins 0 and 1 are used for serial communication between the 32U4
to:
>Digital pins 0 and 1 are used for serial communication between the **ATmega32U4**
----
Change:
>You can use Ciao library to communication between the processors.
to:
>You can use **the** Ciao library to communication between the processors.
----
Change:
>A SoftwareSerial library allows for serial communication on any of the Yún's digital pins.
to:
>The SoftwareSerial library allows for serial communication on any of the Yún's digital pins.
----
>A SoftwareSerial library allows for serial communication on any of the Yún's digital pins.
I believe this is misleading. From https://www.arduino.cc/en/Reference/SoftwareSerial:
>Not all pins on the Leonardo and Micro support change interrupts, so only the following can be used for RX: 8, 9, 10, 11, 14 (MISO), 15 (SCK), 16 (MOSI).
----
Change:
>The Arduino software includes a Wire library to simplify use of the I2C bus;.
to:
The Arduino software includes a Wire library to simplify use of the I2C **bus.**
----
Change:
>The Yún can be programmed with the Arduino software
to:
>The Yún can be programmed with the Arduino **IDE**
----
Change:
>Select "Arduino Yún from the Tools > Board menu (according to the microcontroller on your board).
to:
>Select "Arduino Yún from the Tools > Board menu.
----
Change:
>You can also bypass the bootloader and program the microcontroller through the ICSP (In-Circuit Serial Programming) header using Arduino ISP
to:
>You can also bypass the bootloader and program the microcontroller through the ICSP (In-Circuit Serial Programming) header using **ArduinoISP**
----
Change:
>header using ArduinoISP or similar;
to:
>header using Arduino ISP or **similar.**
----
Change:
>Do you own a past an old version of this product?
to:
>Do you own an old version of this product?
## General
Change all instances of 'ATmega32u4" to "ATmega32U4" (reference: [ATmega32U4 summary datasheet](http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7766-8-bit-AVR-ATmega16U4-32U4_Summary.pdf))
----
As [specified by SI](http://www.bipm.org/en/publications/si-brochure/section5-3.html#section3):
>a space is always used to separate the unit from the number
This is done inconsistently in the page. Thus "5V" should be written as "5 V" unless referring to a pin named "5V".
----
Change all instances of "i/o" to "I/O". The capitalization of this word is inconsistent through the document.
----
Change all instances of "linux" to "Linux"
----
Geeze, this would be so much easier for everyone if you would put the website content on GitHub so people could submit PRs or just have it all be a publicly editable wiki.
Contributor guide
Research direction
Open the linked Arduino Yún product page and review the OVERVIEW, TECH SPECS, and DOCUMENTATION tabs. Use the issue's quoted replacements as the checklist, verify the SoftwareSerial pin statement and the outdated 5 V note, and finish when the listed wording, links, capitalization, and unit formatting are corrected.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100