Wording
This commit is contained in:
parent
69bee26ff4
commit
1255ecc4b8
|
@ -26,5 +26,6 @@
|
|||
"publish": false,
|
||||
"sync": false,
|
||||
"canvas": true,
|
||||
"bookmarks": true
|
||||
"bookmarks": true,
|
||||
"properties": false
|
||||
}
|
21
content/.obsidian/workspace.json
vendored
21
content/.obsidian/workspace.json
vendored
|
@ -19,6 +19,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "238ba022d07a7436",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Garage Door Opener.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "1f1f024283ea8110",
|
||||
"type": "leaf",
|
||||
|
@ -31,7 +43,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -97,7 +110,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Secret Garden.md",
|
||||
"file": "Garage Door Opener.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -114,7 +127,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Secret Garden.md"
|
||||
"file": "Garage Door Opener.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -134,7 +147,7 @@
|
|||
"markdown-importer:Open format converter": false
|
||||
}
|
||||
},
|
||||
"active": "160122bd13ae4b72",
|
||||
"active": "238ba022d07a7436",
|
||||
"lastOpenFiles": [
|
||||
"Things I Recommend.md",
|
||||
"Airflow.md",
|
||||
|
|
|
@ -6,7 +6,7 @@ Short: 5
|
|||
|
||||
In the quest to automate as much of my house as possible, I thought it would be useful to be able to remotely control my garage door from my home automation system. If I suspected that I forgot to close it while leaving, I could check in my security cameras and then close it from anywhere. It's nice having this peace of mind, even if it almost never happens.
|
||||
|
||||
Instead of reverse engineering the wireless protocol, cracking the encryption, and sending my own commands, I figured it would be much easier to hack the hardware. I cracked open a spare remote to find that it contained a basic PCB with simple tactile switches.
|
||||
Instead of reverse engineering the wireless protocol, cracking the encryption, and sending my own commands, I figured it would be much easier to hack the hardware. I pried open a spare remote to find that it contained a basic PCB with simple tactile switches.
|
||||
|
||||
![[garage1.jpg | the six parts of the spare remote on my desk: metal clip, plastic buttons, battery, PCB, and two halves of the case]]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user