Last active
October 16, 2018 02:25
-
-
Save shepting/16aace66937043f323ab0bbf26f6f164 to your computer and use it in GitHub Desktop.
Revisions
-
shepting revised this gist
Oct 16, 2018 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,9 @@ This is the secret design for the Apple Car that Jony Ive has been hiding for the last 5 years. It runs Swift on Linux-powered hardware to power the vehicle itself, Swift on the iPhone app to control the vehicle, and Swift on the Server to display vehicle fleet and app metrics. This talk is a high-powered jump into Swift & Hardware running on the Raspberry Pi with a secondary focus of sharing model code between 3 different Swift 'apps' running across server, phone, and microcomputer. Listeners will learn: - how to connect and app to a Raspberry Pi over bluetooth -
shepting created this gist
Oct 16, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ This is the secret design for the Apple Car that Jony Ive has been hiding for the last 5 years. It runs Swift on Linux-powered hardware to power the vehicle itself, Swift on the iPhone app to control the vehicle, and Swift on the Server to display vehicle fleet and app metrics. This talk is a high-powered jump into Swift & Hardware running on the Raspberry Pi with a secondary focus of sharing model code between 3 different Swift 'apps' running across server, phone, and microcomputer. Listeners will learn: - how to connect and app to a Raspberry Pi over bluetooth - controlling motors with switches, relay boards, and SwiftyGPIO - send data across the network with MQTT for remote logging, graphing, and backup control