Skip to content

Instantly share code, notes, and snippets.

@shepting
Last active October 16, 2018 02:25
Show Gist options
  • Save shepting/16aace66937043f323ab0bbf26f6f164 to your computer and use it in GitHub Desktop.
Save shepting/16aace66937043f323ab0bbf26f6f164 to your computer and use it in GitHub Desktop.

Revisions

  1. shepting revised this gist Oct 16, 2018. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions gistfile1.txt
    Original 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 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.
    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
  2. shepting created this gist Oct 16, 2018.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original 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