Live data from Hacker News

Tessel: A microcontroller that runs JavaScript

tessel.io

91–92 of 92 posts

Re: Tessel: A microcontroller that runs JavaScript

#91
post #34

Earlier quoted context omitted.

I think for many people cost is the most important factor. People who bought the RPi did so because it was so cheap that it was practically an impulse purchase. Disregarding the actual device price, the other issue here is the expensive module pricing. Let's face it, if you're buying this because you want to do things the simple way then you're going to be buying modules. Ambient light + MicroSD card? That'll be $50…

The volume cost of parts that make smartphones, remote controls, wifi dongles, etc so darn cheap for the average consumer do not scale downward when you're only making 100 or 1000 of something.

It contains a grand total of three components, the only one costs anything is the SD slot. At 100 units, they're about 50c each. The other components cost nothing, relatively, you can buy a thousand resistors for a dollar. The board itself would cost under a dollar to make at anything above 10 units. Total cost is about $2 if we're stretching.

I ran a quote for an assembly house, and for 100 boards it would cost around $200 or $2 a board - so now it's $4. Standard markup is 3 times the build cost or about $12-15. Yet it costs $25. That doesn't include international shipping, by the way.

Economy of scale certainly works when you're making 100.

Even Seeed Studio do assembly nowadays, and you don't even need to carry the stock as the components are in their Open Part Library.

Re: Tessel: A microcontroller that runs JavaScript

#92
post #56

Earlier quoted context omitted.

It has WiFi, which requires FCC testing for the US market as well as compliance certificates for the European area. These certifications and checks are f...ing costly. RPi/Arduino in contrast only have wired or no networking, thus eliminating a huge part of the upfront costs (e.g. in Europe you then only need a CE certificate, which you can either issue without testing and be liable if your module doesn't meet the st…

Yes, but the Electric Imp has wifi built in for $30. Ironically it uses the Squirrel language to program it, which I think was a mistake - I found it very unproductive.

They were using Lua, but found some of the features of the language to be non-condusive to microcontroller use.

If you want something similar that can be programmed bare-metal, check out the spark core: https://www.spark.io/

Post reply on HN