/06.arduino

Repositório para a comunidade do Arduino.

Primary LanguageC++MIT LicenseMIT

Instalação

CIRCUITOS

Clique no nome para abrir o exemplo no site.
Clique na imagem para abrir o vídeo.
Links Telas
001.blink
002.sos
003.lcd
004.rgb_fade
005.display_7seg
006.lcd_bargraph
007.lcd_char
008.lcd_bateria
009.btnA0

Links

Construtor de ícone para Arduino
https://maxpromer.github.io/LCD-Character-Creator/

Windows

Placa não genuína

Algumas placas não são reconhecidas pelo windows e deve seguir:
Painel de controle, Sistema, Gerenciador de Dispositivos. Veja qual foi o dispositivo que foi iniciado.
Procure o driver dentro da pasta do arduino. Terá de fazer o passo duas vezes (FTDI e USB).
Até a versão 1.8.15 da IDE Arduino, ele aceita placas paralelas. A versão 2.0 e acima não aceitam.

Linux

https://www.arduino.cc/en/Main/Software
https://hardwarelivreusp.org/tutoriais/2016/11/20/arduino-4linux/

Placa não genuína

Pra saber se é 32 ou 64 (x86_64) bits

uname -m

Baixe o arquivo manualmente e extraia numa pasta:

Descompactar, acessar e instalar:

cd arduino-1.8.13/
./install.sh

Dar permissão na porta serial:

ls -l /dev/ttyACM*
ls -l /dev/ttyUSB*

Vai aparecer algo como:

crw-rw----. 1 root dialout 188, 0 Ago 29 21:34 /dev/ttyUSB0

Dar acesso ao grupo:

sudo usermod -a -G dialout <username>

Faça o logout e o login:

vcpkg

git clone  https://github.com/Microsoft/vcpkg
cd vcpkg
./bootstrap-vcpkg.sh
sudo yum install centos-release-scl
sudo yum install devtoolset-7
scl enable devtoolset-7 bash

Task Lists

  • Write the press release
  • Update the website
  • Contact the media

Footnotes

Here's a simple footnote,1 and here's a longer one.2

{ my code }

Add as many paragraphs as you like.

Syntax Highlighting

{
"firstName": "John",
"lastName": "Smith",
"age": 25
}

Fenced Code Blocks

{
"firstName": "John",
"lastName": "Smith",
"age": 25
}

#Escaping Characters * Without the backslash, this would be a bullet in an unordered list.

backslash

You can use a backslash to escape the following characters.

Character Name xxxxxxx
\ backslash x
` tickmark x
* asterisk x
_ underscore xx
{} curly braces xxx
[] brackets xx
() parentheses x

pound sign

  • plus sign
  • minus sign (hyphen) . dot ! exclamation mark

Links

Use Duck Duck Go.

Tiles

Use Duck Duck Go.

URLs and Email Addresses

https://eff.org fake@example.com

Formatting Links

I love supporting EFF. This is the EFF.


TABELA

Syntax Description
Header Title
Paragraph Text

BOLD

I love bold text. I love bold text. Loveisbold

ITALIC

The cat's meow.

BOLD AND ITALIC

Important text Important text Important text. Important text.

Blockquotes

Dorothy followed her through many rooms.

Blockquotes with Multiple Paragraphs

This the first paragraph.

And this is the second paragraph.

Nested Blockquotes

This the first paragraph.

And this is the nested paragraph.

Blockquotes with Other Elements

The quarterly results look great!
  • Revenue was off the chart.
  • Profits were higher than ever.

Everything is going well.

Lists

Ordered Lists

  1. First item

  2. Second item

  3. Third item

  4. Fourth item

  5. First item

  6. Second item

  7. Third item

  8. Fourth item

  9. First item

  10. Second item

  11. Third item

  12. Fourth item

Nested Lists

  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item

Unordered Lists

  • First item
  • Second item
  • Third item
  • Fourth item
  • First item
  • Second item
  • Third item
  • Fourth item
  • First item
  • Second item
  • Third item
  • Fourth item

Nesting List Items

  • First item
  • Second item
  • Third item
    • Indented item
    • Indented item
  • Fourth item

Code

At the command prompt, type nano.

Use `code` in your Markdown file.

Heading level 4

Heading level 5
Heading level 6
https://renatomportugal.github.io/06.arduino/

Footnotes

  1. This is the first footnote.

  2. Here's one with multiple paragraphs and code. Indent paragraphs to include them in the footnote.