Difference between revisions of "LanModule W5500"
Jump to navigation
Jump to search
Line 46: | Line 46: | ||
|5 | |5 | ||
|5V | |5V | ||
|Supply +5V | |Supply +5V (Alternative: Pin6) | ||
|- | |- | ||
|6 | |6 | ||
|3.3V | |3.3V | ||
|Supply 3V3 | |Supply 3V3 (Alternative: Pin5) | ||
|- | |- | ||
|7 | |7 |
Revision as of 10:49, 16 October 2021
WebSite: OH&SW || MediaWiki: - Software - Hardware - Elektronik - Mechanik
Übersicht
Das LanModule W5500 zusammen mit dem Esp32UnoBoard ermöglicht eine bidirektionale Kommunikation über das lokale Netzwerk mit PC / Handy / Tablet.
Quelle
Alternative: AliExpress Search: W5500
Vorgabe
Hardware
Technische Daten:
Pinout:
Index | Name | Bemerkung |
1 | NC | not connected |
2 | INT | not used |
3 | RST | not used |
4 | GND | Digital Ground |
5 | 5V | Supply +5V (Alternative: Pin6) |
6 | 3.3V | Supply 3V3 (Alternative: Pin5) |
7 | MISO | Spi Miso |
8 | MOSI | Spi Mosi |
9 | CS | Spi ChipSelect |
10 | SCK | Spi SerialClock |
Software
Programmierung des LanModuls W5500 erfolgt über:
- ArduinoIDE : Arduino-C++-Compiler unter Windows/Linux für alle Arduino-(kompatiblen-)MicroController. (Homepage: Arduino)
- VisualStudioCode : Microsoft-C++-Compiler unter Windows/Linux für alle Arduino-(kompatiblen-)MicroController. (Homepage: VisualStudioCode)
Download
Minimal-Projekt: Esp32VscEthernetServerEthernet2
- Ausklammern der Arduino-Library Ethernet2, Integration ins lib-Verzeichnis des VSCode-Projekts:
- Spezielle im Projekt erfolgte lokale Integration der Ethernet2-Library, dabei Umbenennung des Verzeichnisses lib/LanW5500:
- Include-Path Ethernet.h in main.cpp:
Datum | Uhrzeit | Projekt | Version | Download |
211016 | 0817 | Esp32VscEthernetServerEthernet2 | 01V05 | 2110160817_Esp32VscEthernetServerEthernet2_01V05_libLanW5500.zip |
Angegliederte Projekte
MID - MultiInterfaceDispatcher
WebSite:OH&SW || MediaWiki - Software - Hardware - Elektronik - Mechanik - Anhang || Datenschutz - Impressum