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.
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.
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
App Version | SDK | Status | Downloads | Logs | Build |
---|---|---|---|---|---|
1.1 | 86.0 f7 | Build succeeded | 5511 | get logs | get build |
1.1 | 85.0 f7 | Build succeeded | 61 | get logs | get build |
1.1 | 79.2 f7 | Build succeeded | 8671 | get logs | get build |
1.1 | 78.1 f7 | Build succeeded | 7654 | get logs | get build |
1.1 | 77.2 f7 | Build succeeded | 527 | get logs | get build |
1.1 | 73.0 f7 | Build succeeded | 2943 | get logs | get build |
1.1 | 72.1 f7 | Build succeeded | 928 | get logs | get build |
1.1 | 69.0 f7 | Build succeeded | 134 | get logs | get build |
eth_troubleshooter | Latest 1.1 | GitHub | Author: @karasevia & @arag0re & @xMasterX |