Live data from Hacker News

I made a cell phone [video]

youtube.com

31–40 of 84 posts

Re: I made a cell phone [video]

#31
post #23

I gave this talk. Slides are here: https://keminglabs.com/talks/#bangbangcon2015 I'll post some photos of the current version and more details on my twitter (@lynaghk) tomorrow (in 10 hours). Software is all on an 8-bit Atmel microcontroller, written in C in the style of Harel Statecharts ( http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/reso... ).

What was that 3D/CAD software you were using?

Re: I made a cell phone [video]

#32

Earlier quoted context omitted.

Yeah, that trick is also useful for older machines which are otherwise too slow to play stutter-free youtube video in a web browser. The VLC implementation appears to be significantly more CPU efficient.

Probably pulls the h264 version instead of VP8/9.

I was gonna say there's a Chrome extension (H264ify) that allows that, but then again I doubt the machine would even be capable of running chrome.

Re: I made a cell phone [video]

#33
post #31
post #23

I gave this talk. Slides are here: https://keminglabs.com/talks/#bangbangcon2015 I'll post some photos of the current version and more details on my twitter (@lynaghk) tomorrow (in 10 hours). Software is all on an 8-bit Atmel microcontroller, written in C in the style of Harel Statecharts ( http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/reso... ).

What was that 3D/CAD software you were using?

It looked like Autodesk Inventor. It is a parametric CAD software like Creo or Solidworks. The parametric part is actually really neat.

The lines are drawn and then certain constraints must be applied: These points must be coincident, these lines must be parallel, these must be perpendicular and several others. Dimensional constraints are then applied. The program informs the designer when the drawing is "fully constrained" meaning that the parametric solver can only find a single solution for the given set of constraints.

For example to center a hole inside a brick: Guide lines are drawn to be along the center. At there intersection a point is constrained. The hole is then extruded (or made using the hole tool) at this point.

This allows for making programmable drawings. For example one drawing can generate several pieces of documentation for different parts, but with different dimensions, thread types and so on.

Re: I made a cell phone [video]

#34
post #31

Earlier quoted context omitted.

What was that 3D/CAD software you were using?

It looked like Autodesk Inventor. It is a parametric CAD software like Creo or Solidworks. The parametric part is actually really neat. The lines are drawn and then certain constraints must be applied: These points must be coincident, these lines must be parallel, these must be perpendicular and several others. Dimensional constraints are then applied. The program informs the designer when the drawing is "fully const…

Awesome thank you!

Re: I made a cell phone [video]

#35
post #23

I gave this talk. Slides are here: https://keminglabs.com/talks/#bangbangcon2015 I'll post some photos of the current version and more details on my twitter (@lynaghk) tomorrow (in 10 hours). Software is all on an 8-bit Atmel microcontroller, written in C in the style of Harel Statecharts ( http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/reso... ).

Enjoyed your talk YOW! talk which elaborated on statecharts https://www.youtube.com/watch?v=S2-EYSeWaPg I was aware of them before, but you did a good job of providing the motivation and tying it back with functional concepts. Very Interesting!

Re: I made a cell phone [video]

#36
Very nice! I've been following these tutorials in the hope of building my own cell phone sometime soon.

If you want a more step-by-step tutorial, Ben Heck's youtube channel is a very good source. He specifically has a DIY cellphone

Part 1: https://www.youtube.com/watch?v=_SlcVTfP4MA

Part 2: https://www.youtube.com/watch?v=DAbppnXpfHc

Re: I made a cell phone [video]

#39
post #5

Earlier quoted context omitted.

Agreed, my neighbors probably hate me right now from the audio. On a serious note, though, I hope a write up with more details pops up.

This was bad enough that I bothered to figure out how to fix it. VLC -> Media -> Open Network Stream, paste in the youtube URL. VLC -> Tools -> Effects and Filters -> Audio Effects -> Compressor. Enable the compressor. Here's where I moved the sliders: http://i.imgur.com/fGlPM5R.png I basically followed the advice given here: http://lifehacker.com/5920290/how-to-fix-movies-that-are-rea... The last 10 seconds of the v…

Nice to know that VLC takes youtube urls. The compressor didn't improve the sound for me though.

Re: I made a cell phone [video]

#40
post #23

I gave this talk. Slides are here: https://keminglabs.com/talks/#bangbangcon2015 I'll post some photos of the current version and more details on my twitter (@lynaghk) tomorrow (in 10 hours). Software is all on an 8-bit Atmel microcontroller, written in C in the style of Harel Statecharts ( http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/reso... ).

Really enjoyed your talk, was very amusing, but very inspirational too!
Post reply on HN