-
### Hardware:
Board: ESP-EYE
Core Installation version: 1.0.4
IDE name: Arduino IDE
Flash Frequency: 80Mhz?
PSRAM enabled: yes
Up…
-
M5CAMERAのサンプルプログラムを作成しました!
新たに、フォルダ(ディレクトリ)を追加しています。
-
Hello,
I download the new version of esp32-homekit-cam and compiled it successfully after I changed this:
I got this error:
```
AR build/lwip/liblwip.a
CC build/x264/x264-snapshot-20181221-2245…
-
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))
i…
sige1 updated
5 years ago
-
By reference [this tweet from @ M5Stack](https://twitter.com/M5Stack/status/1074283145539842050), some pin configuration on `m5stack-cam-psram/main/main.c` should need to change.
|LINE|BEFORE|AFTER…
-
error message:GPIO isr service is not installed
-
Hi,
I try to make a IoT web camera, it posts jpeg data to Node-RED server.
The camera module is M5Camera, it works fine using by this demo code.
I try to convert image data to Base64 but no suc…