.LLSP

LLSP ファイル

LEGO Education SPIKE Project
質問する
クイック回答

.llsp ファイルは、LEGO Education SPIKE App バージョン 2 によって保存されるプロジェクトファイルです。これは、学生が SPIKE Prime または SPIKE Essential ロボット用に作成したブロックベースまたは Python のプログラムを保持します。このファイルは、プロジェクトのマニフェスト、SVG プレビュー画像、および埋め込まれた Scratch 3 ファイルをまとめた ZIP アーカイブです。Windows、macOS、Chrome OS、iPad、または Android の LEGO Education SPIKE App で「ファイル」から「開く」を選択して開きます。生のコンテンツを確認するには、ファイルをコピーして拡張子を .zip に変更し、展開してください。

開発元: The LEGO Group (LEGO Education) カテゴリ: 開発用ファイル MIME: application/zip
対応OS Windows macOS Linux Android iOS Web
関連: .DO · .MD · .HEX · .XSD

このページの内容

19k+ 個の拡張子を索引済み
最終確認日:Jul 10, 2026

ファイルの種類がわかりませんか?

ファイルを識別ツールにドロップしてください。最初の数バイトを読み取って形式を特定します。

ファイルを識別する

LLSP ファイル形式とは?

拡張子が .llsp のファイルは、LEGO Education SPIKE App のバージョン 2 で保存された LEGO Education SPIKE プロジェクトです。これは、学生が SPIKE Prime または SPIKE Essential ロボティクスハブ用に作成したプログラムと、その変数および設定を保持します。コーディング環境は Scratch 3 をベースに構築されているため、プロジェクトはドラッグ・アンド・ドロップのワードブロックまたは MicroPython で記述できます。

内部的には、.llsp ファイルは ZIP アーカイブです。コピーしたファイルの名前を .zip に変更して展開すると、プロジェクト記述子、サムネイルとして使用される .svg ベクタースクリーンショット、および埋め込まれた scratch.sb3 ファイルが現れます。その .sb3 ファイルは標準の Scratch 3 プロジェクトであり、その中の project.json には、エディターに表示される通りのブロックスタックと変数のフラットなリストが含まれています。2023年に SPIKE App 3 がこの形式を .llsp3 に置き換えたため、古いアプリバージョンではこれら 2 つに互換性はありません。

セキュリティと安全性

リスク: LOW

An .llsp file is a data project, not an executable. It holds Scratch-style block code, variables, an SVG preview, and optional sound assets, none of which run on your computer outside the SPIKE App. As a ZIP archive it could in theory carry unexpected members, so extract files from unknown sources with a normal archive tool and check what is inside. Corruption of the internal project.json is a known cause of a project that will not load.

形式の詳細

概要
正式名称LEGO Education SPIKE Project別名 SPIKE Prime project, SPIKE project archive
開発元The LEGO Group (LEGO Education)登場時期 2019
MIME タイプapplication/zip
タイプBinary container (ZIP archive)
この拡張子は以下でも使用されています…
  • MINDSTORMS Robot Inventor projects - The LEGO MINDSTORMS Robot Inventor (set 51515) app shares the same Scratch-3-based engine and can produce and read .llsp-style word-block projects, though its own projects usually carry the .lms extension.
マジックバイト ・ ファイルシグネチャ
オフセット
00010203
16進数
504B0304
ASCII
PK··
Standard ZIP local file header. An .llsp file is a renamed ZIP archive, so it begins with the PK signature. There is no .llsp-specific magic number; empty or spanned archives may start with PK\x05\x06 or PK\x07\x08.

LLSP ファイルを開くプログラム

Windows2 apps
7-Zip オープンソース Right-click the .llsp file and open it as an archive to browse the manifest, SVG preview, and embedded scratch.sb3 without renaming.
LEGO Education SPIKE App 無料 Install the SPIKE App and choose File then Open to load an .llsp project; use the legacy SPIKE App 2 if the file will not open in version 3.
macOS2 apps
The Unarchiver 無料 Copy the file to .zip and extract with The Unarchiver to view the SVG screenshot and scratch.sb3 inside.
LEGO Education SPIKE App 無料 Open the SPIKE App and use File then Open to load the .llsp project on macOS.
Linux1 app
unzip オープンソース Run unzip on a copy renamed to .zip to extract project.json, the SVG preview, and scratch.sb3 for inspection.
Android1 app
LEGO Education SPIKE (iPad) 無料 Open the SPIKE App on a tablet and load the .llsp file from the projects screen.
iOS1 app
LEGO Education SPIKE (iPad) 無料 Install the SPIKE App on iPad and open the .llsp project from the app's project browser.
Web1 app
convert.guru LLSP viewer 無料 Upload an .llsp file to extract its ZIP contents (scratch.sb3, JSON manifest, SVG icon) in the browser without the LEGO app.

