Skip to content

groklearning/esplora-sim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esplora Simulator

This is a simulator to run students Arduino Esplora code and save the state. It enables the running of Arduino sketches, and can receive input messages for all the peripheral hardware on the Esplora.

How do I get it?

Clone from github and compile:

$ git clone https://github.com/obrasier/esplora-sim
$ cd esplora-sim
$ make

This will create a build directory with the executable in build/esplora_sim.

The sketch should be placed in src/sketch/sketch.ino, and run make to compile and build.

It is possible to see the output in the microbit simulator running run_gui.sh after you have compiled the program.

About

Esplora simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.2%
  • C 40.7%
  • Python 7.0%
  • Other 2.1%