bluetoothlover_doc icon indicating copy to clipboard operation
bluetoothlover_doc copied to clipboard

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

Open supperthomas opened this issue 3 years ago • 15 comments

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 avatar Jun 24 '21 10:06 supperthomas

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

图片

supperthomas avatar Jul 10 '21 09:07 supperthomas

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

图片

supperthomas avatar Jul 10 '21 09:07 supperthomas

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

图片

supperthomas avatar Jul 10 '21 09:07 supperthomas

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

图片

supperthomas avatar Jul 10 '21 09:07 supperthomas

图片

supperthomas avatar Jul 10 '21 10:07 supperthomas

image

supperthomas avatar Aug 10 '21 01:08 supperthomas

图片

supperthomas avatar Sep 05 '21 02:09 supperthomas

  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 avatar Sep 05 '21 02:09 supperthomas

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

supperthomas avatar Sep 05 '21 02:09 supperthomas

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

图片

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

supperthomas avatar Sep 05 '21 02:09 supperthomas

mkiro bus 图片

supperthomas avatar Sep 11 '21 14:09 supperthomas

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

supperthomas avatar Nov 02 '21 16:11 supperthomas

fritzing 画图工具

https://fritzing.org/download/

supperthomas avatar Oct 10 '22 07:10 supperthomas

图片

supperthomas avatar Jun 18 '23 23:06 supperthomas

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

supperthomas avatar Jun 28 '23 07:06 supperthomas