Skip to content

Instantly share code, notes, and snippets.

@dogtopus
Created September 22, 2020 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dogtopus/957815388f6e37dd38cd3d575f8de990 to your computer and use it in GitHub Desktop.
Save dogtopus/957815388f6e37dd38cd3d575f8de990 to your computer and use it in GitHub Desktop.

fx-5800p Two Wire Interface

Connector

2.5mm TRS audio jack and plugs.

Pinout: T: SCL, R: SDA, S: GND

Link layer

  • Not I2C.
  • Packet format: SDDDDDDDDP
    • S: Start bit (always high)
    • D: Data bit, LSB-first
    • P: Parity bit
  • Seem to run at ~8.1kHz

Protocol layer

  • "ASCII", hex-string-based
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment