Verschillen

Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.

Link naar deze vergelijking

Beide kanten vorige revisie Vorige revisie
Volgende revisie
Vorige revisie
tascam_rc10 [2018/09/21 17:57] – [github.com/abbrev/tascam-rc-10-remote] willtascam_rc10 [2018/10/01 13:48] (huidige) – [Arduino code] will
Regel 60: Regel 60:
 This is a replacement for a TASCAM RC-10 remote control running on Arduino. This is a replacement for a TASCAM RC-10 remote control running on Arduino.
  
-=== Protocol ===+==== Protocol ====
  
 The RC-10 communicates over a 2.5mm stereo headphone plug. The tip is the signal from the remote control to the device under control (such as an audio recorder), the ring is 3.3V DC from the device, and the sleeve is ground. The RC-10 communicates over a 2.5mm stereo headphone plug. The tip is the signal from the remote control to the device under control (such as an audio recorder), the ring is 3.3V DC from the device, and the sleeve is ground.
Regel 105: Regel 105:
 Special thanks to user iamin on www.ghielectronics.com for posting information about the RC-10 protocol. (See https://www.ghielectronics.com/community/codeshare/entry/1062) Special thanks to user iamin on www.ghielectronics.com for posting information about the RC-10 protocol. (See https://www.ghielectronics.com/community/codeshare/entry/1062)
  
-<code>+==== Arduino code ==== 
 + 
 +<code c++ RC10.ino>
 /* /*
  * Replacement for TASCAM RC-10 remote control.  * Replacement for TASCAM RC-10 remote control.