Benutzer-Werkzeuge

Webseiten-Werkzeuge


ne:ethernet

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ne:ethernet [2024/10/21 07:35] – [10Base T1S] adminne:ethernet [2025/02/11 09:37] (aktuell) – [Ethernet] admin
Zeile 2: Zeile 2:
  
   * [[ne:STP|STP - Spanning Tree Protocol]]   * [[ne:STP|STP - Spanning Tree Protocol]]
 +  * [[https://ieeexplore.ieee.org/document/9844436|802.3-2022 - IEEE Standard for Ethernet]]
   * [[http://units.folder101.com/cisco/sem1/Notes/ch6-ethernet/autonegotiation.htm|Communication Modes and Autonegotiation]]   * [[http://units.folder101.com/cisco/sem1/Notes/ch6-ethernet/autonegotiation.htm|Communication Modes and Autonegotiation]]
   * https://de.wikipedia.org/wiki/Manchester-Code   * https://de.wikipedia.org/wiki/Manchester-Code
Zeile 10: Zeile 11:
  
   * https://www.youtube.com/watch?v=rGpAHc8Rbnk - Introduction to 10BASE-T1S   * https://www.youtube.com/watch?v=rGpAHc8Rbnk - Introduction to 10BASE-T1S
 +    * https://www.youtube.com/watch?v=Zp42IqgC2JQ - 10BASE-T1S or 10SPE - Multi-Drop Ethernet for In-Vehicle Networking (Deep-Dive) 
   * https://www.youtube.com/watch?v=XMVLkbw1BNE - 10BASE-T1S: The New Standard for Ethernet on a Bus Line   * https://www.youtube.com/watch?v=XMVLkbw1BNE - 10BASE-T1S: The New Standard for Ethernet on a Bus Line
     * https://www.youtube.com/watch?v=5HHI00VLrbs - 10BASE-T1S PLCA (Physical Layer Collision Avoidance)     * https://www.youtube.com/watch?v=5HHI00VLrbs - 10BASE-T1S PLCA (Physical Layer Collision Avoidance)
Zeile 21: Zeile 23:
     * https://standards.ieee.org/ieee/802.3cg/7308/     * https://standards.ieee.org/ieee/802.3cg/7308/
  
 +==== Arduino ====
 +Bibliothek über IDE installiert (auf Mac in ''~/Documents/Arduino/libraries/Arduino_10BASE_T1S'' installiert)
 +
 +  * arduino-cli herunterladen: https://github.com/arduino/arduino-cli/releases
 +    * Kommandos: https://arduino.github.io/arduino-cli/1.1/commands/arduino-cli/
 +
 +
 +<code bash>
 +cd ~/Documents/Arduino/libraries/Arduino_10BASE_T1S
 +
 +#Board (Architektur und Schnittstelle) anzeigen lassen:
 +./arduino-cli board list
 +
 +#Code compilieren:
 +./arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/UDP_Client
 +
 +# Code auf Board hochladen:
 +./arduino-cli upload -b arduino:renesas_uno:unor4wifi -v examples/UDP_Client -p /dev/cu.usbmodemF0F5BD5095F42
 +</code>
 ===== Steckverbinder ===== ===== Steckverbinder =====
  
ne/ethernet.1729496113.txt.gz · Zuletzt geändert: 2024/10/21 07:35 von admin