References and troubleshooting

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.

Last updated