技術的詳細

詳細仕様
EncodingZIP-compressed binary container holding JSON, SB3, and SVG members
Byte orderN/A (ZIP structure is little-endian)
ContainerZIP archive (renamed .zip)
CompressionDEFLATE (standard ZIP)
EncryptionNone; contents are stored unencrypted and can be extracted with any ZIP tool
Typical size10 KB to a few MB, depending on program size and any embedded sound assets
StructureOuter ZIP contains a project descriptor/manifest (JSON), an SVG vector screenshot used as the project thumbnail/preview, and an embedded scratch.sb3 file. The scratch.sb3 is itself a ZIP that holds project.json, which stores the flat stack of code blocks and variables shown in the editor.
IntegrityPer-member CRC-32 stored in the ZIP directory; no separate signature or hash for the project as a whole
PlatformsWindows, macOS, iOS, iPadOS, Android, Chrome OS
NotesCreated by the word-block (icon-block) and Python programming modes of the LEGO Education SPIKE App 2 for the SPIKE Prime (45678) and SPIKE Essential (45345) sets, and also used by MINDSTORMS Robot Inventor. SPIKE App 3 replaced this format with the .llsp3 extension, and .llsp3 files are not backward-compatible with older app versions. Because the code lives inside an embedded Scratch 3 project.json, community tools can read the blocks directly.
リリース日2019
最新バージョンSPIKE App 2 project format (superseded by .llsp3 in SPIKE App 3)
仕様書spike.legoeducation.com

LLSP の変換

コミュニティ Q&A

ユーザーからの質問
質問する
LLSP ファイルを扱うユーザーからヘルプを得られます。OSやソフトウェアのバージョンなど、具体的に記載してください。
アカウント不要 ・ 通常1日以内に回答されます

まだ質問はありません。LLSP ファイルについて最初の質問をしてみましょう。

よくある質問

.llsp ファイルを開くにはどうすればよいですか?
Windows、macOS、Chrome OS、iPad、または Android に無料の LEGO Education SPIKE App をインストールし、「ファイル」から「開く」を選択します。現在のアプリで拒否される場合は、.llsp 形式を作成した古い SPIKE App バージョン 2 を使用してください。
.llsp と .llsp3 の違いは何ですか?
.llsp は SPIKE App 2 のプロジェクト形式であり、.llsp3 は SPIKE App 3 の形式です。これらは構造が異なり、古いアプリバージョンでは互換性がありませんが、SPIKE App 3 は .llsp をインポートして .llsp3 として保存することができます。
LEGO アプリなしで .llsp ファイルの中身を見ることはできますか?
はい。コピーを作成し、拡張子を .zip に変更して展開してください。プロジェクトのマニフェスト、プログラムの SVG 画像、およびコードを保持する scratch.sb3 ファイルが見つかります。
.llsp プログラムを Python に変換できますか?
SPIKE App では Python で直接構築できます。既存のブロックプロジェクトを変換するには、コミュニティツールの pyspikon が .llsp 内の project.json を読み取り、.py ファイルを出力します。ただし、イベントと「マイブロック」はスキップされます。
.llsp ファイルが開かない、またはフリーズするのはなぜですか?
埋め込まれた scratch.sb3 内の project.json が破損しているか、不完全に書き込まれていることが一般的な原因です。アーカイブを展開し、その JSON を修復または置換することで、フリーズしたプロジェクトを復旧できる場合があります。
.llsp ファイルを開いても安全ですか?
はい。これらはプログラムではなくプロジェクトデータファイルであり、SPIKE App 以外で開いても何も実行されません。不明なソースからのアーカイブは、ダウンロードした他の ZIP と同様に注意して取り扱ってください。

参考文献

1FileInfo - LLSP File Extensionfileinfo.com
2Bugfixing a frozen LEGO SPIKE Prime (.llsp) file - LEGO Digital Continuum and Learning Systemdigitalbrick.home.blog

さらに探索

データベース全体から

今週のトップ拡張子

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

関連する拡張子

.DOStata Do-File
.MDMarkdown Document
.HEXIntel HEX File
.XSDXML Schema Definition
.MAPSource Map (JavaScript / CSS)
.CONFIGConfiguration File

無料ファイルツール

ブラウザで動作するファイル識別および画像変換ツール。すべてお使いのデバイス上で実行されます。

ツールボックスを開く

ファイル拡張子を A-Z で閲覧