Blueprint Engineering
Blueprint Engineering Kit Blueprint Engineering Class Pack Blueprint Engineering Class Pack (1 kit) (10 kits: 20 students) (15 kits: 30 students) Bring engineering excitement to yo ur middle and high school learners at school or at home! The Blueprint Engineering Kit supports 1–2 learners, helping them grasp foundational engineering and robotics concepts as they design, build, and power working prototypes. Blueprint Engineering helps take mechanical and structural engineering concepts to the next level with power, sensors, and motors—all without the need for programming. EASY PROTOTYPING: Includes 355 mechanical parts and 17 electrical Bits that are easy to assemble for rapid prototyping due to their practical size and visual and technical simplicity. LESSONS & UNIT PLANS INCLUDED: Access 100+ hours of in-depth, standards-aligned lessons and unit plans (including over 30 guided builds). Blueprint Engineering is also fully compatible with Blueprint Build unit plans HANDS-ON PROBLEM SOLVING: Students quickly design, build, and test mechanical and electrical engineering concepts in a single class period. ENGINEERING & BEYOND: Students explore cross-curricular concepts in robotics, engineering, and design while learning critical thinking, problem-solving, and collaboration skills. RELEVANT LEARNING: Flexible and standards-aligned lessons and unit plans guide learners through simple and compound machines and calculating mechanical advantage. BUILD IN CAD: Support CAD curriculums with Blueprint Engineering parts in SolidWorks, OnShape, and STEP files. This product has been awarded: • EdTech Breakthrough See all our awards on our Press Page. Engage your middle or high school learners in foundational engineering, robotics, and design processes with the Blueprint Engineering Class Pack. This Class Pack provides educators with 10 Engineering Kits, 2 Engineering Class Pack Accessory Kits, and all the resources and tools needed to teach mechanical and electrical engineering in an approachable way while building a foundation for robotics without programming. Each of the 10 kits offers students a toolbox of 355 mechanical parts and 17 electrical Bits, a Quick Start Guide, and engineering challenges to introduce students to prototyping. Customize the Blueprint experience based on skill level and subject area. Blueprint is perfect for beginners learning about powered and unpowered simple machines, yet scalable to the needs of advanced learners engaging in more complex topics such as control systems and digital electronics. EASY PROTOTYPING: The mechanical parts and electrical Bits are easy to assemble and disassemble for rapid prototyping due to their practical size and visual and technical simplicity. LESSONS & UNIT PLANS INCLUDED: Access 100+ hours of in-depth, standards-aligned lessons and unit plans (including over 30 guided builds). Blueprint Engineering is also fully compatible with Blueprint Build unit plans HANDS-ON PROBLEM SOLVING: Students quickly design, build, and test mechanical and electrical engineering concepts in a single class period. ENGINEERING & BEYOND: Students explore cross-curricular concepts in robotics, engineering, and design while learning critical thinking, problem-solving, and collaboration skills. RELEVANT LEARNING: Flexible and standards-aligned lessons and unit plans guide learners through simple and compound machines and calculating mechanical advantage. BUILD IN CAD: Support CAD curriculums with Blueprint Engineering parts in SolidWorks, OnShape, and STEP files. This product has been awarded: • EdTech Breakthrough See all our awards on our Press Page. Engage your middle or high school classroom in foundational engineering, robotics, and design processes with the Blueprint Engineering Class Pack. This Class Pack provides educators with 15 Engineering Kits, 3 Engineering Class Pack Accessory Kits, and all the resources and tools needed to teach mechanical and electrical engineering and start building a foundation for robotics without programming. Each of the 15 kits offers students a toolbox of 355 mechanical parts and 17 electrical Bits, a Quick Start Guide, and engineering challenges to introduce students to prototyping. Customize the Blueprint experience based on skill level and subject area. Blueprint is perfect for beginners learning about powered and unpowered simple machines, yet scalable to the needs of advanced learners engaging in more complex topics such as control systems and digital electronics. EASY PROTOTYPING: Includes 355 mechanical parts and 17 electrical Bits that are easy to assemble for rapid prototyping due to their practical size and visual and technical simplicity. LESSONS & UNIT PLANS INCLUDED: Access 100+ hours of in-depth, standards-aligned lessons and unit plans (including over 30 guided builds). Blueprint Engineering is also fully compatible with Blueprint Build unit plans HANDS-ON PROBLEM SOLVING: Students quickly design, build, and test mechanical and electrical engineering concepts in a single class period. ENGINEERING & BEYOND: Students explore cross-curricular concepts in robotics, engineering, and design while learning critical thinking, problem-solving, and collaboration skills. RELEVANT LEARNING: Flexible and standards-aligned lessons and unit plans guide learners through simple and compound machines and calculating mechanical advantage. BUILD IN CAD: Support CAD curriculums with Blueprint Engineering parts in SolidWorks, OnShape, and STEP files. This product has been awarded: • EdTech Breakthrough See all our awards on our Press Page. 355 mechanical parts, 17 electrical Bits, and a large and small storage bin 10x Challenge Cards Educator Resources - Downloadable guides, lessons & unit plans, and more! See all pieces in each Blueprint Engineering offering 10 Kits (each kit includes 355 mechanical parts, 17 electrical Bits, and a large and small storage bin) 2 Blueprint Engineering Educator Guides 2 Build Kit Class Pack Accessory Packs (with large storage bin) 2 Bonus Power Bits 10 sets of 10 Challenge Cards 2 Multi-chargers Educator Resources - Downloadable guides, lessons & unit plans, and more! See all pieces in each Blueprint Engineering offering 15 Kits (each kit includes 355 mechanical parts,17 electrical Bits, and a large and small storage bin) 3 Blueprint Engineering Educator Guides 3 Build Kit Class Pack Accessory Packs (with large storage bin) 3 Bonus Power Bits 15 Sets of 10 Challenge Cards 3 Multi-Chargers Educator Resources - Downloadable guides, lessons & unit plans, and more! See all pieces in each Blueprint Engineering offering Small storage bin: Weight: 3.5 lb L: 17.8 inches W: 12.9 inches H: 3.2 inches Large storage bin: Weight: 9.4 lb L: 17.8 inches W: 12.9 inches H: 8 inches Small storage bin: Weight: 3.5 lb L: 17.8 inches W: 12.9 inches H: 3.2 inches Large storage bin: Weight: 9.4 lb L: 17.8 inches W: 12.9 inches H: 8 inches Large storage bin: Weight: 9.4 lb L: 17.8 inches W: 12.9 inches H: 8 inches Small storage bin: Weight: 3.5 lb L: 17.8 inches W: 12.9 inches H: 3.2 inches // Shared SKU Map var skuMap = { '750-0904': { title: 'vtitle01', subtitle: 'vsub01', description: 'vdescr01', included: 'vwhats01', dimensions: 'vdims01', cta: "" }, '750-0925': { title: 'vtitle02', subtitle: 'vsub02', description: 'vdescr02', included: 'vwhats02', dimensions: 'vdims02', cta: "" }, '750-0935': { title: 'vtitle03', subtitle: 'vsub03', description: 'vdescr03', included: 'vwhats03', dimensions: 'vdims03', cta: "" }, // Add more mappings as needed }; // Update title based on SKU var skuTitleElement = document.querySelector('.product-meta__sku-number'); var titleElement = document.querySelector('.product-meta__title'); function updateTitleBasedOnSKU(skuMap) { var skuNumberTitle = skuTitleElement.textContent.trim(); if (skuMap.hasOwnProperty(skuNumberTitle)) { var divId = skuMap[skuNumberTitle].title; var divContent = document.getElementById(divId); if (divContent) { titleElement.textContent = divContent.textContent.trim(); var inlineStyles = divContent.getAttribute('style'); titleElement.setAttribute('style', inlineStyles); divContent.style.display = 'block'; } } } updateTitleBasedOnSKU(skuMap); // Update subtitle based on SKU var skuSubtitleElement = document.querySelector('.product-meta__sku-number'); var skuElement = document.querySelector('.product-meta__sku'); function updateSubtitleBasedOnSKU(skuMap) { var skuNumberSubtitle = skuSubtitleElement.textContent.trim(); if (skuMap.hasOwnProperty(skuNumberSubtitle)) { var divId = skuMap[skuNumberSubtitle].subtitle; var subtitleDiv = document.getElementById(divId); if (subtitleDiv) { var existingSubElement = document.querySelector('.product-meta__sub'); var newDivElement = document.createElement('div'); newDivElement.className = 'product-meta__sub'; newDivElement.innerHTML = subtitleDiv.innerHTML; newDivElement.style.display = 'block'; if (existingSubElement) { existingSubElement.replaceWith(newDivElement); } else { skuElement.insertAdjacentElement('beforebegin', newDivElement); } } } } updateSubtitleBasedOnSKU(skuMap); // Update description based on SKU var skuDescriptionElement = document.querySelector('.product-meta__sku-number'); var descriptionContentElement = document.querySelector('.product-meta__description-content'); function updateDescriptionBasedOnSKU(skuMap) { var skuNumberDescription = skuDescriptionElement.textContent.trim(); if (skuMap.hasOwnProperty(skuNumberDescription)) { var divId = skuMap[skuNumberDescription].description; var descriptionDiv = document.getElementById(divId); if (descriptionDiv && descriptionContentElement) { var existingDescriptionElement = document.querySelector('.product-meta__description-content .btdescr'); var newDescriptionElement = document.createElement('div'); newDescriptionElement.className = 'btdescr'; newDescriptionElement.innerHTML = descriptionDiv.innerHTML; newDescriptionElement.style.display = 'block'; if (existingDescriptionElement) { existingDescriptionElement.replaceWith(newDescriptionElement); } else { descriptionContentElement.appendChild(newDescriptionElement); } } } } updateDescriptionBasedOnSKU(skuMap); // Function to update CTA button text based on SKU map function updateCTAButtonText(skuMap) { var addButton = document.querySelector('.product-form__add-button'); if (addButton) { var skuNumber = document.querySelector('.product-meta__sku-number').textContent.trim(); if (skuMap.hasOwnProperty(skuNumber) && skuMap[skuNumber].cta) { var ctaText = skuMap[skuNumber].cta; // Accessing the CTA button text from SKU map // Update button text addButton.textContent = ctaText; } // If no 'cta' variable is defined or SKU not found in map, do nothing } } // Run update function on page load document.addEventListener('DOMContentLoaded', function() { updateCTAButtonText(skuMap); // Using skuMap defined in the inline script above });
More you might like
Related
Sphero Blueprint Engineering Kit
Related
Engineering Blueprint Placemat Set
Related
SPHERO Blueprint Engineering Kit
Related