Search found 18 matches

by tachin
Sun Sep 08, 2024 8:39 pm
Forum: Hardware
Topic: ESP lowest consumption module recommendation
Replies: 7
Views: 2514

Re: ESP lowest consumption module recommendation

If you haven't already, check out light sleep mode; there's also an "automatic light sleep" option with which light-sleeping can work pretty much invisibly in the "background" whenever the chip has nothing to do for a few dozen milliseconds or longer. Thanks for that tip, I was no aware about that ...
by tachin
Tue Sep 03, 2024 3:28 pm
Forum: Hardware
Topic: ESP lowest consumption module recommendation
Replies: 7
Views: 2514

Re: ESP lowest consumption module recommendation

Using the RISC-V ULP of an ESP32-S3 may be worth looking into. Thanks for the info. I didn't know that feature, however as I'm using a general purpose code (spi, great memory arrays, i2c, gpios, loops etc..) not sure if ULP can handle that. ESP32-S2 is the most suitable candidate considering your n...
by tachin
Mon Sep 02, 2024 11:41 am
Forum: Hardware
Topic: ESP lowest consumption module recommendation
Replies: 7
Views: 2514

ESP lowest consumption module recommendation

Hi There I have to do a low power project (cpu always running, don't care sleep) with 15 GPIO and I want to keep using ESP as I love these chips and I am familiar with them. the project it's currently working on a esp32-WROOM-32E @ 10 Mhz , drawing (just the wroom module) ~13mA while running the cod...
by tachin
Mon Mar 18, 2024 8:54 pm
Forum: General Discussion
Topic: Best practices for USB Vendor / Product ID
Replies: 6
Views: 1890

Re: Best practices for USB Vendor / Product ID

ESP_Sprite wrote:
Mon Mar 18, 2024 2:45 am
I'm the guy who hands out the PIDs there. If you make any number (>=1) of devices you give away or sell or whatever, as long as you're willing to answer the questions in the readme of that repo, you'll get a PID.
Understood!! :D
Thanks
by tachin
Sun Mar 17, 2024 12:45 pm
Forum: General Discussion
Topic: Best practices for USB Vendor / Product ID
Replies: 6
Views: 1890

Re: Best practices for USB Vendor / Product ID

Not sure if I can bother them for a very low quantity product, that's why I was asking if the serial number could be a solution :D
by tachin
Mon Mar 11, 2024 10:46 am
Forum: General Discussion
Topic: Best practices for USB Vendor / Product ID
Replies: 6
Views: 1890

Re: Best practices for USB Vendor / Product ID

Yeah, I already mention that link in my original post, do you mean to write to Espressif to create a new PID?
by tachin
Sat Mar 09, 2024 1:56 am
Forum: General Discussion
Topic: Best practices for USB Vendor / Product ID
Replies: 6
Views: 1890

Best practices for USB Vendor / Product ID

Hello there, I'm making a destokp app that look into an specific usb in order to autoconnect to it. This is what I can get from the app when I search for com ports path: 'COM8', manufacturer: 'Microsoft', serialNumber: '1234-567890', pnpId: 'USB\\VID_DEAD&PID_BEEF&MI_00\\6&302FB22&0&0000', locationI...
by tachin
Tue Aug 08, 2023 12:13 am
Forum: ESP32 Arduino
Topic: Compile time vs CPU
Replies: 4
Views: 2850

Re: Compile time vs CPU

I've been looking forward to updating this thread for some time, I finally upgraded my rig to a 13900k and Samsung 990 pro, I've gone from 47 secs to 2 secs to compile, and 88 secs to 6 secs at full compile with sketches much larger than the initial test :mrgreen:
by tachin
Fri Feb 17, 2023 7:15 am
Forum: ESP32 Arduino
Topic: Compile time vs CPU
Replies: 4
Views: 2850

Re: Compile time vs CPU

4 damn secs... I would kill for that

Anyway seems like arduino in linux it's a lot faster than windows as this video shows , sadly in my case, installing Linux is not an option and still asking if this can be solved with better hardware

Image
by tachin
Fri Feb 17, 2023 12:04 am
Forum: ESP32 Arduino
Topic: Compile time vs CPU
Replies: 4
Views: 2850

Compile time vs CPU

Hi all, With my (stock) i7 3770, 16 GB and Samsung ssd 980 pro takes 47 seconds to compile and 88 seconds to recompile (changes board settings) I'm thinking of buying an i9 or whatever to speed this up I compile almost hundreds of times a day and for me it's a pain in the ass!! I wonder if you guys ...