Boulder Pebble Rocks hackathon

Screen Shot 2020-08-22 at 11.53.34 AM.png

In 2015 I participated in the pebble rocks boulder hackathon. You can see a summary of my teams project here:
https://www.hackster.io/teamturing/turnakit-706245

We used the pebble watch to provide you turn by turn directions on the handlebars of your bike.

One of my favorite projects there was largely a huge 3d printing exercise making a HUGE print to attempt in one weekend, a very complicated musical charging station for the pebble watch:
https://www.hackster.io/team-engineerable/timedock-speakeasy-67fcfa

 
0
Kudos
 
0
Kudos

Now read this

Embedding Lua in C by Example

Here is a series of short C snippets to learn how to embed Lua in your C program. The complete source for these examples can be found at: https://github.com/HParker/embedding-lua-in-c-by-example Run a string of Lua code # #include... Continue →