Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin_list #9

Open
naoki-cpp opened this issue Sep 11, 2019 · 2 comments
Open

pin_list #9

naoki-cpp opened this issue Sep 11, 2019 · 2 comments

Comments

@naoki-cpp
Copy link
Member

naoki-cpp commented Sep 11, 2019

ピンのリスト

  • ESP32 to MPU9250
    SPI:VSPI
ESP32
MOSI:GPIO23
MISO:GPIO19
CLK:GPIO18
SS:GPIO5
MPU9250
MOSI:SDA
MISO:ADO
CLK:SCL
SS:NCS
  • DPS310
    SPI:VSPI
ESP32
MOSI:GPIO23
MISO:GPIO19
CLK:GPIO18
SS:GPIO14
DPS310
MOSI:SDI
MISO:SDO
CLK:SCK
SS:CSBN
  • US-015
ESP to US-015
GPIO12 - Trig
GPIO13 - Echo
  • ESC
PWM1:GPIO15
PWM2:GPIO4
PWM3GPIO16
PWM4:GPIO17
  • UART:Raspberry Pi -- ESP32
ESP32
TX:GPIO1
RX:GPIO3
Raspberry Pi 3
TX:GPIO8
RX:GPIO10
@naoki-cpp
Copy link
Member Author

変更

DPS310
MISO:19
MOSI:23
CLK:18
CS:14
MPU9250
MISO:19
MOSI:23
CLK:18
CS:5
GPIO12 - Trig
GPIO13 - Echo

@naoki-cpp
Copy link
Member Author

変更

  • UART:Raspberry Pi -- ESP32
Raspberry Pi 3
TX:GPIO8
RX:GPIO10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant