Difference between revisions of "ER-SCOPE-01"

From Land Boards Wiki
Jump to navigation Jump to search
Line 96: Line 96:
 
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/SYNTHS/ER-SCOPE/ER_SCOPE_Enc_Test ER-SCOPE Hardware tests]
 
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/SYNTHS/ER-SCOPE/ER_SCOPE_Enc_Test ER-SCOPE Hardware tests]
 
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/SYNTHS/ER-SCOPE/ER_SCOPE_V01 ER_SCOPE_V01] - Application code I2C Display
 
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/SYNTHS/ER-SCOPE/ER_SCOPE_V01 ER_SCOPE_V01] - Application code I2C Display
 
+
* Resources (ATMega328)
 
<PRE>
 
<PRE>
// Resources (ATMega328)
+
Sketch uses 19866 bytes (64%) of program storage space. Maximum is 30720 bytes.
//  Sketch uses 19866 bytes (64%) of program storage space. Maximum is 30720 bytes.
+
Global variables use 807 bytes (39%) of dynamic memory, leaving 1241 bytes for local variables.
//  Global variables use 807 bytes (39%) of dynamic memory, leaving 1241 bytes for local variables.
+
Maximum is 2048 bytes.
//    Maximum is 2048 bytes.
 
 
</PRE>
 
</PRE>
  

Revision as of 17:22, 21 January 2023

Tindie-mediums.png

ER-SCOPE-01 P1080972-720PX.jpg

Features

  • HAGIWO design
  • Differences from HAGIWO
    • Using Arduino Pro Mini - smaller package than NANO
      • No USB but USB is not used after download anyway
    • Using I2C OLED
      • Probably affects screen refresh rates
  • OLED : 128*64 pixel 0.96inch
  • Knob1: Rotary encoder for selection (including push switch)
  • Knob2: GAIN
  • Toggle SW : AC/DC switching
  • TRIG IN : External trigger IN
  • Input : Signal to be observed IN
    • Observable voltage is 5 V p-p
  • Output : Observable signal OUT (short circuit with INPUT)

HAGIWO Schematic

HAGIWO ER-SCOPE.png

Design Details

Front Panel

  • Glue on OLED with a couple of drops of Hot Glue in corners
  • White on Black P Touch labels

ER-SCOPE-01 P1080976-720PXV.jpg

  • OLED - replace connector with 1x4 right angle connector

ER-SCOPE-01 P1080959-720px.jpg

  • Wiring
    • Green = Ground
    • Red = VCC (+5V)
    • Yellow = SCL
    • Blue = SDA

On Controls card

ER-SCOPE-01 P1080958-720px.jpg

  • Wire top pin of R7 to top pin of R17 (connects J5 to J6 tip)
  • SW1 goes in cutout at J1
  • SW1 up = DC coupled, down = AC coupled
  • R7 stands up at bottom of R7 and wires to SW1 center
  • 4.7uF cap from SW1 top to SW1 bottom
    • + side of cap to SW1 bottom
    • - side of cap to SW1 top
  • Wire from J5 tip to SW1 bottom

ER-SCOPE-01 J7 JACKS ON CTRLS.PNG

ER-SCOPE-01 J8 POTS ON CTRLS.PNG

On Daughterboard

CPU

ER-SCOPE-01 P1080978-720PX.jpg

  • Arduino Pro Mini CPU

ER-SCOPE-01 CPU.PNG

2014-05-14T23 52 48.894Z-3-720px.jpg

Pots connections

ER-SCOPE-01 P1080978-CTL-RES.jpg

ER-SCOPE-01 J28 POTS ON DB.PNG

Jacks connections

ER-SCOPE-01 P1080978-JACKS-RES.jpg

ER-SCOPE-01 J29 JACKS ON DB.PNG

Power

ER-SCOPE-01 P1080978-POWER.jpg

ER-SCOPE-01 J9 PWR ON DB.PNG

Software

Sketch uses 19866 bytes (64%) of program storage space. Maximum is 30720 bytes.
Global variables use 807 bytes (39%) of dynamic memory, leaving 1241 bytes for local variables.
Maximum is 2048 bytes.

ER-SCOPT-01 P1080982-720pxV.jpg