m5stack / M5-Schematic

Most of the schematics of M5Stack boards
130 stars 44 forks source link

GROVE connector GPIO12 -> 4 ? #1

Closed sige1 closed 5 years ago

sige1 commented 5 years ago

MODEL:M5CAMERA001 It was confirmed operation with MicroPython (psram).

Manual connect: GROVE connector --> BME280

import machine i2c = machine.I2C(scl=machine.Pin(4), sda=machine.Pin(13)) i2c.scan()

118 <- get slave address 0x76(BME280)

thank you.

graydonli commented 5 years ago

Thanks sige1. I am going to update it. The new version of M5CAMERA, pinmap of BME280 is scl -> 23, sda -> 22. Recently, we'll update a new code for M5CAMERA according to espressif camera reposity.

https://github.com/espressif/esp32-camera

graydonli commented 5 years ago

MODEL:M5CAMERA001 It was confirmed operation with MicroPython (psram).

Manual connect: GROVE connector --> BME280

import machine i2c = machine.I2C(scl=machine.Pin(4), sda=machine.Pin(13)) i2c.scan()

118 <- get slave address 0x76(BME280)

thank you.

Hello, Here's the new firmware for M5Camera. https://github.com/m5stack/m5stack-cam-psram