Skip to content

Open source toolchain to compile code for the Sony SmartWatch the "Arduino" way. This toolchain was created as a proof of concept that it is possible to program Arduino-like code on almost anything.

Notifications You must be signed in to change notification settings

stg/SmartWatch_Toolchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartWatch toolchain

Open source toolchain to compile code for the Sony SmartWatch the "Arduino way".
This toolchain was created as a proof of concept that it is possible to program Arduino-like code on almost anything.

Download the Sony SmartWatch edition of the Arduino IDE to compile and run sketches using this toolchain:
https://github.com/underverk/SmartWatch

To build from the command line:

You will need some tools:

GNU Tools for ARM - https://launchpad.net/gcc-arm-embedded/+download
dfu-util (for downloading to device) - http://dfu-util.gnumonks.org/releases/

Windows users additionally need to:

  • Download and configure MinGW or some other GNU development environment.
    MinGW provides a step-by-step quide here: http://www.mingw.org/wiki/Getting_Started
  • Manually update the driver for the device (after connecting).
    See windows_driver.zip for the Sony SmartWatch DFU driver for Windows.

Then simply, from the root of this repo:

  • > make will build bin/firmware.bin
  • > make program will download to the device
  • > make clean will clean it all up

About

Open source toolchain to compile code for the Sony SmartWatch the "Arduino" way. This toolchain was created as a proof of concept that it is possible to program Arduino-like code on almost anything.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published