.LLSP

File LLSP

LEGO Education SPIKE Project
Fai una domanda
RISPOSTA RAPIDA

Un file .llsp è un progetto salvato dalla versione 2 dell'app LEGO Education SPIKE, contenente il programma a blocchi o in Python creato da uno studente per un robot SPIKE Prime o SPIKE Essential. Si tratta di un archivio ZIP che raggruppa un manifesto del progetto, un'immagine di anteprima SVG e un file Scratch 3 incorporato. Può essere aperto nell'app LEGO Education SPIKE su Windows, macOS, Chrome OS, iPad o Android tramite il menu File e poi Apri. Per ispezionare i contenuti grezzi, copiare il file, rinominarlo in .zip ed estrarlo.

Sviluppatore: The LEGO Group (LEGO Education) Categoria: File di sviluppo MIME: application/zip
SI APRE SU Windows macOS Linux Android iOS Web
Correlati: .DO · .MD · .HEX · .XSD

In questa pagina

19k+ estensioni indicizzate
Ultima revisione Jul 10, 2026

Non sei sicuro di cosa sia il tuo file?

Trascina qualsiasi file nel nostro identificatore - leggiamo solo i primi byte per dare un nome al formato.

Identifica un file

Che cos'è il formato di file LLSP?

Un file con estensione .llsp è un progetto LEGO Education SPIKE, salvato dalla versione 2 dell'app LEGO Education SPIKE. Contiene un programma creato da uno studente per un hub robotico SPIKE Prime o SPIKE Essential, insieme alle sue variabili e impostazioni. L'ambiente di programmazione si basa su Scratch 3, quindi un progetto può essere scritto con blocchi di parole trascinabili o in MicroPython.

Sotto il cofano, un file .llsp è un archivio ZIP. Rinominando una copia in .zip ed estraendola si scoprono un descrittore di progetto, uno screenshot vettoriale .svg usato come miniatura e un file scratch.sb3 incorporato. Quel file .sb3 è un progetto Scratch 3 standard e il suo project.json contiene l'elenco piatto degli stack di blocchi e delle variabili esattamente come appaiono nell'editor. Nel 2023, l'app SPIKE 3 ha sostituito questo formato con .llsp3 e i due non sono intercambiabili nelle versioni precedenti dell'app.

Sicurezza e incolumità

RISCHIO: 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.

Dettagli del formato

in sintesi
NOME COMPLETOLEGO Education SPIKE Projectanche noto come SPIKE Prime project, SPIKE project archive
SVILUPPATOREThe LEGO Group (LEGO Education)dal 2019
TIPO MIMEapplication/zip
TIPOBinary container (ZIP archive)
Questa estensione è usata anche da…
  • 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.
MAGIC BYTES · FIRMA DEL FILE
OFFSET
00010203
HEX
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.

Programmi che aprono file LLSP

Windows2 apps
7-Zip Open-source 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 Gratuito 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 Gratuito Copy the file to .zip and extract with The Unarchiver to view the SVG screenshot and scratch.sb3 inside.
LEGO Education SPIKE App Gratuito Open the SPIKE App and use File then Open to load the .llsp project on macOS.
Linux1 app
unzip Open-source 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) Gratuito Open the SPIKE App on a tablet and load the .llsp file from the projects screen.
iOS1 app
LEGO Education SPIKE (iPad) Gratuito Install the SPIKE App on iPad and open the .llsp project from the app's project browser.
Web1 app
convert.guru LLSP viewer Gratuito Upload an .llsp file to extract its ZIP contents (scratch.sb3, JSON manifest, SVG icon) in the browser without the LEGO app.

Dettagli tecnici

specifiche approfondite
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.
Rilasciato2019
Ultima versioneSPIKE App 2 project format (superseded by .llsp3 in SPIKE App 3)
Specificaspike.legoeducation.com

Conversioni LLSP

Domande e risposte della community

chiesto dagli utenti
Fai una domanda veloce
Ottieni aiuto da persone che lavorano con i file LLSP. Sii specifico - includi il tuo sistema e la versione del software.
Nessun account necessario · risposte solitamente entro un giorno

Ancora nessuna domanda - sii il primo a chiedere informazioni sui file LLSP.

Domande frequenti

Come si apre un file .llsp?
Installare l'app gratuita LEGO Education SPIKE su Windows, macOS, Chrome OS, iPad o Android e scegliere File, quindi Apri. Se l'app corrente lo rifiuta, utilizzare la versione precedente SPIKE App 2, che ha creato il formato .llsp.
Qual è la differenza tra .llsp e .llsp3?
.llsp è il formato di progetto della SPIKE App 2, mentre .llsp3 è il formato della SPIKE App 3. Sono strutturati diversamente e non sono intercambiabili nelle versioni precedenti dell'app, sebbene la SPIKE App 3 possa importare un .llsp e salvarlo come .llsp3.
Posso vedere cosa c'è dentro un file .llsp senza l'app LEGO?
Sì. Fare una copia, rinominare l'estensione in .zip ed estrarlo. Si troveranno un manifesto del progetto, un'immagine SVG del programma e un file scratch.sb3 che contiene il codice.
Posso convertire un programma .llsp in Python?
L'app SPIKE consente di programmare direttamente in Python. Per convertire un progetto a blocchi esistente, lo strumento della community pyspikon legge il project.json all'interno del file .llsp e genera un file .py, sebbene salti Eventi e MyBlocks.
Perché il mio file .llsp non si apre o si blocca?
La causa usuale è un project.json danneggiato o scritto parzialmente all'interno del file scratch.sb3 incorporato. Estrarre l'archivio e riparare o sostituire quel JSON può recuperare un progetto bloccato.
I file .llsp sono sicuri da aprire?
Sì. Sono file di dati di progetto, non programmi, e nulla viene eseguito quando vengono aperti al di fuori dell'app SPIKE. Trattare gli archivi provenienti da fonti sconosciute con la stessa cautela di qualsiasi ZIP scaricato.

Riferimenti

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

Continua a esplorare

nel database

Migliori estensioni della settimana

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

Estensioni correlate

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

Strumenti file gratuiti

Un identificatore di file e convertitore di immagini nel browser - tutto viene eseguito sul tuo dispositivo.

Apri la cassetta degli attrezzi

Sfoglia le estensioni dei file A-Z