summaryrefslogtreecommitdiff
path: root/2019/osmodevcon2019-osmo_small_hardware/osmodevcon2019-osmo_small_hardware.adoc
blob: 2d60ed6a0d81434f2404e270deccc7fc1d71e885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
osmo-small-hardware.git updates
===============================
:author:	Harald Welte <laforge@gnumonks.org>
:copyright:	2019 by Harald Welte (License: CC-BY-SA)
:backend:	slidy
:max-width:	45em


== What is `osmo-small-hardware.git`

* collection of small Open Source Hardware projects
* started in 2016 with `osmo-mv-uart` + `mpcie-breakout`
* expanded in 2018 with four more projects
* all projects OSHW
** most of them made available by sysmocom as alternative to DIY

== `osmo-mv-uart`

Dual USB-UART with selectable logic level voltage

image::mv-uart-front.jpg[]

== `osmo-mpcie-breakout`

image::mpcie-breakout-v3-perspective.small.jpg[width="100%"]

== `osmo-sfp-breakout`

image::sfp-breakout.jpg[width="100%"]

== `osmo-sfp-breakout`

* expose the differential rx/tx pair as two SMA sockets each
** can be used to transmit differential signals e.g. from FPGA differential drivers
* give access to all auxiliary signals of a SFP(+) transceiver on a 2.54mm header

== `osmo-sfp-experimenter`

image::sfp-experimenter.jpg[width="100%"]

== `osmo-sfp-experimenter`

* like `osmo-sfp-breakout`, but
** onboard LVDS receiver
** onboard LVDS transmitter
** single-ended Rx/Tx via SMA sockets


== `osmo-sfp-experimenter`

image::sfp-experimenter1.jpg[width="100%"]

(thanks to Sylvain)

== `osmo-clock-gen`

* SI5351C software-programmable clock generator
* ATSAMD11 microcontroller on v1
** to be upgraded to SAMD21 on v2
* I2C EEPROM to store register values
* control via UART (@3.3V on 2.5mm jack) or USB
* all eight clock outputs available as U.FL or SMA
* 100x50 mm form-factor

== `osmo-clock-gen`

image::osmo-clock-gen-v1-top.jpg[width="100%"]

== `osmo-clock-conv`

* low phase noise, dual-output sine -> square converter
** based on https://www.analog.com/media/en/technical-documentation/data-sheets/6957fb.pdf[LTC6957-4] chip
** Additive jitter: 45 - 109 fS (RMS)
** Low Skew: 3ps typical
* 100x50 mm form-factor

== `osmo-clock-conv`

image::osmo-clock-conv-v1-top.jpg[width="100%"]

== 100x50 mm form-factor

Idea was to build several "clock blocks" in same PCB form factor

* 100 mm width can be used in 3U 19" carrier for large quantity of boards:

image::bgt384.jpg[]

== 100x50 mm osmo-clock form-factor

Idea was to build several "clock blocks" in same PCB form factor

* alternatively, 1-4 boards slotted into this style of enclosure:

image::tuf105_52.jpg[]


== Further Reading

* https://git.osmocom.org/osmo-small-hardware/
* https://osmocom.org/projects/mv-uart/wiki/Wiki 
* https://osmocom.org/projects/mpcie-breakout/wiki
* https://osmocom.org/projects/osmo-clock-gen/wiki
* https://osmocom.org/projects/osmo-clock-conv/wiki
* https://osmocom.org/projects/misc-hardware/wiki/Sfp-breakout
* https://osmocom.org/projects/misc-hardware/wiki/Sfp-experimenter

== EOF

End of File
personal git repositories of Harald Welte. Your mileage may vary