-
I am using esp32 cam with micropython for my drone and I want to use esp-now protocol for data transfer between multiple esp32 camera and Raspberry pi. But I cannot import espnow package using this fi…
-
### Port, board and/or hardware
esp32
### MicroPython version
micropython 1.23 repo and idf 5.2.2
### Reproduction
make USER_C_MODULES=/home/runner/work/micropython-camera-API/micropython-camera-…
-
```
MicroPython v1.18-74-gfeeeb5ea3 on 2022-02-02; ESP32-cam module (i2s) with ESP32
Type "help()" for more information.
>>> import camera
>>> camera.init(0, d0=32, d1=35, d2=34, d3=5, d4=39, d5=1…
-
Hi androidalekra,
We have successfully using esptool to erase and burnt the 3 bins code which is according to your attached file and assign address, But we can't get any openmv serial port and fol…
-
Hi,
I am using ESP32-WROVER-IE board with ESP32-MICROLITE-SPIRAM firmware flashed on it. I am trying to test the person detection model but it does not work. Based on results, predictions are just …
-
After erasing memory and flashing the microcode (tried both version) I am getting:
```
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 …
-
Basically I can flash the esp32 with this firmware https://github.com/shariltumin/esp32-cam-micropython-2022 using esptool and can query it:
```
./esptool.py --port /dev/ttyUSB0 flash_id
esptool…
-
This **works**, and properly sets the pin state:-
```
import serial
ser = serial.Serial()
ser.dtr=0
ser.rts=0
ser.port='/dev/ttyS9'
ser.baudrate=115200
ser.rtscts=0
ser.dsrdtr=0
ser.open()…
-
I am using an ESP32-CAM and Thonny's IDE runs the code properely. But whenever I disconnect the chip and reconnect it or unplug the cable and return it this error shows every time :
Device is bu…
-
I've recently set up my ESP32-CAM to take a jpeg every 5 minutes and send to a webservice. Additionally, I use ESP.restart() once every 24 hours as I have found that it helps keep the thing from hangi…