Feature: Added device profile for Olimex ESP32 Gateway
Thanks to @fdcg in #1672
This commit is contained in:
parent
4cfb1b1c26
commit
178525a49b
47
docs/DeviceProfiles/olimex_esp32_gateway.json
Normal file
47
docs/DeviceProfiles/olimex_esp32_gateway.json
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Olimex ESP32-Gateway",
|
||||||
|
"nrf24": {
|
||||||
|
"miso": 14,
|
||||||
|
"mosi": 13,
|
||||||
|
"clk": 12,
|
||||||
|
"irq": 15,
|
||||||
|
"en": 2,
|
||||||
|
"cs": 4
|
||||||
|
},
|
||||||
|
"eth": {
|
||||||
|
"enabled": true,
|
||||||
|
"phy_addr": 0,
|
||||||
|
"power": 12,
|
||||||
|
"mdc": 23,
|
||||||
|
"mdio": 18,
|
||||||
|
"type": 0,
|
||||||
|
"clk_mode": 3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Olimex ESP32-Gateway with SSH1106",
|
||||||
|
"nrf24": {
|
||||||
|
"miso": 14,
|
||||||
|
"mosi": 13,
|
||||||
|
"clk": 12,
|
||||||
|
"irq": 15,
|
||||||
|
"en": 2,
|
||||||
|
"cs": 4
|
||||||
|
},
|
||||||
|
"eth": {
|
||||||
|
"enabled": true,
|
||||||
|
"phy_addr": 0,
|
||||||
|
"power": 12,
|
||||||
|
"mdc": 23,
|
||||||
|
"mdio": 18,
|
||||||
|
"type": 0,
|
||||||
|
"clk_mode": 3
|
||||||
|
},
|
||||||
|
"display": {
|
||||||
|
"type": 3,
|
||||||
|
"data": 32,
|
||||||
|
"clk": 16
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user