Search found 56 matches

by a2retro
Wed Dec 05, 2018 12:45 am
Forum: ESP-IDF
Topic: Correct circuit for sd card
Replies: 11
Views: 48599

Re: Correct circuit for sd card

Hi @rudi, would you confirm if 10K pull up still required for SPI MOSI pin as per the link from @ESP_igrr. I am using the TTGO Micro ESP32 module and I want to connect the MicroSD card to enable firmware updates from it.

Thanks

Glenn
by a2retro
Tue Apr 25, 2017 7:50 pm
Forum: General Discussion
Topic: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."
Replies: 13
Views: 20378

Re: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."

@ESP_Sprite

How can one JTAG debug when SDCard is attached to the same pins as it is in Espressif WROVER and Olimex EVB designs??

Glenn
by a2retro
Tue Jan 10, 2017 3:37 pm
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 54683

Re: NES emulator on an ESP32

Seems like I make one step forward and then step back again. After updated esp-idf to the latest code i get this message $ make flash make[1]: *** No rule to make target 'libcoap/src/address.o', needed by 'libcoap.a'. Stop. make: *** [/home/Glenn/src/esp-idf/make/project.mk:378: coap-build] Error 2 ...
by a2retro
Tue Jan 10, 2017 3:02 pm
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 54683

Re: NES emulator on an ESP32

Okay so I looked more closely at the change documented by Rudi above and the back-light works as expected. :D
I looked at that last night but it was late - that's my story ...
by a2retro
Tue Jan 10, 2017 2:44 pm
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 54683

Re: NES emulator on an ESP32

So after some googling i found and old workaround from ESP_igrr that forces the flash to be setup for 4MB. SPIParamCfg(0x1540ef, 4*1024*1024, 64*1024, 4096, 256, 0xffff); The game finally starts now but the back-light will not come on. When I press the enable button the back-light comes on momentari...
by a2retro
Tue Jan 10, 2017 2:14 pm
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 54683

Re: NES emulator on an ESP32

Hi it is set for 4MB. I also tried a make clean and then a rebuild but no joy so far.
by a2retro
Tue Jan 10, 2017 5:40 am
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 54683

Re: NES emulator on an ESP32

[23:00] <a2retro> Couldn't map rom part! err=> 258 [23:03] <Sprite_tm> That's ESP_ERR_INVALID_ARG [00:17] <a2retro> Part => 300000 [00:17] <a2retro> Src_addr plus size greater then g_rom_flashchip.chip_size [00:17] <a2retro> Couldn't map rom part! err=> 102 [00:18] <a2retro> 300000 is part.size [00...
by a2retro
Tue Jan 10, 2017 3:39 am
Forum: Showcase
Topic: NES emulator on an ESP32
Replies: 23
Views: 54683

Re: NES emulator on an ESP32

Hi Rudi, The ESP32-WROVER-KIT V2 will upload the latest code Glenn@playpen MSYS ~/src/projects/esp32-nesemu $ make flash /home/Glenn/src/esp-idf/make/component_common.mk:1: Deprecated feature: No longer necessary to include component_common.mk from /home/Glenn/src/projects/esp32-nesemu/main/compone...
by a2retro
Sat Jan 07, 2017 3:47 pm
Forum: General Discussion
Topic: Transparent Wi-Fi module with RMII input
Replies: 29
Views: 46743

Re: Transparent Wi-Fi module with RMII input

Is this reference design an add on to one of the existing dev kits or an all in one design?
by a2retro
Fri Jan 06, 2017 10:47 pm
Forum: General Discussion
Topic: Transparent Wi-Fi module with RMII input
Replies: 29
Views: 46743

Re: Transparent Wi-Fi module with RMII input

@ESP_Sprite Appreciate the update. While PoE not something I am looking at for the short/mid term, I can understand why the team would want to hold off and include it.