Intro

| SD Card Pin | ESP32 IO Pin | Description               |
| ----------- | ------------ | ------------------------- |
| SCK         | 41           | SPI Clock (SCK)           |
| DO (MISO)   | 36           | SPI Data Output (to ESP)  |
| DI (MOSI)   | 37           | SPI Data Input (from ESP) |
| CS          | 33           | Chip Select (CS)          |
  • Todo: Writing to SD card for Microfloat
    • Data will be collected over weeks, so need to put data on SD card
    • Add SD card and test in wokwi
      • Doesn’t need actual depth data yet
      • CSV file is easiest
      • Save diagram.json to VS Code

ESP32_SD_Reader v1

ESP32_SD_Reader v1

picture 3