This is the official resource for the MIT App Inventor Extensions, use them within your own projects. Explore, create and share new functionality through App Inventor Extensions.
The Supported binaries here have been compiled and tested for release nb170, all others are not supported yet.
| Name | Description | Author | Version | Download .aix File | Source Code |
|---|---|---|---|---|---|
| BluetoothLE | Adds as Bluetooth Low Energy functionality to your applications. See BluetoothLE Documentation and Resources for more information. | MIT App Inventor | 20181124 | BluetoothLE.aix | Via GitHub |
| LookExtension | Adds object recognition using a neural network compiled into the extension. | MIT App Inventor | 20181124 | LookExtension.aix | Via GitHub |
| Name | Description | Author | Download .aix File | Source Code |
|---|---|---|---|---|
| VectorArithmetic | Takes in two vectors and can add them to return a result vector. | Ethan Hon | VectorArithmetic.aix | Source.zip |
| ImageProcessor | ImageProcessor can do a weighted combine of two images, return the greyscale of an image. Download this demo. | Justus Raju | ImageProcessor.aix | Source.zip |
| ScaleDetector | Adds as multitouch scale gesture detector to a Canvas. See Using App Inventor extensions to implement multitouch for an explanation of how this works. | Hal Abelson | ScaleDetector.aix | Source.zip |
| SoundAnalysis | Multimedia component that analyzes the pitch of a sound through the microphone and returns it. It can be used as an input to different situations, for instance to control some components with a specific sound whistle(pitch > 500Hz) or clap(pitch > 2000Hz). | Mouhamadou Oumar Sall | SoundAnalysis.aix | Source.zip |
| Name | Description | Author | Version | Download .aia File |
|---|---|---|---|---|
| ImageProcessorDemo | A project demonstrating basic image processing using an extension. | Justus Raju | 1 | ImageProcessorDemo.aia |
| LookTest | A project demonstrating how to use the Look component to classify video frames from the device camera. | Evan Patton | 20181124 | LookTest_20181124.aia |