Project

General

Profile

Firmware » History » Version 6

KalleP, 2012-08-28 09:43

1 1 peter
h1. LAOS firmware
2
3
h3. Firmware
4
5 6 KalleP
The "Firmware":/index.php/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":/index.php/Config.txt_this. To test the hardware, a separate test program is written. Its use is described "here":/index.php/Mainboard_Rev2#Testing_the_board.
6 1 peter
7 6 KalleP
The firmware uses a simple instruction language that is described [[SimpleCode|here]]. These instructions are used to instruct the laser to move, cut and mark.
8 1 peter
9
h3. Download compiled versions
10
11
The compiled firmware file is here (save to your MBED):
12
13 2 bartb
p(((. https://tuxic.nl/laos/firmware/mbed/laoslaser/laoslaser_LPC1768.bin
14 1 peter
15
16 3 peter
The configuration files are here (download, modify for your machine, and save on MBED as *config.txt*):
17 1 peter
18
p(((. https://tuxic.nl/laos/firmware/config
19 4 peter
20
21
h1. Development
22
23
These are other version of the firmware that might fix some bugs.
24
25
* Development Firmware V0.4 (Dated 11-aug-2012) Fixes the laser power on problem- ["Download":https://tuxic.nl/laos/firmware/mbed/laoslaser/laoslaser-12-08-2012.bin] and save to your MBED.