Search found 102 matches

by Agree007
Fri Mar 15, 2024 4:35 am
Forum: ESP32 Arduino
Topic: ESP32S3 Wroom cam web server problem
Replies: 1
Views: 525

Re: ESP32S3 Wroom cam web server problem

Think you need to share the code you have loaded on the esp32 else we cant see what goes wrong, just my 2 cent 😉
by Agree007
Tue Nov 21, 2023 6:37 pm
Forum: Hardware
Topic: Powering ESP32-S3 with rechargeable battery
Replies: 5
Views: 2401

Re: Powering ESP32-S3 with rechargeable battery

I dont have any ESP3-S3-BOX-LITE so cant tell.
by Agree007
Tue Nov 21, 2023 8:26 am
Forum: Hardware
Topic: Powering ESP32-S3 with rechargeable battery
Replies: 5
Views: 2401

Re: Powering ESP32-S3 with rechargeable battery

Bluetooth use less power than WiFi, so it should be possible. If you measure the current used, you can calculate the required for the batteries. Suggest you try to run it with a power bank and see how long time it will run. Just make sure the power bank dont shutdown when low current is required.
by Agree007
Sat Nov 18, 2023 6:02 pm
Forum: Hardware
Topic: Powering ESP32-S3 with rechargeable battery
Replies: 5
Views: 2401

Re: Powering ESP32-S3 with rechargeable battery

What are the requirement, how long should it run on the battery ? does it use wifi ? Bluetooth ? Do you know how many milli Amp it require ?
by Agree007
Thu Nov 02, 2023 1:59 am
Forum: General Discussion
Topic: My ESP32 S3 led is continuosly blinking yellow
Replies: 3
Views: 989

Re: My ESP32 S3 led is continuosly blinking yellow

Im not using Micro Python, just trying to assist you. Are you following freenove or esp own guide and bin file ? I think you need a version with the correct size of psram and flash ?
I have some freenove ESP32-S3 modules and they work great with Arduino ide 😉
by Agree007
Mon Oct 30, 2023 1:01 pm
Forum: General Discussion
Topic: My ESP32 S3 led is continuosly blinking yellow
Replies: 3
Views: 989

Re: My ESP32 S3 led is continuosly blinking yellow

It seems you Python code make the esp32 reboot, try with some minimum code and if you still have an issue, then post your code here.
by Agree007
Wed Sep 20, 2023 7:47 pm
Forum: ESP32 Arduino
Topic: Iphone app - Impossible?
Replies: 2
Views: 2588

Re: Iphone app - Impossible?

You can build a web server running on the esp32 and then control everything from the web page, you can find lots of guides on how to do it, and then connect your iPhone to the webpage, i know its not an App and not bluetooth, but it works 😉
by Agree007
Sat Sep 09, 2023 8:21 pm
Forum: General Discussion
Topic: Nano ESP32
Replies: 1
Views: 604

Re: Nano ESP32

If its Arduino nano Esp32 (was released some time ago now) i think your best choice is the Arduino forum, if its another board please supply link to it ?
by Agree007
Sun Jul 23, 2023 6:09 am
Forum: General Discussion
Topic: Where to start?
Replies: 5
Views: 1054

Re: Where to start?

If you want to start with Arduino on your ESP32, this link is very useful: https://randomnerdtutorials.com/install ... tructions/