
Overview
Ideal for Budding architects from age 12 years old to learn all about contemporary architectural design while using advanced building methods and materials. Arckit A100 is the perfect STEM & STEAM educational tool for boys and girls to be enjoyed at home as a step-up from building block toys or in the classroom for school.
From finished presentation models, to building sections and open-top models, you can now can explore your advanced contemporary architectural designs and build ultra-sleek creations with Arckit A100 scale model building kit. (Scale 1:50 / 1/4).
The A100 building kit comes with:
- 188 Arckit pieces (Architectural building blocks).
- 22 x Reusable Arckitexture decals (including white louvres, light timber, dark brick and vegetation).
- 35 x Arckit cardboard pop-outs (including figurines, trees & furniture).
Add more cardboard pop-outs. - Features a pitched roof design set.
- 1 x Introductory booklet with instructions for 1 design, reusable box.
- A further 3+ alternative building design instructions are available online as well as lots more printable Arckitexture decals and Arckit inspiration.
- Arckit Digital components are also available to build via SketchUp and Revit platforms.
- Reusable storage box for components and accessories.
- Package dimensions: 350x280x60mm
- Recommended for age 12+
And remember that all Arckit construction sets are compatible with one another!
Get Inspired

A few weeks ago, an announcement was posted on the Arduino Forum mentioning new improvements on the software side of the Arduino/Genuino 101. With this release, the board--which was developed in collaboration with Intel--is reaching its full potential, with not only better code generation but unlocking useful features to make your sketches even more interactive as well. You can easily upgrade the core using the Arduino IDE’s Board Manager (pictured below), while Arduino Create users will be automatically updated, so no action is required--the cool thing about the cloud! In more detail: The GCC compiler has been updated to support hardware extensions to the ARC EM core in the Intel® Curie™ module. This provides significant improvements in floating point operations, bit shifting, and other operations to enhance Sketch performance. The Arduino/Genuino 101 platform offers 2MB Flash storage onboard, which is now enabled for user sketches. An experimental driver has been implemented to enable the I2S interface via the CurieI2S library. Connecting the I2S bus to an external DAC (digital to analog converter) allows users to play high-quality music (HiFi). Other improvements and bug fixes: Motion Sensor: Several sample sketches, like MotionDetection, have been implemented to demonstrate the application of the IMU data Bluetooth LE: Several new examples for BLE peripheral library added IMU: Correct motion detection setting implemented Library CurieTimerOne APIs are now compatible with the TimerOne library For comprehensive release notes refer to the Intel Open Source Technology Center on GitHub.