You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We want to build Krake with ESP32 and have to choose between -N4, -N8 and -N16 memory size.
We do not know the size of what our development kits memory, so we do not know what to order from JLCPCB
The datasheet for the N4 says it is not approved for new design.
How much memory do we need?
Describe the solution you'd like A clear and concise description of what you want to happen.
We want to know what to use.
The text was updated successfully, but these errors were encountered:
On Thu, Jan 23, 2025 at 12:13 PM Forrest Lee Erickson < ***@***.***> wrote:
An Ai found a sketch which returns the memory size.
void setup() {
Serial.begin(115200);
while (!Serial);
// Print flash size
Serial.println("Flash Size:");
Serial.println(ESP.getFlashChipSize() / (1024 * 1024));
}
void loop() {
// Do nothing
}
Lee compiled and loaded and got:
13:04:57.439 -> Flash Size:
13:04:57.490 -> 4
The micro controllers Lee has return 4 (Meg)
The micro controllers Nagham has return 4 (Meg)
—
Reply to this email directly, view it on GitHub
<#142 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABINEH5N6ERBEKKOGFWAP3L2MEWNTAVCNFSM6AAAAABVX6YEVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJQGYYTSMRSHA>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We want to build Krake with ESP32 and have to choose between -N4, -N8 and -N16 memory size.
We do not know the size of what our development kits memory, so we do not know what to order from JLCPCB
The datasheet for the N4 says it is not approved for new design.
How much memory do we need?
Describe the solution you'd like
A clear and concise description of what you want to happen.
We want to know what to use.
The text was updated successfully, but these errors were encountered: