Willy-JL cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses
..
docs 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
images 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
lib cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses
ui_hacks_again 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
.gitignore 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
.gitsubtree 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
README.md 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
application.fam 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
eth_save_process.c 3700ee70a6 Format hai 1 ano
eth_save_process.h 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
eth_troubleshooter_app.c 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
eth_troubleshooter_app.h 7f0f3de99e Add eth_troubleshooter from https://github.com/xMasterX/all-the-plugins hai 1 ano
eth_view_process.c cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses
eth_view_process.h cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses
eth_worker.c cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses
eth_worker.h cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses
eth_worker_dhcp.c 3700ee70a6 Format hai 1 ano
eth_worker_i.h cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses
eth_worker_ping.c cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses
eth_worker_traceroute.c cece98d9e9 Merge eth_troubleshooter from https://github.com/arag0re/fz-eth-troubleshooter hai 10 meses

README.md

Flipper Zero Ethernet Troubleshooter

This is a small helper that lets you connect your Flipper via RJ45 to your network You can then set the interface-mac and test if you can get an IP via DHCP and the ping addresses.

Prerequisites

To get started you will need a specific module called the W5500 Lite with a chiop from WHIZnet Co., Ltd. You can find those modules on AliExpress etc. Find Module here The second thing you will need is a proto-board for the Flipper Zero, which you can get here.

Assembly

Connect pins from module to flipper using this scheme:

W5500 Module -> Flipper GPIO

MOSI (MO) -> A7 - 2pin SCLK (SCK) -> B3 - 5pin nSS (CS) -> A4 - 4pin MISO (MI) -> A6 - 3pin RESET (RST) -> C3 - 7pin 3v3 (VCC) -> 3V3 - 9pin GND (G) -> GND - 8pin or 11pin

Original App author: @karasevia - https://github.com/karasevia/finik_eth Improved and updated by: @arag0re & @xMasterX