Moddable Three features an ePaper display for elegant, unobtrusive display in any environment. The 80 MHz ESP8266 microcontroller with integrated Wi-Fi, 4 MB of flash memory, and 80 KB of RAM has more than enough power to control the display.
With its low price and ease of software development, Moddable Three is the perfect choice for building connected display projects.
The expansion header on Moddable Three has five programmable pins that allow you to communicate with variety of peripherals using digital, analog input, PWM, and I²C. There's also 3.3V and ground pins to power your peripherals.
The programmer header has two additional pins which you can use for serial or digital communication when not using the debugger.
For convenience, there's also a built-in LED and programmable push button.
Moddable believes JavaScript is the best language for building IoT products. We’ve heard from many developers that they agree with us, but that it is important to them to be able to use TypeScript.
Continue reading...
The hardware specific Developers Guides are part of the extensive documention available on the Moddable GitHub site.
The fonts displayed on the screen of an IoT product are a key part of its brand, establishing the overall feel of the product. All of Moddable’s commercial clients use the custom font support in the Moddable SDK to brand their products.
Continue reading...
One of the defining features of the Moddable SDK is its outstanding support for displays in IoT products. Much of that work has focused on LCD touch screens, but ePaper displays have also been supported from the beginning.
Continue reading...
The first article of this series describes how to issue HTTP requests in applications built with the Moddable SDK using information from REST APIs. This article builds on the concepts from the first article and explains how to use the Moddable SDK’s TLS stack in applications to make HTTPS requests.
Continue reading...
The JavaScript language is preparing to add built-in support for integers of arbitrary size with a new feature named BigInt. The built-in Number type is accurate to 53-bits of precision, which is insufficient for many tasks.
Continue reading...