supperthomas / bluetoothlover_doc

this is about the learning station about friends.
https://supperthomas-wiki.readthedocs.io/
Apache License 2.0
44 stars 26 forks source link

[arduino][doc] 研究下ARDUINO接口的设计语言 #92

Open supperthomas opened 3 years ago

supperthomas commented 3 years ago

NANO: 20PIN 1PIN => LED 小灯 2PIN => 3.3vcc 3PIN => AREF ADC参考电压 4PIN => 模拟A0 5PIN => 模拟A1 6PIN => 模拟A2 7PIN => 模拟A3 8PIN => 模拟A4 =>IIC SDA 9PIN => 模拟A5 =>IIC SDL

12 PIN => 5V 13 PIN => RESET 14 PIN => GND 15 PIN => VIN ???? //=================== 16PIN => UART TX 数字D0 17PIN => UART RX 数字D1 18PIN => RESET 19PIN => GND

20PIN => 数字D2 21PIN => 数字D3 22PIN => 数字D4 23PIN => 数字D5 24PIN => 数字D6 25PIN => 数字D7 26PIN => 数字D8 27PIN => 数字D9 28PIN => 数字D10 29PIN => 数字D11 SPI MOSI 30PIN => 数字D12 SPI MISO

核心板: 1个LED小灯 1个SWD接口

向下兼容拓展

supperthomas commented 3 years ago

https://wenku.baidu.com/view/3d2e12fb83d049649b6658bb.html

图片

supperthomas commented 3 years ago

https://store.arduino.cc/usa/arduino-nano

图片

supperthomas commented 3 years ago

https://store.arduino.cc/usa/arduino-micro

图片

supperthomas commented 3 years ago

https://store.arduino.cc/usa/nano-33-ble

图片

supperthomas commented 3 years ago

图片

supperthomas commented 3 years ago

image

supperthomas commented 3 years ago

图片

supperthomas commented 3 years ago
  1. 左边都是模拟的ADC信号引脚A0-A5
  2. 上面是IOREF RESET 3.3V 5.5V (输出) GND GND VIN (输入)

右边:IIC 两根SCL SDA AREF 参考电压 GND D13-D0 D1 TX D0 RX

SPI: D13 SCL D12 MISO D11 MOSI D10 SS

supperthomas commented 3 years ago

LED 灯一般会有3个LED BLINK, LED TX LED RX + POWER LED

supperthomas commented 3 years ago

STM32 L496 NUCLEO 这个和arduino是相兼容的

图片

一部分是arduino接口。 其余部分成为Zio extension接口

supperthomas commented 3 years ago

mkiro bus 图片

supperthomas commented 2 years ago

引脚图查看器 https://pico.pinout.xyz

supperthomas commented 2 years ago

fritzing 画图工具

https://fritzing.org/download/

supperthomas commented 1 year ago

图片

supperthomas commented 1 year ago

https://www.cnblogs.com/Bruce_H21/p/11555605.html