Simhub
  • WELCOME
  • Motion Addon
    • Getting started
    • Addon licence activation
    • OpenXR Motion compensation
    • OpenVR Motion compensation
    • WitMotion sensor for Motion compensation
    • Supported controllers
      • Generic serial controller
  • Standard Firmware Builder
    • Firmware introduction
    • Getting started
    • Manual compilation and customization
    • Testing and maintenance utility
    • References and troubleshooting
  • Others
    • Other simhub features
Powered by GitBook
On this page
  • Troubleshooting: Custom board is not visible in Arduino IDE
  • Protocol reference
  • Unlock upload
  1. Standard Firmware Builder

References and troubleshooting

PreviousTesting and maintenance utilityNextOther simhub features

Last updated 1 year ago

Troubleshooting: Custom board is not visible in Arduino IDE

If the board does not show please verify that you got the board correctly added. You might also need to clear arduino cached files.

  • Go into Arduino IDE preferences and get the settings directory (here : C:\Users\Nicolas\AppData\Local\Arduino15)

  • Make a backup of the folder

  • Remove all subfolders.

  • Restart the IDE

Protocol reference

see protocol.h in the firmware.

Unlock upload

  • Send (0xFF)(0xFF)(0xFF)(0xFF)(0xFF)(0xFF)unlock

  • Reply: Upload unlocked\r

Note: supporting this instruction is not mandatory to get SimHub working.