1.38 Millimeter Microcontroller
1–10 of 106 posts
Re: 1.38 Millimeter Microcontroller
#2Re: 1.38 Millimeter Microcontroller
#3It 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?
Applications
• Battery charging and management
• Power supplies and power delivery
• Personal electronics
• Building security and fire safety
• Connected peripherals and printers
• Grid infrastructure
• Smart metering
• Communication modules
• Medical and healthcare
• Lighting
Re: 1.38 Millimeter Microcontroller
#4It 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?
But like *really* tiny.
Re: 1.38 Millimeter Microcontroller
#5It 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?
The applications required only I2C to communicate with a bunch of other integrated circuits and a few general-purpose pins.
An example of an application was a kind of hardware video converter, which received video input from a camera and then sent it wirelessly or on cables, where the MCU configured and reconfigured everything on the board, after reset or when certain buttons were pressed, and the configuration for some things, like a HDMI transmitter, was complicated, requiring the reading and the writing of many internal registers via I2C, so a MCU was really needed.
There are many types of complex integrated circuits that need to be configured with values written in internal registers to be usable, so, even if just for the initial configuration after reset, you need some small MCU that can write the registers via I2C or SPI. For this, the smaller the MCU is, so it will not take space on the PCB just for booting the other ICs, the better.
Re: 1.38 Millimeter Microcontroller
#6Re: 1.38 Millimeter Microcontroller
#7Re: 1.38 Millimeter Microcontroller
#8Could you put a few thousand of these on a PCB and have a super duper tiny compute cluster?
Re: 1.38 Millimeter Microcontroller
#9It 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?