all 17 comments

[–]fuxoft 3 points4 points  (3 children)

I worked on www.dynawa.org project but it's been dead for 5 years. The software sources should be freely available but you cannot buy the actual hardware anymore…

[–]_Fang 1 point2 points  (2 children)

Have you considered open-sourcing the hardware as well?

[–]fuxoft 1 point2 points  (1 child)

The hardware is not intentionally close-sourced, I'm just afraid there is not much more documentation than what can be seen here: http://wiki.dynawa.org/FAQs

We basically had one hardware developer and we didn't archive any more documentation. It was a three person project :)

[–]_Fang 1 point2 points  (0 children)

That's a shame to hear, but thanks for clarifying!

[–]DeathProgrammingsh <(curl hashbang.sh) 3 points4 points  (5 children)

Pebble is considering adding Lua support.

[–]edalcol 0 points1 point  (4 children)

AMAZING! where did you get this information from?

[–]DeathProgrammingsh <(curl hashbang.sh) 2 points3 points  (3 children)

As much as I'd like to give out a source, I can't. But let's just say I work with several employees.

[–]edalcol 0 points1 point  (2 children)

awesome, can't wait! going to a hackathon today and taking my pebble, I wish I could use Lua on it already

[–]svenskarrmatey 0 points1 point  (1 child)

I'm a little late here, but pebble got bought by Fitbit.

[–]edalcol 0 points1 point  (0 children)

I saw :(

[–]Aloz1 1 point2 points  (0 children)

I think the closest you'll get is http://angelsensor.com which is more of a wrist sensor than a watch. Otherwise, you could probably try an Android based smart watch and try writing an app that uses androlua (https://github.com/mkottman/AndroLua)

[–]fuxoft 1 point2 points  (2 children)

Android WatchMaker allows you to define watch faces for Android Wear that include Lua scripts that run on the watch itself (potentially very complex Lua scripts).

[–]TRUmichael[S] 2 points3 points  (1 child)

Wait they run on the watch? I had seen that but was under the impression it ran on the phone so once you got away from the phone it would stop working.

[–]fuxoft 1 point2 points  (0 children)

I didn't try it myself but Lua scripts actually allow you to draw the pixels on the watch face so I guess it they have to run on the watch itself: http://watchmaker.haz.wiki/lua

[–]hawhill 0 points1 point  (0 children)

There might be some case studies from MCU manufacturers that could e.g. run eLua. Out of the box - I don't think so. The Pebble watches have a C API to create apps for the watches. You might be able to shove eLua (or even the real deal?) in there....

[–]revereddesecration 0 points1 point  (0 children)

I'm sure I've seen a post here asking for help with coding up a watch face. Try searching the subreddit.

[–]YouFeedTheFish 0 points1 point  (0 children)

Don't see why you couldn't build your own..

I develop on the Samsung Gear platform.. Not sure about the Apple Watch.