Live data from Hacker News

1.38 Millimeter Microcontroller

ti.com

41–50 of 106 posts

Re: 1.38 Millimeter Microcontroller

#41
post #36

This line of micros has been out for almost 2 years now but they only just took the 1.38mm^2 package out of pre-production. I started a design last year of a tiny earring with ~102 addressable LEDs on it, a microphone, a bunch of supporting circuitry and this micro. https://i.ibb.co/JWh57LLw/IMG-20260408-183807502-HDR.jpg Unfortunately by the time I was ready to order the boards I found the tiny package was unobtaniu…

These earrings look awesome btw!

Re: 1.38 Millimeter Microcontroller

#42

It seems awesome, but I'm having a problem with figuring out how can a "normal" person use it. How would YOU use it, reader of this comment?

I made something to ping an AWS service to tell me the uptime of my internet connection. The idea was to sprinkle them around our area, connected to various home WiFi’s, and get a better triangulation of outages. Eg is whole pipe out, just one ISP etc.

I made and tested it but didn’t care enough to continue.

Re: 1.38 Millimeter Microcontroller

#43
post #13

Earlier quoted context omitted.

Maybe not practical as a cluster configuration, but it could certainly be used as a voice-generating device for a synthesizer, or as a controlling device for MIDI I/O, or .. both even of course, configurable according to the users needs/patch idea.

Yeah, but even for those applications you suffer from limited RAM a lot; with 16bit samples at 48kHz the thing has 10ms of audio buffer (stereo: 5ms) if you don't need RAM for anything else :S The ADC is really nice though, 1.5 MSPS is really good for such a small/low powered thing (fills the whole RAM in under half a millisecond).

I have a fourier transform loop running on this micro which takes 64 samples and outputs 32 frequency bins. It works perfectly for generating inputs to algorithmically driven animations including a visual audio spectrum frequency analyser.

Re: 1.38 Millimeter Microcontroller

#44

A silly question (from a non-HW guy). Why are digital bathroom scales so coarse? Some have a weight resolution of +/- 500 grams. Would a better microcontroller make a weight faster or more presise? I guess this TI micro controller is overkill for a bathroom scale.

I remember that a friend told that the Nintendo Wii Balance board gave her the weight on gram resolution. Which is 10-100x better than most commercial bathroom scales. But keep in mind that precision is not the same as accuracy.

Re: 1.38 Millimeter Microcontroller

#45
post #41
post #36

This line of micros has been out for almost 2 years now but they only just took the 1.38mm^2 package out of pre-production. I started a design last year of a tiny earring with ~102 addressable LEDs on it, a microphone, a bunch of supporting circuitry and this micro. https://i.ibb.co/JWh57LLw/IMG-20260408-183807502-HDR.jpg Unfortunately by the time I was ready to order the boards I found the tiny package was unobtaniu…

These earrings look awesome btw!

Thank you! I want to try and sell them but I just have a few bugs to squash and to finish off the mechanical design of the charging cradle.

Re: 1.38 Millimeter Microcontroller

#46
post #9

It seems awesome, but I'm having a problem with figuring out how can a "normal" person use it. How would YOU use it, reader of this comment?

I'd buy it and put it in the Drawer of Dreams aka unfinished projects.

Ha! I'm going to rename my home office "The Room of Dreams"

Re: 1.38 Millimeter Microcontroller

#47
post #28

Does anyone know what would the price of this be, roughly of course, given that a customer ordered some thousands or tens of thousands? I have no grasp of even the magnitude of the price for something like this.

Price is listed on the site, the most expensive version is:

1-99 $0.720

100-249 $0.48925

0-999 $0.378

1,000+ $0.251

Re: 1.38 Millimeter Microcontroller

#48

A silly question (from a non-HW guy). Why are digital bathroom scales so coarse? Some have a weight resolution of +/- 500 grams. Would a better microcontroller make a weight faster or more presise? I guess this TI micro controller is overkill for a bathroom scale.

Mostly quality of the sensor, processing power is not a constraint. Also bear in mind that high range and high accuracy generally aren't very compatible, so to measure 100kg at a 1% accuracy is accuracy to the kg. to get +/-100g accuracy you need a +/-0.1% accuracy.

This is why highly accurate scales usually have very low max weights.

Re: 1.38 Millimeter Microcontroller

#49

Could you put a few thousand of these on a PCB and have a super duper tiny compute cluster?

Yes, but also why would you? at 24MHz, you would be better off paying 100x the price ($25) for a 2.4GHz chip (easily doable). Something like a Raspbery Pi Zero 2 W already comes pretty close to that and without the penalty of memory communication/bandwidth.

Re: 1.38 Millimeter Microcontroller

#50

Could you put a few thousand of these on a PCB and have a super duper tiny compute cluster?

I'm reminded of TIS-100, a game where you program a cluster of tiny, parallel CPUs using a custom assembly language. It's painful to get basic stuff done, but you can do some amazing things with some effort.

I love TIS-100! I actually have a couple printed copies of the reference manual somewhere.
Post reply on HN