Skip to content

Commit

Permalink
Added W5500 mappings to the opendtu_fusion device profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumbagubanga committed Sep 12, 2024
1 parent f372085 commit c2694b3
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion docs/DeviceProfiles/opendtu_fusion.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,43 @@
"data": 2,
"clk": 1
}
},
{
"name": "OpenDTU Fusion v2 with NRF24 and W5500 ethernet",
"nrf24": {
"miso": 48,
"mosi": 35,
"clk": 36,
"irq": 47,
"en": 38,
"cs": 37
},
"w5500": {
"sclk": 39,
"mosi": 40,
"miso": 41,
"cs": 42,
"rst": 43,
"int": 44
}
},
{
"name": "OpenDTU Fusion v2 with CMT2300A and W5500 ethernet",
"cmt": {
"clk": 6,
"cs": 4,
"fcs": 21,
"sdio": 5,
"gpio2": 3,
"gpio3": 8
},
"w5500": {
"sclk": 39,
"mosi": 40,
"miso": 41,
"cs": 42,
"rst": 43,
"int": 44
}
}
]
]

0 comments on commit c2694b3

Please sign in to comment.