So I got my kit all assembled and working and I love it.I like to be able to reproduce things so I bought a spare esp32-pico, flashed it, dropped it and Bob's yer uncle, it works.Here's where perhaps, I get a little silly...Now I've got a spare esp32. Hmm...could I wire up the PSRAM and SD card socket and have another one that I can use exclusively via the web interface?Or, what if I did a super tiny 1/4 or 1/8 scale version of the whole thing? Maybe a bank of dip switches or even jumpers for the switches?Sure, it wouldn't look accurate but I'd love a micro version. I could probably just about wire up the ram and sd card but designing a little PCB for the LEDs and switches would be beyond me.If someone cleverer than I could do that they'd be my hero.
--Several months ago I started a little project intended to help me become more familiar with the ESP32 family. I purchased a ESP32 variant that had PSRAM and a microSD socket already onboard. Flashed Dave's code and fired it up to see what might happen. Came up, to a point, but I quickly became aware that I needed the front panel power switch to get very far, and that I also I would need the front panel to set the configuration. My ESP32 board had a different footprint than the PICO so I jumpered the minimal required number of pins (<10 pins as I recall) so that I could use the imsai8080esp panel to get past that point. I kept expanding on the project until I ended up with something that could potentially run the whole ball of wax. The result mostly works but has a handful of problems. Issues may be because I failed to faithfully reverse engineer the panel, or maybe problems with my retro and noisy wiring methods. Some questions came up while interpreting the design that I have yet to find answers for...At any rate I got bored with it and set it aside.
You received this message because you are subscribed to the Google Groups "IMSAI 8080esp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to imsai8080esp+unsubscribe@googlegroups.com.
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:4492
load:0x40078000,len:13324
ho 0 tail 12 room 4
load:0x40080400,len:3796
entry 0x40080624
I (353) psram: This chip is ESP32-PICO
I (354) spiram: Found 64MBit SPI RAM device
I (354) spiram: SPI RAM mode: flash 80m sram 80m
I (357) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (364) cpu_start: Pro cpu up.
I (368) cpu_start: Application information:
I (373) cpu_start: Project name: imsaisim_esp32
I (378) cpu_start: App version: v1.9.1
I (383) cpu_start: Compile time: Sep 8 2021 15:28:40
I (389) cpu_start: ELF file SHA256: 8a0e39da91675446...
I (395) cpu_start: ESP-IDF: v4.0.2-4-g877a28e05
I (401) cpu_start: Starting app cpu, entry point is 0x40081b58
I (392) cpu_start: App cpu up.
E (898) spiram: SPI SRAM memory test fail. 130965/131072 writes failed, first @ 3F800000
E (898) cpu_start: External RAM failed memory test!
abort() was called at PC 0x40081c33 on core 0
To unsubscribe from this group and stop receiving emails from it, send an email to imsai8080esp...@googlegroups.com.