Meet our team in San Diego, United States, from Tuesday 23 until Thursday 25 of April at XPONENTIAL, booth 4700

Update (24/04/2024): We have plenty of stock of all our products, find us also in and    Shop now

Meet our team in San Diego, United States, from Tuesday 23 until Thursday 25 of April at XPONENTIAL, booth 4700

Hide your code inside the programmable simpleRTK2B-SBC

SBC mpy-cross

Sometimes we want to hide the source code to the user visibility.
In C this is easy because C source code and C executable are separate files, but in python you only have source files that are compiled in runtime.
Micropython uses a tool named mpy-cross to build some components in the host machine and add them to the micropython compiled firmware. This tool can be also used to distribute precompiled python files, known as .mpy files, that only contains python bytecode, not python source code, and can be loaded in runtime by the micropython virtual machine.

  • mpy files has two main advantadges
    • Removes source code and offers bytecode compiled firmware distribution.
    • Avoids compilation stage on the SBC, reducing RAM usage
  • To build the .mpy file, you need an mpy-cross tool, this tool is created by micropython and sources can be download and build from Github.
    Here you have the compiled windows version.
  • Note that SBC runs with micropython 1.13, so mpy-cross tool must be built from this version too.

Procedure

The steps are simple:

1 Create a python file with your source code. In our case:

#welcome.py  
print( "hello world" ) 

2 Unzip the compiled windows version and place in the same folder:
– Your micropython source file
– mpy-cross.exe
– cygwin1.dll

3 Compile the file with mpy-cross tool. This should generate welcome.mpy file.

image.png

4 Copy the .mpy file to the SBC memory

5 To run the .mpy file, import your mpy file as a normal module:

image.png

If you liked this content, you can follow us on Twitter, YouTube, Facebook or LinkedIn to stay updated of content like this.

Got any questions or requests?
Contact us! We'll answer <24 hours!

Icon
Contact ArduSimple
Close

Want to learn more about GPS/RTK?

1. Our engineering team will contact you to solve any questions
2. We will keep you updated about promotions and new product releases
3.You will only hear from us when we have important news, we won’t spam your email