Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02bef14dd4 |
20
Materialien/MDDS_Unterlagen_neu/Demosoftware/CHANGELOG.md
Normal file
20
Materialien/MDDS_Unterlagen_neu/Demosoftware/CHANGELOG.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
0.9.3 [2022-10-21]:
|
||||||
|
-------------------
|
||||||
|
* Anpassung der Schalterreihenfolge wegen neuer Revision (Rev03)
|
||||||
|
von PMOD Switches Modul
|
||||||
|
* Anpassung der LED-Reihenfolge wegen neuer Revsion (Rev03)
|
||||||
|
von PMOD LEDs Modul
|
||||||
|
|
||||||
|
0.9.2 [2020-10-05]:
|
||||||
|
-------------------
|
||||||
|
* Format UART1 output (PC communication)
|
||||||
|
* Support different DS18B20 variants
|
||||||
|
* Code cleanup
|
||||||
|
|
||||||
|
0.9.1 [2020-09-27]:
|
||||||
|
-------------------
|
||||||
|
* BUGFIX: Temperature sensor read process
|
||||||
|
|
||||||
|
0.9.0 [2020-09-26]:
|
||||||
|
-------------------
|
||||||
|
* initial version
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
54
Materialien/MDDS_Unterlagen_neu/MDDS_BaseBoard/CHANGELOG.txt
Normal file
54
Materialien/MDDS_Unterlagen_neu/MDDS_BaseBoard/CHANGELOG.txt
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
Rev. 5 [2020-01-30]:
|
||||||
|
====================
|
||||||
|
* Doppelten Spannungsversorgungs-Umschalter eingebaut:
|
||||||
|
33V_R/50_R <-> 33V_M/50V_M
|
||||||
|
* Bestueckungsplan aktualisiert
|
||||||
|
* Schaltplan-Template aktualisiert
|
||||||
|
* Alle Vias sind nun "tented"
|
||||||
|
* PMOD Pins entsprechend der PMOD Spezifikation nummeriert und beschriftet:
|
||||||
|
https://reference.digilentinc.com/_media/reference/pmod/pmod-interface-specification-1_1_0.pdf
|
||||||
|
|
||||||
|
Rev. 4 [2019-01-14]:
|
||||||
|
====================
|
||||||
|
* LED V1 durch SMD 0805 ersetzt
|
||||||
|
* Schalter S1 durch SMD-Taster ersetzt
|
||||||
|
* Stecker X13 hinzugefügt, um das Display mit 5V versorgen zu können
|
||||||
|
* Beschriftung: "DIL" und "RPi" bei Stecker X8 war vertauscht
|
||||||
|
* Bei Stecker X9 den PIN für den Schreibschutz beschriftet ("nWP")
|
||||||
|
* Umstellung auf Versionierung mit GIT
|
||||||
|
|
||||||
|
Rev. 3 [2018-10-07]:
|
||||||
|
====================
|
||||||
|
* Teardrops überall hinzugefügt
|
||||||
|
* Neues HTL-Logo verwendet
|
||||||
|
* I2C Pull-Up (Jumperbar)
|
||||||
|
* GND-Jumper hinzugefügt
|
||||||
|
* Temperaturfühler DS18B20 hinzugefügt
|
||||||
|
* Active BOM Stückliste erstellt (ermöglich einfache Bestellung)
|
||||||
|
* PMOD1 angepasst: PMOD Spec. konform UART, SPI (STM32F103RB)
|
||||||
|
* PMOD2 angepasst: PMOD Spec. konform I2C (STM32F103RB)
|
||||||
|
* PMOD3 angepasst: PMOD Spec. konform UART (STM32F103RB)
|
||||||
|
* DIL-Reset-PIN mit Raspberry GPIO20 verbunden
|
||||||
|
* RPI SPI0 auf 103 SPI1 korrigiert (auf RPI 40 polig)
|
||||||
|
* EEPROM auf V33 (statt V33_R) gehängt, damit es auch ohne
|
||||||
|
Raspberry Pi versorgt ist und von DIL angesprochen werden kann
|
||||||
|
|
||||||
|
Rev. 2 [2017-10-22]:
|
||||||
|
====================
|
||||||
|
* Abmessungen exakt auf die Raspberry Pi HAT-Specification angepasst:
|
||||||
|
https://github.com/raspberrypi/hats/blob/master/hat-board-mechanical.pdf
|
||||||
|
(Platine wurde dadurch etwas kleiner)
|
||||||
|
* Verzinnung bei Befestigungsbohrungen entfernt
|
||||||
|
* Ursprung versetzt
|
||||||
|
* Bemaßung verbessert
|
||||||
|
* Fertigungsdokumenteinstellungen
|
||||||
|
* Beschriftungen "BS" und "LS" hinzugefügt (Silkscreen)
|
||||||
|
* Teardrops bei PMODs und Stiftleisten hinzugefügt
|
||||||
|
* Leiterbahnen weiter vom Rand entfernt platziert
|
||||||
|
* Gerberdateien und Drilldaten für PcbWay erzeugt:
|
||||||
|
MAX1000BaseBoard_Gerber_Rev_2.zip
|
||||||
|
|
||||||
|
Rev. 1 [2017-09-12]:
|
||||||
|
====================
|
||||||
|
* Initiales Release
|
||||||
|
* Produktion von 20 Stück bei pcbway.com
|
||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
Abmessungen (x,y): 65,00 mm x 56,50mm
|
||||||
|
|
||||||
|
Layeranzahl: 2
|
||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
|||||||
|
Rev. 2 [2020-06-07]:
|
||||||
|
====================
|
||||||
|
o Vorwiderstände bei LEDs auf von 560 Ohm -> 1k geändert
|
||||||
|
|
||||||
|
Rev. 1 [2019-12-09]:
|
||||||
|
====================
|
||||||
|
o Initiales Release
|
||||||
@ -0,0 +1 @@
|
|||||||
|
Siehe Rev02 (nur geänderte Vorwiderstandswerte)
|
||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
Siehe Rev01 (nur geänderte Vorwiderstandswerte)
|
||||||
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
Abmessungen (x,y): 20,32 mm x 17,80 mm
|
||||||
|
|
||||||
|
Layeranzahl: 2
|
||||||
Binary file not shown.
Binary file not shown.
58
Materialien/MDDS_Unterlagen_neu/MDDS_uC/CHANGELOG.txt
Normal file
58
Materialien/MDDS_Unterlagen_neu/MDDS_uC/CHANGELOG.txt
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
Rev 9 [2020-06-29]:
|
||||||
|
===================
|
||||||
|
* Automatische Stückliste fertig gemacht (Stueckliste.BomDoc)
|
||||||
|
* PMOD Pins entsprechend der PMOD Spezifikation nummeriert und beschriftet:
|
||||||
|
https://reference.digilentinc.com/_media/reference/pmod/pmod-interface-specification-1_1_0.pdf
|
||||||
|
* Target.SchDoc: Grafik/Screenshot von MDDS uC PCB getauscht
|
||||||
|
|
||||||
|
Rev. 8 [2019-12-09]:
|
||||||
|
====================
|
||||||
|
* Der Debugger "DAPLink" wird nun ist nun als Modul ausgeführt, um
|
||||||
|
ein einfacheres Bestücken für Schüler des 3. Jahrgangs zu ermöglichen
|
||||||
|
* Alle Vias auf "tented" umgestellt
|
||||||
|
* Die PMOD-Buchse ist nun 2-reihig
|
||||||
|
-> zusätzliche Leitungen PC6 und PC10 (+zwei andere rausführen)
|
||||||
|
(werden für Audio-Modul benötigt)
|
||||||
|
-> USB_DP, USB_DM sind nun ebenfalls bei dieser Buchse verfügbar
|
||||||
|
* Auf kompaktere P-Channel-Mosfets bei Stromversorgung gewechselt:
|
||||||
|
FDS9933A -> TT8J11 (Rohm)
|
||||||
|
* Vorwiderstand bei Power-LED (Power_Supply.SchDoc) erhöht: 560 Ohm -> 2.7 kOhm
|
||||||
|
* Footprint bei Power-LED (Power_Supply.SchDoc) geändert: 0603 -> 0805
|
||||||
|
* USB-Schnittstelle (Stiftleiste) entfernt, USB_DP/USB_DM stattdessen auf PMOD
|
||||||
|
* PowerSupply: LDO ersetzt - LMS8117ADT_3.3 -> TLV1117LV33DCYR (kleinerer Footprint)
|
||||||
|
* PowerSupply: Mosfets ersetzt: FDS9933A (SO-8) ->
|
||||||
|
* Resettaster ersetzt: Randschalter ersetzt
|
||||||
|
|
||||||
|
|
||||||
|
Rev. 7 [2018-11-12]:
|
||||||
|
====================
|
||||||
|
* HTL-Template (A4) aktualisiert
|
||||||
|
* PcbDoc umbenannt: "DIL-28.PcbDoc" -> "MDDC_uC_103.PcbDoc"
|
||||||
|
* Beschriftungsbereich unter PMOD (Bottom) hinzugefügt
|
||||||
|
* Samtec Buchsenleisten-Footprint gesetzt und gedreht
|
||||||
|
(Stiftleiste war unten)
|
||||||
|
* PCB-Grafik in Target-Schematic eingefügt
|
||||||
|
* Cortex Pin-Nummer Beschriftung bei Buchsenleiste hinzugefügt
|
||||||
|
* GND-Pin bei USB-Stiftleiste beschriftet
|
||||||
|
|
||||||
|
Rev. 6 [2018-10-08]:
|
||||||
|
====================
|
||||||
|
* Abstand der Leiterbahnen zum Rand muss >= 0.25mm sein
|
||||||
|
|
||||||
|
Rev. 5 [2018-10-08]:
|
||||||
|
====================
|
||||||
|
* Holesize auf >= 0.3 mm erhöht, damit günstiger produziert werden kann
|
||||||
|
(Footprint angepasst: LPC11U35FHI33_501_Rev2.IntLib)
|
||||||
|
|
||||||
|
Rev. 4 [2018-10-07]:
|
||||||
|
====================
|
||||||
|
* Clearance angepasst (>= 6 mil) damit günstiger
|
||||||
|
produziert werden kann
|
||||||
|
* USB-Device 3-PIN Header für Kabel hinzugefügt
|
||||||
|
* Neues HTL-Logo
|
||||||
|
* Reset Taster bei Target entfernt
|
||||||
|
* SWD-Leitungen von Target auf Stecker geführt
|
||||||
|
(ermöglicht zukünftig auch ein Bestücken ohne Debugger)
|
||||||
|
* Reset des Targets wurde auch auf Steckerleiste geführt
|
||||||
|
* Versorgungsleitungen teilweise verbreitert
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
Abmessungen (x,y): 71,26mm x 28,00mm
|
||||||
|
|
||||||
|
Layeranzahl: 2
|
||||||
Binary file not shown.
Binary file not shown.
4
Materialien/MDDS_Unterlagen_neu/PMOD_Analog/CHANGELOG.md
Normal file
4
Materialien/MDDS_Unterlagen_neu/PMOD_Analog/CHANGELOG.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Rev. 02 [2022-05-25]:
|
||||||
|
=====================
|
||||||
|
* Florian Kralitschek: Initale Version
|
||||||
|
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
Abmessungen (x,y): 21,40 mm x 59,69 mm
|
||||||
|
|
||||||
|
Layeranzahl: 2
|
||||||
Binary file not shown.
24
Materialien/MDDS_Unterlagen_neu/PMOD_LEDs/CHANGELOG.md
Normal file
24
Materialien/MDDS_Unterlagen_neu/PMOD_LEDs/CHANGELOG.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
Rev. 03 [2022-04-22]:
|
||||||
|
=====================
|
||||||
|
* Florian Kralitschek:
|
||||||
|
LED-Reihenfolge an Baseboard PA0-PA7 angepasst
|
||||||
|
(damit 1 Byte in der richtigen Reihenfolge ausgegeben wird)
|
||||||
|
|
||||||
|
|
||||||
|
Rev. 02 [2020-08-23]:
|
||||||
|
=====================
|
||||||
|
* Widerstandswerte im Schaltplan angepasst (Tests Wolfgang Kauer):
|
||||||
|
Rot, Gelb: 2.7k
|
||||||
|
Grün: 3.9k
|
||||||
|
* Korrektur: Beschriftung beim Schalter "LEDs" und "7Seg" waren
|
||||||
|
vertauscht
|
||||||
|
* Alle Vias auf "Tented" umgestellt
|
||||||
|
* Teardrops hinzugefügt
|
||||||
|
* Kathodenlinie bei LEDs hinzugefügt
|
||||||
|
* PMOD Pins entsprechend der PMOD Spezifikation nummeriert und beschriftet:
|
||||||
|
https://reference.digilentinc.com/_media/reference/pmod/pmod-interface-specification-1_1_0.pdf
|
||||||
|
|
||||||
|
|
||||||
|
Rev. 01 [2019-01-14]
|
||||||
|
====================
|
||||||
|
* initial release
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
Abmessungen (x,y): 21,40 mm x 59,69 mm
|
||||||
|
|
||||||
|
Layeranzahl: 2
|
||||||
Binary file not shown.
Binary file not shown.
16
Materialien/MDDS_Unterlagen_neu/PMOD_Switches/CHANGELOG.md
Normal file
16
Materialien/MDDS_Unterlagen_neu/PMOD_Switches/CHANGELOG.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Rev. 03 [2022-04-22]:
|
||||||
|
=====================
|
||||||
|
* Florian Kralitschek:
|
||||||
|
Ändern des Schalter-Aufdrucks von Schalter (DIP <==> ENC)
|
||||||
|
Ändern der PMOD Belgung (Wunsch Josef Reisinger)
|
||||||
|
|
||||||
|
Rev. 02 [2020-08-23]:
|
||||||
|
=====================
|
||||||
|
* Alle Vias auf "Tented" umgestellt
|
||||||
|
* Teardrops hinzugefügt
|
||||||
|
* PMOD Pins entsprechend der PMOD Spezifikation nummeriert und beschriftet:
|
||||||
|
https://reference.digilentinc.com/_media/reference/pmod/pmod-interface-specification-1_1_0.pdf
|
||||||
|
|
||||||
|
Rev. 01 [2019-01-14]
|
||||||
|
====================
|
||||||
|
* initial release
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
Abmessungen (x,y): 21,40 mm x 59,69 mm
|
||||||
|
|
||||||
|
Layeranzahl: 2
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
Abmessungen (x,y): 20,32 mm x 42,77 mm
|
||||||
|
|
||||||
|
Layeranzahl: 2
|
||||||
Binary file not shown.
Binary file not shown.
BIN
Nextion/Fonts/Arial_16.zi
Normal file
BIN
Nextion/Fonts/Arial_16.zi
Normal file
Binary file not shown.
BIN
Nextion/Fonts/Arial_16_Bold.zi
Normal file
BIN
Nextion/Fonts/Arial_16_Bold.zi
Normal file
Binary file not shown.
BIN
Nextion/Fonts/Arial_24.zi
Normal file
BIN
Nextion/Fonts/Arial_24.zi
Normal file
Binary file not shown.
BIN
Nextion/Fonts/Arial_24_Bold.zi
Normal file
BIN
Nextion/Fonts/Arial_24_Bold.zi
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user