Skip to content

Stumblor/firmware-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Updating your Mod Firmware

The Easiest Way

This method is only available to mods that have firmware download capability, such as the GZ "Tokyo Neon" sign mod.

  1. Turn on your machine, and then enter the service menu. Ensure the device is powered (you may need to re-close your coin door).
  2. Connect to your Wifi Access point (example: Stumblor-{device name}-xxxx)
  3. Open a browser and type 192.168.4.1 into the address bar.
  4. Click 'Settings', then 'Update Firmware'.
  5. Enter your HOME Wifi details and then click the Test/Connect button. If the Wifi connect fails, try to put the device closer to your router, or if that is not possible, setup a wifi hotspot on your phone and connect to that.
  6. Wait to see if any update is required.
  7. If a new version was found, click 'Download Latest & Install'.
  8. Wait for the download & installation to complete. The device will then reset. You may need to reconnect to your Access point (step 2) and possibly do another power cycle of the device to complete the process.

The Slightly Less Easy Way

  1. Find your mod in the directories above. If there is a version number, check what is written on your board.
  2. Open the folder, and download the latest firmware (click .bin file > Download)
  3. Power the device
  • If installed, power up your game and go into the machine's Test Menu using the coin door controls (it is important to have steady power, not attract mode!).

  • If uninstalled, the easiest way to power Lollypops is to use a 9V battery and your alligator clips. Red to positive, Black to negative. For other devices, check the pinout.

    image

    image

  1. Connect to your Wifi Access point (example: Stumblor-{device name}-xxxx)
  2. Open a browser and type 192.168.4.1 into the address bar
  3. Click 'Settings', then 'Update Firmware'
  4. Enter your HOME Wifi details and then click the Test/Connect button. If the Wifi connect fails, try to put the device closer to your router, or if that is not possible, setup a wifi hotspot on your phone and connect to that.
  5. Once connected, browse for the firmware file you downloaded earlier to begin firmware update.
  6. Wait for the update to reach 100%. The board will then take 10 seconds or so to install, re-check settings, and then reboot. Once you see the board is active again, you can navigate back to 192.168.4.1 to check settings. Occaisionally the update will stop before reaching 100%. If that happens, refresh the browser and retry from step 7.

The Hard Way

If you find yourself unable to access the web UI, you can also update using a FTDI programmer. Different flavours if FTDI programmers have different layouts, so make sure you take a look at your documenation to ensure you are connecting to the right pins.

image

  • Download the latest firmware from this folder (click .bin file > Download)
  • run pip install esptool
  • run esptool.py --chip esp8266 erase_flash
  • run esptool.py --chip esp8266 write_flash 0x0000 {name of the file you downloaded}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published