-
Notifications
You must be signed in to change notification settings - Fork 1
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
Connecting I2C stuff #2
Comments
Library for M5 all models for ENV unit for display |
Back to basics: I'll try to connect in I2C:
4.7K since here ENV III is 5V |
|
A ESP32-C3 I2C OLED ProjectIt work with 0.96 i2c oled https://passionelectronique.fr/ecran-oled-i2c-arduino/ Oled is working but not by default since the I2C pin are by default.
and this in setup: generator bitmap Arduinohttps://javl.github.io/image2cpp/ working with Oled 0.96 submenuhttps://home.et.utwente.nl/slootenvanf/2019/11/15/using-oled-display-with-arduino/ |
Lib to install :
I2C scan? YES Let's try with pin 6,7 with 4.7k.
Let's try on PORT A with pin 1,0
Everything connected on the same BUS
MCP > 0x20 |
of course, nothing works. dedjeu
bon, il n'y a pas de raccourcis à la connaissance... let's get back in theory |
Env III unitQMP6988 for pressure
|
YUS!Finaly made it work, with a DHT11 from keyestudio and the old dht11 library downloaded from their link. The code is here: |
ESP32 BLE + Android + Arduino IDE = AWESOMEhttps://www.instructables.com/ESP32-BLE-Android-App-Arduino-IDE-AWESOME/ |
https://docs.m5stack.com/en/unit/envIII
And example but for M5 ATOM. I didn't find anything about stamp C3 for now.
https://www.hackster.io/hague/m5atom-env-mini-data-monitor-026469
basically, this is what I want to do, but with other hardware ^^'
https://randomnerdtutorials.com/esp32-data-logging-temperature-to-microsd-card/
CJMCU-758 + ESP32 measuring current
https://www.youtube.com/watch?v=alAly-oTha0
The text was updated successfully, but these errors were encountered: