Search found 611 matches

by mikemoy
Wed Nov 02, 2022 3:40 pm
Forum: General Discussion
Topic: ESP32 Dual Core Stack Size
Replies: 1
Views: 3106

Re: ESP32 Dual Core Stack Size

To find out how much stack your using for a Task, look into uxTaskGetStackHighWaterMark()
This will tell you if you need to increase it or not.
by mikemoy
Wed Nov 02, 2022 3:33 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 443
Views: 880826

Re: What would you like to see in The Next Chip?

bernardthedog wrote:
Sun Oct 30, 2022 2:26 pm

also some of the boards require me to hold the boot button to get into firmare mode, so please fix that.

Thats not an issue with the SOC, but the design programming hardware. There are so many knockoffs out there that do not impliment this correctly.
by mikemoy
Sun Oct 02, 2022 3:44 am
Forum: General Discussion
Topic: How much battery needed
Replies: 4
Views: 3400

Re: How much battery needed

All you need to know is how much current your device consumes. From there is just simple math to figure out how much battery you need.
by mikemoy
Sat Sep 24, 2022 4:41 pm
Forum: Hardware
Topic: ESP32-S3-WROOM encryption with USB interface for production?
Replies: 1
Views: 1750

Re: ESP32-S3-WROOM encryption with USB interface for production?

But when I do the flash encryption with a pre-generated key, which I know and store at a safe place, can I still do updates via the USB interface with pre-encrypted firmware? Or do I need the UART0 interface for that?
Just try it.
by mikemoy
Fri Sep 23, 2022 9:28 am
Forum: ESP-IDF
Topic: Help on eFuse
Replies: 2
Views: 1797

Re: Help on eFuse

Why don't you just change it in menuconfig ?
by mikemoy
Mon Sep 19, 2022 4:30 am
Forum: General Discussion
Topic: PCB assembly service for an ESP32 board
Replies: 2
Views: 1951

Re: PCB assembly service for an ESP32 board

Been using these guys for years, and never had one issue.
https://jlcpcb.com/
by mikemoy
Sun Sep 18, 2022 4:01 pm
Forum: Hardware
Topic: ESP32 C3 mini mysterious behaviour
Replies: 2
Views: 1444

Re: ESP32 C3 mini mysterious behaviour

Just something I noticed... It looks like from your schematic that you want to minimize power by turning off LORA & GPS parts via the LORA_GPS signal to Q1. If so, your doing it wrong. You cannot remove a power GND from devices thinking it will power them down. I mean, technically it will but then i...
by mikemoy
Thu Sep 15, 2022 7:12 pm
Forum: ESP-IDF
Topic: Arduino ESP32 as ESP-IDF Component (hangs)
Replies: 0
Views: 1018

Arduino ESP32 as ESP-IDF Component (hangs)

Creating a new ESP-IDF project using v4.4.2 with VSC. Compiled fine. I used the command palette ( Ctrl+Shift+P) and selected " ESP-IDF: Add Arduino ESP32 as ESP-IDF Component " I get a popup in the lower right corner. Screenshot 2022-09-15 141100.png But it just hangs there. Left it alone for over 1...
by mikemoy
Sun Sep 11, 2022 5:20 pm
Forum: Hardware
Topic: Unknown Espressif device shows up on my LAN
Replies: 4
Views: 6167

Re: Unknown Espressif device shows up on my LAN

Just start unplugging things. You must have added the device to your network to give it a wi-fi password.