Search found 51 matches

by dps
Thu Dec 05, 2019 2:53 am
Forum: ESP8266 boards
Topic: [SOLVED]Issues running on ESP8266MOD(NODEMCU board)
Replies: 33
Views: 22233

Re: Issues running on ESP8266MOD(NODEMCU board)

I have to be honest, I totally spaced that I was supposed to be trying what you suggested. I just encountered the issue again, and was about to post another post haha. Going to try your suggestions now
by dps
Thu Nov 28, 2019 7:38 am
Forum: ESP8266 boards
Topic: [SOLVED]Issues running on ESP8266MOD(NODEMCU board)
Replies: 33
Views: 22233

Re: Issues running on ESP8266MOD(NODEMCU board)

As always, thank you for your help! I will get on this as soon as I get up in the morning, and ill report back as soon as possible!
by dps
Thu Nov 28, 2019 3:09 am
Forum: ESP8266 boards
Topic: [SOLVED]Issues running on ESP8266MOD(NODEMCU board)
Replies: 33
Views: 22233

[SOLVED]Issues running on ESP8266MOD(NODEMCU board)

hello all, i am having a weird issue trying to use uPython on this esp8266MOD board. after flashing the firmware to the board, the wifi activity light just constantly blinks, and when i try to open up the REPL via picocom, all i get is a bunch of garbage output that just keeps going and going. some ...
by dps
Fri Nov 22, 2019 10:47 pm
Forum: ESP32 boards
Topic: W (201) cpu_start: Chip revision is higher than the one configured in menuconfig. Suggest to upgrade it.
Replies: 2
Views: 2406

Re: W (201) cpu_start: Chip revision is higher than the one configured in menuconfig. Suggest to upgrade it.

OH! ok, i think i remember seeing somewhere now. like when compiling a custom Linux kernel, you (eventually) use `make menuconfig`.
thanks!
by dps
Fri Nov 22, 2019 10:44 pm
Forum: ESP32 boards
Topic: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.
Replies: 16
Views: 11317

Re: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.

right on, thank you.
so it'll still work on devices that dont have SPIRAM, but it will throw that warning? or is that warning being caused by something else?
by dps
Fri Nov 22, 2019 9:21 pm
Forum: ESP32 boards
Topic: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.
Replies: 16
Views: 11317

Re: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.

To wrap up my initial question about the warning message that pops up in the repl, when im connected to my ESP32-WROOM module: the reason that this message was shown, was because i used the firmware for the version of ESP32 that has SPIRAM (which is external?), but the version of the board that i ac...
by dps
Fri Nov 22, 2019 9:16 pm
Forum: ESP32 boards
Topic: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.
Replies: 16
Views: 11317

Re: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.

i think i may have found my answer, on another post here asking that same question: "The ESP32 has a few hundred KiB of internal RAM, residing on the same die as the rest of the ESP32. For some purposes, this is insufficient, and therefore the ESP32 incorporates the ability to also use up to 4MiB of...
by dps
Fri Nov 22, 2019 9:11 pm
Forum: ESP32 boards
Topic: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.
Replies: 16
Views: 11317

Re: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.

Nice! thank you for helping to clarify this. being that this breakout board has this extra SPIRAM device, this is just added to the already present : • 448 KB of ROM for booting and core functions. • 520 KB of on-chip SRAM for data and instructions. • 8 KB of SRAM in RTC, which is called RTC FAST Me...
by dps
Fri Nov 22, 2019 8:42 pm
Forum: ESP32 boards
Topic: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.
Replies: 16
Views: 11317

Re: E (523) spiram: SPI RAM enabled but initialization failed. Bailing out.

AH! I get it now! I was just reading the datasheet on the ESP32 WROOM module, and was coming back here to ask for clarification on the whole "internal and external" ram stuff, and lo and behold youre already here, and have read my mind. i was reading this part in particular: `ESP32-D0WDQ6 contains t...