Project

General

Profile

Actions

Firmware » History » Revision 8

« Previous | Revision 8/29 (diff) | Next »
axel, 2012-11-14 16:00


LAOS firmware

Firmware

The Firmware is the code that controls the motor and laser. It is installed on the mainboard. Installation of the firmware on the controller, and configuration of the firmware for your system is described here. To test the hardware, a separate test program is written. Its use is described here.

The firmware uses a simple instruction language that is described here. These instructions are used to instruct the laser to move, cut and mark.

Download compiled versions

The compiled firmware file is here (save to your MBED):

https://github.com/LaosLaser/Firmware

The configuration files are here (download, modify for your machine, and save on MBED as config.txt):

http://redmine.laoslaser.org/projects/laos/wiki/LAOS_configuration_file

The MBED uses the latest .bin file (timestamp).

Development

These are other version of the firmware that might fix some bugs.

  • Development Firmware V0.4 (Dated 11-aug-2012) Fixes the laser power on problem- [Download] and save to your MBED.

The compiler (currently) creates two .bin files.

laos.bin and laos-lpc.bin.

LPC is (experimental) for the lpcexpresso.

Updated by axel over 11 years ago · 8 revisions