Search found 6 matches

by harbaum
Fri Jun 14, 2024 7:06 pm
Forum: General Discussion
Topic: Enable watchdog for bootloader?
Replies: 3
Views: 870

Re: Enable watchdog for bootloader?

The bootloader might actually properly feed the watchdog. That could even help to solve problems during download. Otherwise the device could get stuck during a failed or interrupted download attempt. I don't see any negative aspects that would arise with this. Downloads would still work as usual. Th...
by harbaum
Fri Jun 14, 2024 7:01 pm
Forum: General Discussion
Topic: Enable watchdog for bootloader?
Replies: 3
Views: 870

Re: Enable watchdog for bootloader?

The bootloader could disable the watchdog once it received a valid download request. Or after it has received some other kind of useful communication. That way you could easily trigger a download and would only run into a problem if you have e.g. electromagnetic noise that resembles a valid communic...
by harbaum
Thu Jun 13, 2024 10:43 am
Forum: General Discussion
Topic: Enable watchdog for bootloader?
Replies: 3
Views: 870

Enable watchdog for bootloader?

I have a device that may be connected to all kinds of odd power sources. In one case the power up isn't stable and every now and then my esp32 falls into the bootloader at startup even though the boot button is not pressed. IMHO the watchdog might allow to greacefully handle this without hardware ch...
by harbaum
Thu Jun 01, 2023 5:33 pm
Forum: Showcase
Topic: Galagino, Mini Arcade Emulator
Replies: 3
Views: 25981

Re: Galagino, Mini Arcade Emulator

Galagino recently got a Frogger emulation added.

And a user designed a pure 3d printed case for those that don't have access to a laser cutter. This also includes a different joystick solution.
by harbaum
Tue Apr 04, 2023 12:36 pm
Forum: Showcase
Topic: Galagino, Mini Arcade Emulator
Replies: 3
Views: 25981

Re: Galagino, Mini Arcade Emulator

corz.org wrote:
Tue Apr 04, 2023 2:15 am
Oh! My kids are gonna love this!
Excellent. My kids actually enjoy the devices as well. Looking forward to hear from your own galagino setup.
by harbaum
Sun Apr 02, 2023 6:53 am
Forum: Showcase
Topic: Galagino, Mini Arcade Emulator
Replies: 3
Views: 25981

Galagino, Mini Arcade Emulator

Galagino is a ESP32 based Mini Arcade currently supporting Pac-Man, Galaga and Donkey-Kong. https://github.com/harbaum/galagino/raw/main/images/galagino_cabinet.jpg All three games run perfectly fluid with complete video and audio emulation. The ESP32 is quite busy with this and especially Galaga ke...