Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zmod:scope:reference-manual [2022/12/21 22:42] – Add real product photos Arthur Brownzmod:scope:reference-manual [2024/01/09 12:00] (current) – [Table] Laszlo Attila Kovacs
Line 10: Line 10:
 | image = {{:zmod:scope:zmodscope-generic-top-1000.png?direct|}} | image = {{:zmod:scope:zmodscope-generic-top-1000.png?direct|}}
 }} }}
- 
- 
- 
-//{{anchor:figure_1:Figure 1. Zmod Scope top and bottom views.}}// 
  
 The Zmod Scope was designed to be a piece in a modular, HW and SW open-source ecosystem. The Zmod Scope can acquire two signals, with simultaneous sampling. Combined with a SYZYGY™ carrier, other SYZYGY™ compatible pods, Zmod Scope can be used for a variety of applications: data acquisition systems, closed loop controllers, scopes, etc. The Zmod Scope was designed to be a piece in a modular, HW and SW open-source ecosystem. The Zmod Scope can acquire two signals, with simultaneous sampling. Combined with a SYZYGY™ carrier, other SYZYGY™ compatible pods, Zmod Scope can be used for a variety of applications: data acquisition systems, closed loop controllers, scopes, etc.
Line 265: Line 261:
 ===== 3. MCU ===== ===== 3. MCU =====
  
-The [[https://www.microchip.com/wwwproducts/en/ATTINY44A|ATtinny44]] MCU in [[#figure_13|Fig. 13]] works as a I2C memory, storing the SYZYGY™ DNA information and the Calibration Coefficients. The J5 connector is used for programming the MCU and the SYZYGY™ DNA at manufacturing. +The [[https://www.microchip.com/wwwproducts/en/ATTINY44A|ATtiny44]] MCU in [[#figure_13|Fig. 13]] works as a I2C memory, storing the SYZYGY™ DNA information and the Calibration Coefficients. The J5 connector is used for programming the MCU and the SYZYGY™ DNA at manufacturing. 
  
 The DNA and the Factory Calibration Coefficients are stored in the Flash memory of the MCU, which appears to the I2C interface as "read-only". The User Calibration Coefficients are stored in the EEPROM memory of the MCU, which is write-protected via a magic number at a magic address. The memory structure can be consulted below. The DNA and the Factory Calibration Coefficients are stored in the Flash memory of the MCU, which appears to the I2C interface as "read-only". The User Calibration Coefficients are stored in the EEPROM memory of the MCU, which is write-protected via a magic number at a magic address. The memory structure can be consulted below.
Line 331: Line 327:
 | Product version / revision           | string  | 1            | f)            | d)        | | Product version / revision           | string  | 1            | f)            | d)        |
 | Serial number                        | string  | 12           | 210396000000  | d)        | | Serial number                        | string  | 12           | 210396000000  | d)        |
 +| Product ID                           | uint32  | 4            | g)            | 0x80FC    |
  
-^ a)   ^ 13                                                                                                                                                          | for Zmod Scope 1410      | +^ a)   ^ 13                                                                                                                                                                           | for Zmod Scope 1410      | 
-| :::  | 17                                                                                                                                                          | for Zmod Scope 1410-105 +| :::  | 17                                                                                                                                                                           | for Zmod Scope 1410-105 
-| :::  | 17                                                                                                                                                          | for Zmod Scope XXXX-125 +| :::  | 17                                                                                                                                                                           | for Zmod Scope XXXX-125 
-| :::  | 16                                                                                                                                                          | for Zmod Scope XXXX-40   | +| :::  | 16                                                                                                                                                                           | for Zmod Scope XXXX-40   | 
-| b)   | CRC computed over the addresses 0x8000-0x8025: most significant byte                                                                                                                || +| b)   | CRC computed over the addresses 0x8000-0x8025: most significant byte                                                                                                                                   || 
-| c)   | CRC computed over the addresses 0x8000-0x8025: least significant byte                                                                                                               || +| c)   | CRC computed over the addresses 0x8000-0x8025: least significant byte                                                                                                                                  || 
-| d)   | the subsequent address (hexadecimal)                                                                                                                                                || +| d)   | the subsequent address (hexadecimal)                                                                                                                                                                   || 
-| e)   | Zmod Scope 1410, Zmod Scope 1410-105, Zmod Scope 1410-125, Zmod Scope 1210-125, Zmod Scope 1010-125, Zmod Scope 1410-40, Zmod Scope 1210-40, Zmod Scope 1010-40 - upon case                          || +| e)   | Zmod Scope 1410, Zmod Scope 1410-105, Zmod Scope 1410-125, Zmod Scope 1210-125, Zmod Scope 1010-125, Zmod Scope 1410-40, Zmod Scope 1210-40, Zmod Scope 1010-40 - upon case                            || 
-| f)   | A, B, C, etc - upon case                                                                                                                                                            ||+| f)   | A, B, C, etc - upon case                                                                                                                                                                               |
 +| g)   | 0x80100200 Zmod Scope 1410-105                                                                                                                                                                        | 
 +|      | 0x80101200 Zmod Scope 1010-40                                                                                                                                                |                          | 
 +|      | 0x80102200 Zmod Scope 1210-40                                                                                                                                                |                          | 
 +|      | 0x80103200 Zmod Scope 1410-40                                                                                                                                                |                          | 
 +|      | 0x80104200 Zmod Scope 1010-125                                                                                                                                                                        | 
 +|      | 0x80105200 Zmod Scope 1210-125                                                                                                                                                                        | 
 +|      | 0x80106200 Zmod Scope 1410-125                                                                                                                                                                        |
  
 ==== 3.2. Calibration Memory ==== ==== 3.2. Calibration Memory ====