-
Update of ESP32-PICO CAMERA
10/19/2017 at 01:17 • 0 commentsNow the camera board is resized almost half of original one. The new board is "double decker" form, where USB interface for binary uploading settles in lower deck (indeed, it is useless once binary is uploaded). The size is quite tiny but it can work completely standalone with Lipo battery controller.
For binary uploading lower deck is connected as above picture.
Actual operation can be found in the following movie....! (iOS's MJPEG viewer is "IP Camera Lite" free version.)
-
Streaming video camera by ESP32-PICO-D4 and OV2640
10/16/2017 at 03:44 • 0 commentsThis time I just changed CMOS sensor from OV7725 to OV2640, and I've confirmed that wonderful implementation by igrr
https://github.com/igrr/esp32-cam-demo
already supporting STREAMING VIDEO !!! Actual operation can be seen in the following movie... Thank you igrr for wonderful implementation!!! -
k
10/16/2017 at 00:18 • 0 commentsa
-
A simple tiny all-in-one board by ESP32-PICO-D4
10/12/2017 at 01:01 • 0 commentsA simple tiny all-in-one board by ESP32-PICO-D4 is made.
Now the size is almost comparable with Espressif's genuine module? but it contains
- USB-Serial (CP2102) with circuitry for binary upload
- Lipo charger
- Secret function on backside
Please check "secret function" on the backside of the board by following movie..!
-
ESP32-PICO-D4 with Camera!!
10/11/2017 at 09:11 • 0 commentsI've found a wonderful project on GitHub
https://github.com/igrr/esp32-cam-demo
,which utilize ESP32 (not PICO) and ESP32-WROVER (senior brother of ESP32-WROOM32, which has larger SRAM) but I guessed it will work also on ESP32-PICO-D4 so I made....
The board with Camera and tiny OLED display (64x32 pixels, SSD1306). The test code can work as a standalone webcam and very useful for IP address indication.
As shown in the above test shot, not HD quality but enough to surveillance or some data acquisition applications...
Actual operation is already presented in the following movie... Have fun!
-
Eagle library for ESP32-PICO-D4?
09/19/2017 at 12:47 • 0 commentsI've made Eagle library for ESP32-PICO-D4 and enjoying designing. Here I've uploaded the file which I've made (modified) and used for PCB design.
Eagle library is now uploaded to my GitHub account:
https://github.com/kodera2t/Motor_driver_sample
in which cypresspsoc_0.30.lbr contains ESP32-PICO-D4 footprint by the name of "CY8C29666_QFN48" This is very quick made and just modified from original PSoC library so please rename the file name if you have already used one.One tindie buyer requested me to share Eagle library and actually I have no reason to refuse!! Enjoy ESP32-PICO-D4!!
-
New board "ESP32-PICO-double decker" is now under preparation!
09/19/2017 at 11:18 • 0 comments