Skip to content

Releases: SimDevices-Project/SimGEKI

Release v1.20260203

29 Mar 15:43

Choose a tag to compare

Release v1.20260203

欢迎使用稳定版本构建 v1.20260203

新功能

  1. 现在采样到的值会被缩放后传入上位机,以满足特定游戏需求
  2. 现已支持键盘模拟输入模式,在该模式下摇杆不会输入值到上位机中,目前键盘键值固定为

Test:F1 Srv:F2
Lmenu:Q Rmenu:P
Lside:A LABC:SDF RABC:JKL Rside:;
Coin:F3

  1. 除了DLL输入模式外,现在还提供了一些易用的HID指令,您可以参考hidconfig进行开发调用。
  2. IO4模拟模式下侧键预留的输出接口现在能够输出框体灯光了

优化

  1. 读卡器现在会更高效地在Felica和M1模式之间循环检查,显著降低了读卡延迟
  2. 主按键灯光现在通信会更加稳定,不易闪烁
  3. 移除了一些多余的冗余指令
  4. 数据包延迟相比于过去更加稳定,在发包失败时也会尝试重发而非丢弃

错误修正

  1. 全局定时器有事会出现计数错误,现已被修正
  2. DLL输入模式下的主按键灯光现在可以正确显示了
  3. 修正了一些硬编码延迟,降低了读卡器读取延迟

不兼容更改

  1. 现在DLL输入模式、键盘输入模式和模拟IO4模式需要在网页控制上指定为特定模式才可以正常工作,而非旧版本的自动切换。

如何更新固件?

请遵循以下链接步骤以更新您的固件:

SimGEKI Firmware Nightly Builds (Updated 2026-03-29T23:15:39+08:00)

29 Mar 15:17

Choose a tag to compare

🌙 SimGEKI Nightly Builds - Auto Updated!

ℹ️ What is this?

Nightly Builds are the latest development versions of the SimGEKI firmware, automatically built with every commit to the main branch. This means you always have access to the most recent changes and features, but please note that these builds are not guaranteed to be stable.

🚀 How to use?

Download the firmware files from the assets below and flash them to your SimGEKI device. Make sure to check the compatibility with your hardware version.

📖 Flash Instructions: Update Firmware Guide

📋 Latest Build Information

📅 Build Time: 2026-03-29T23:15:39+08:00
🔨 Source Commit: 141caa9d2dbf8b8ee40a702711f6e879bcdc6b7e
👤 Author: Handle
💬 Commit Message:

🐞 fix(sleep): 修正Sleep_UnregisterSleep和Sleep_UnregisterWakeup中的索引检查逻辑

📦 Available Firmware Variants

Variant Description Download
SimGETRO_Public Public release version 📥 BIN / 📥 HEX
SimGETRO_EarlyHardware Early hardware version 📥 BIN / 📥 HEX

⚠️ Important Notes

  • 🔄 Auto-Updated: This release is automatically updated with every commit to the main branch
  • 🧪 Development Build: These builds may be unstable and are intended for testing
  • 📅 Last Updated: 2026-03-29T23:15:39+08:00
  • 🌐 Repository: SimDevices-Project/SimGEKI

💡 Tip: For stable releases, check the official releases page.

Release v1.20250724

24 Jul 10:42

Choose a tag to compare

Release v1.20250724

欢迎稳定版本构建 v1.20250724

新功能

  1. 现在控制器会在一定时间内无任何输入、摇杆变化、串口信息通信或HID通信后自动关闭所有灯光,默认值为10分钟
  2. 加入了一些用于HID配置控制器的API,详情请参考src/lib/hidconfig.c文件

错误修正

  1. 针对使用ADC输入的摇杆,修正了一个错误,该错误曾经导致摇杆获取到的数值总是固定偏大 0x0F,这个错误会影响到 SimGEKI 2,不会对 SimGETRO 产生影响
  2. 修正了一个错误,该错误曾经导致自检灯光的侧键以R-Y-B-W方式工作而非R-G-B-W

不兼容更改

  1. 现在所有HID配置均需要手动保存才会写入控制器Flash内,而非旧版本的自动保存并写入

已知问题

  1. 针对 SimGEKI 2 机型,每次重新启动控制器会导致摇杆识别位置出现极其轻微的偏移,该问题已在最新的每日构建中修复

如何更新固件?

请遵循以下链接步骤以更新您的固件:

Release v1.20250718

18 Jul 11:36

Choose a tag to compare

First Public Release!

What the firmware can do?

  • IO4-like hid device simulate
  • UART card Reader support by @QHPaeek
  • Led board simulate
  • 2 lever input modes (SPI & Analog)

How to flash?

Use this webpage https://github.com/SimDevices-Project/SimGEKI-WebControl
And follow the steps in this link https://sim.bysb.net/#/simgetro/configs/update-firmware/