Search found 10 matches

by Omri_Sap2020
Sun Sep 10, 2023 5:48 pm
Forum: General Discussion
Topic: ESP32S3 Sense with BLE
Replies: 1
Views: 1560

ESP32S3 Sense with BLE

Hi, I need general guidelines whether this thing is possible and if so how: I want to create an iPhone/Android app that will receives image frames from ESP32S3 Sense(and then turns them into a video). Is it possible to just send it through BLE or will it be too slow? If yes, which format is most rec...
by Omri_Sap2020
Tue Feb 14, 2023 2:35 pm
Forum: General Discussion
Topic: Using OpenCV on Micropython on esp32-cam by AI-Thinker
Replies: 0
Views: 3313

Using OpenCV on Micropython on esp32-cam by AI-Thinker

Hi, How can use opencv library with Micropython on esp32-cam by AI-Thinker?
I only found this:
https://github.com/0015/ESP32-OpenCV-Projects
If yes, what will be the maximum fps I will reach?
Thanks
by Omri_Sap2020
Wed Jan 19, 2022 10:27 am
Forum: General Discussion
Topic: How to get the best low power while in sleep mode
Replies: 5
Views: 5873

Re: How to get the best low power while in sleep mode

It depends. The chip itself can go quite low, but it's usually limited by the flash chip that comes along with it. If you are building your own PCB with a separate ESP32 and flash chip that can work at a low voltage, then you can likely make it work at 2.5V. If you use a devboard or module; these a...
by Omri_Sap2020
Wed Jan 19, 2022 9:00 am
Forum: General Discussion
Topic: How to get the best low power while in sleep mode
Replies: 5
Views: 5873

Re: How to get the best low power while in sleep mode

Thanks for the replies! According to what I saw, ESP32 still works with 2.5V. I am using a non-rechagable lithium battery due to size and price(in compare with 4.2 lithium). I might change that in the future, but for now I see no reason. The problem with putting the converter at the beginning is tha...
by Omri_Sap2020
Tue Jan 18, 2022 8:37 pm
Forum: General Discussion
Topic: How to get the best low power while in sleep mode
Replies: 5
Views: 5873

How to get the best low power while in sleep mode

Hi, My goal is as said, run my system at the lowest power I can. I have an esp32, a dc-dc boost converter(from 3V battery to 3.3V) and some sensors. These are 2 schematics I am considering: 1. Powering the esp32 from the 3V battery always and the sensors from the 3.3V - is it possible and correct to...
by Omri_Sap2020
Tue May 18, 2021 9:29 am
Forum: ESP32 Arduino
Topic: esp32 with W25Q128JV not working
Replies: 1
Views: 2650

Re: esp32 with W25Q128JV not working

Adding wiring diagram:
ESP32 W25Q128JV
3V3 --------> 3.3V
PIN4 --------> CS
PIN18 --------> CLK
PIN23 --------> DI
PIN19 --------> DO
3V3 --------> WP
3V3 --------> HOLD
GND --------> GND
Thanks!
by Omri_Sap2020
Thu May 13, 2021 12:04 pm
Forum: ESP32 Arduino
Topic: esp32 with W25Q128JV not working
Replies: 1
Views: 2650

esp32 with W25Q128JV not working

Hi, I want to read/write to W25Q128JV through SPI. I am using this library: https://github.com/PaulStoffregen/SerialFlash With an example code(added at the end of message), It works fine with Arduino Nano IoT 33, but with esp32 I can't see the files or write anything to the chip. It seems to fail on...
by Omri_Sap2020
Wed Aug 19, 2020 9:14 am
Forum: ESP32 Arduino
Topic: esp32 modules current consumption
Replies: 0
Views: 1597

esp32 modules current consumption

Hi,
Is there a summary of all esp32 breakout boards(feather, m5stick etc) current consumption under deep sleep with battery/power bank?
I'm looking basically for the lowest consumption board preferably that has a grove port, that is also disabled of course when sleep is enabled.
Thanks
by Omri_Sap2020
Thu Feb 13, 2020 12:34 pm
Forum: Hardware
Topic: ESP32-DevKitC V4 schematics help
Replies: 2
Views: 4853

Re: ESP32-DevKitC V4 schematics help

Hi, thanks for the answer. Iv'e read some of the datasheet and found on other sources these findings: IO0 is incharge of putting the chip in serial boot mode. meaning in order to upload a code I need to connect RX,TX(crossed from my FTDI - that is connected through USB to my computer), hold IO0 low,...
by Omri_Sap2020
Mon Feb 10, 2020 4:06 pm
Forum: Hardware
Topic: ESP32-DevKitC V4 schematics help
Replies: 2
Views: 4853

ESP32-DevKitC V4 schematics help

Hi, My goal is to create a pcb of my own that inclueds an esp32, which I am able to upload a code into it externally(with an FTDI module or similiar,for example this one: https://amzn.to/2SgsEiA). For this I encountered a few issues looking at the sketch: 1. Connected to 3.3v on ESP-WROOM-32 are 2 c...