New Pico Tutorials #1175
Replies: 7 comments
-
Posted at 2015-03-26 by the1laz It's good to get a closer look of the final pico board. You've done well to squeeze so much onto such a small space in a very usable layout. It's good to see some pico specific tutorials for first-timers. A page about the adapter shims in general could be good, unless you just want to add to the relevant other tutorials. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-26 by @allObjects
A slot machine with colors... User holds button pressed some time, which is taken into account for the initial spinning speed like a seed for a random sequence. On release the 3 lights spin the colors in different speeds and different slow down rates and stop times. Instead of fixed colors, fading could be used. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-26 by @gfwilliams @the1laz yes, a page on shims is a good idea. I'm planning on giving some away with the WiFi + Ethernet modules people ordered (they're with DHL at the moment) and I'll probably document them on the WiFi/Ethernet pages - but especially as the list of shims grows I'll need somewhere to document how/where to get them from. @allObjects thanks - slot machine sounds like great idea! Should be nice and easy too. I've just done the piano (and am working on Snake). The piano is pretty cool with the Waveform too :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-26 by @gfwilliams Just added snake and your slot machine - it'll go onto the website with the next update I do. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-26 by alexanderbrevig Idea dump: Maybe play some tunes with the piezo (mario, zelda, tetris)? Makes me want to do a simple midi to Espruino converter.. hehe Poor mans theremin, with the rangefinder and piezo. A dice that uses LCD and vibration sensor, maybe configurable between D6 D8 D12 D20 ... DX?
Something like a CPU gague using the stepper and a small node program using
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-26 by @gfwilliams
That'd make a cool general project for the site - unfortunately I didn't include a rangefinder in with the Starter Kit, but it might be possible to do something even more hacky with an LDR :) Dice is a nice idea too. And CPU info can be even more hacky - on Linux at least you can just do:
But actually doing something better would be really neat - maybe using the LCD to display lots of stats (and a graph :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-26 by DrAzzy Oh, a good TV faker is an interesting project! Making it convincing could be a challenge. I like it. Cause like, you know how you can look at the light from someone's window, and tell if it's an ad, news, action film, porn, or chick films, by how often the color changes, and the colors they use, and what kind of transitions they do? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-25 by @gfwilliams
Well, I'm slowly getting there with the Pico Documentation, and with a few basic tutorials for those with the starter kit:
I've updated the Espruino Kits page with details about what everyone's getting in each kit now, and was wondering about good tutorials - specifically for things to do with the parts in the Starter Kit.
I'm thinking:
Some of those basically already exist for the Espruino, so I might just modify the old tutorial to handle both boards.
Any other ideas?
Beta Was this translation helpful? Give feedback.
All reactions