All Projects → mtrung → tesla-usb-drive

mtrung / tesla-usb-drive

Licence: other
Tesla DashCam & Music USB drive maker tool

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to tesla-usb-drive

TeslaPy
A Python module to use the Tesla Motors Owner API
Stars: ✭ 216 (+1170.59%)
Mutual labels:  tesla, teslamotors
TeslaKit
Elegant Tesla API in Swift
Stars: ✭ 47 (+176.47%)
Mutual labels:  tesla, teslamotors
tesla.dart
Tesla Client Library for Dart
Stars: ✭ 28 (+64.71%)
Mutual labels:  tesla, teslamotors
tesla api
Lightweight Python API client for the Tesla API.
Stars: ✭ 73 (+329.41%)
Mutual labels:  tesla, teslamotors
alexa-tesla
Alexa Skills Kit (ASK) project - Tesla monitoring and control for Amazon Echo devices
Stars: ✭ 23 (+35.29%)
Mutual labels:  tesla
RaspberryPi-Joystick
A virtual HID USB joystick created using Raspberry Pi
Stars: ✭ 73 (+329.41%)
Mutual labels:  usb
CatWAN USB Stick
An Open Source USB Stick compatible with LoRa and LoRaWAN with Cortex M0+. To connect, review and analyze packages of LoRa®
Stars: ✭ 23 (+35.29%)
Mutual labels:  usb
tesla
Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.
Stars: ✭ 145 (+752.94%)
Mutual labels:  tesla
SerialProxy
🖱️⌨️ Arduino Input Proxying for PC (.NET Core)
Stars: ✭ 39 (+129.41%)
Mutual labels:  usb
phywhispererusb
PhyWhisperer-USB: Hardware USB Trigger
Stars: ✭ 56 (+229.41%)
Mutual labels:  usb
android-usb-script
An Android app that allows you to script USB gadgets (work-in-progress).
Stars: ✭ 15 (-11.76%)
Mutual labels:  usb
e-verest
EVEREST: e-Versatile Research Stick for peoples
Stars: ✭ 21 (+23.53%)
Mutual labels:  usb
dizzy-legacy
Network and USB protocol fuzzing toolkit.
Stars: ✭ 35 (+105.88%)
Mutual labels:  usb
tesla powerwall
Python API for Tesla Powerwall
Stars: ✭ 43 (+152.94%)
Mutual labels:  tesla
getting-started
List of ideas for getting started with TimVideos projects
Stars: ✭ 50 (+194.12%)
Mutual labels:  usb
shredos.x86 64
Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe
Stars: ✭ 383 (+2152.94%)
Mutual labels:  usb
pyrfidhid
Python library to control Chinese USB HID 125Khz RFID Reader/Writer
Stars: ✭ 104 (+511.76%)
Mutual labels:  usb
STM32 XPD
STM32 eXtensible Peripheral Drivers
Stars: ✭ 38 (+123.53%)
Mutual labels:  usb
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+758.82%)
Mutual labels:  tesla
openpilot
FOR PRE-AP/AP1/AP2 TESLA CARS ONLY: open source driving agent. You can help development by donating @ https://github.com/sponsors/BogGyver
Stars: ✭ 30 (+76.47%)
Mutual labels:  tesla

Tesla DashCam & Music USB drive maker tool

  • Format USB drive into 2 partitions for DashCam and Music
  • For macOS only

Features

  • Support 3 modes: cam only, music only, and both cam & music
  • Create TeslaCam folder if applicable
  • Fool-proof: validate all user inputs. Verify if the specified drive as USB drive.
  • Support partitioning scheme MBR or GPT

How to use

Method 1 - Recommended

Double-click on the tesla-usb-drive.command and follow instructions.

Method 2

Use the script with parameters. This is good for automation/making multiple drives.

Syntax: tesla-usb-drive.command USB_DISK_IDENTIFIER Cam_Partition_Size Partitioning_Scheme

  • USB_DISK_IDENTIFIER: disk1
  • Cam_Partition_Size: percentage (ex: 50%) or storage size value (ex: 16g)
    • To create cam partition only, use '100%'.
    • To create music partition only, use '0%' or '0'.
    • To create both, use 1%-99% or an in-betweeen storage size value
  • Partitioning_Scheme: MBR or GPT. Optional. Default is MBR.

Example: tesla-usb-drive.command disk3 16g MBR

Notes

  • Requires that you have admin privilege
  • Will wipe out all data on your USB drive
  • It creates cam partition first using the above size param then music partition using remaining storage space.
  • If you download the script as text file, you need to make this script executable using below command in Terminal: chmod +x tesla-usb-drive.command
  • macOS diskutil will automatically add EFI partition with 200MB if you choose GPT partitioning scheme for >= 4GB drive.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].