docs-content icon indicating copy to clipboard operation
docs-content copied to clipboard

Arduino documentation (docs.arduino.cc)

Results 188 docs-content issues
Sort by recently updated
recently updated
newest added

renamed function calls to 'LSM6DSOX' library because library uses different function names. ## What This PR Changes - (Please explain here why you created the pull request and specify what...

fix/update
community

Changed line 95 because the library currently only supports one method for the ADC -> adc.read_u16() ## What This PR Changes - (Please explain here why you created the pull...

fix/update
community

## What This PR Changes - Add new sensor IDs mentioned in this comment: https://github.com/arduino/nicla-sense-me-fw/pull/85#discussion_r1235629942 - Draft until issue resolved https://github.com/arduino/nicla-sense-me-fw/issues/114 ## Contribution Guidelines - [ ] I confirm that...

documentation
enhancement
arduino
pro

I have problem connecting Arduino Uno R4 Minima to Windows 7 host (IDE 1.8.10 and 1.8.19) - after connecting USB, CDC port driver fails to install ("failure of driver installation"...

maker

## What This PR Changes - Information about the Portenta Max Carrier (LoRaWAN connectivity) was added to this article - Writing guidelines check ## Contribution Guidelines - [ ] I...

Tutorial
arduino
pro

https://github.com/arduino/docs-content/blob/6e50152852645cd0113288a6608c4b8634d83366/content/micropython/01.basics/06.board-examples/board-examples.md?plain=1#L66 https://docs.arduino.cc/micropython/basics/board-examples This example should be corrected to ``` import time from lsm6dsox import LSM6DSOX from machine import Pin, I2C lsm = LSM6DSOX(I2C(0, scl=Pin(13), sda=Pin(12))) while (True): print('Accelerometer: x:{:>8.3f} y:{:>8.3f}...

maker

Good day, This page: [https://docs.arduino.cc/hardware/nano-esp32] Does not talk at all about the Arduino NANO ESP32 and loading/installing/updating Micropython. The big buttons highlighted on the page "Setup Guide" and "Getting Started"...

maker

In the ReadASCIIString example, the second pin of the RGB LED is connected to +5V in the schematic but to GND in the circuit. The text explains, that +5V is...

https://docs.arduino.cc/tutorials/uno-rev3/board-anatomy On Chrome and Firefox, each bullet point is showing up as 1, making it hard to interpret.

maker

Referencing docs at https://docs.arduino.cc/tutorials/uno-r4-minima/can from @karlsoderby See comments in https://forum.arduino.cc/t/using-can-with-minima-r4/1162333/4. Three different people have reproduced inability to use Arduino_CAN with R4 and SN65HVD230 CAN Board Accessory Network Transceiver modules. Looking...

maker