Your Amulet 3.8" module comes pre-programmed from the factory with sample µHTML pages stored in the onboard flash. If you haven't already done so, please take a few minutes to power up the Amulet module to review the pre-programmed demo. To power up the Amulet Starter Kit and begin GUI navigation, proceed as follows:
By now, you should be familiar with the operation and navigation of the Amulet module. The next step is to use the Amulet HTMLCompiler to compile and program a GUI. In keeping with a long-standing programming tradition, this section introduces you to the Amulet development tools by guiding you through the creation of a "Hello, World!" program -- Amulet Style. Proceed as follows:
Launch the HTMLCompiler by whichever means you prefer.
The HTMLCompiler will open and compile home.htm and all other files that are linked from home.htm. When the conversion is complete the compiler will display:
<Successful Compile! Ready to Program 17 files (12032 bytes) into Flash>
NOTE: DO NOT click on the Program Flash button yet because you must first prepare the Amulet module for programming.
Before you can program your "Hello, World" program into the Amulet
Flash, you must first select
a comm port and a programming baud rate.
To select a serial port for programming:
Connect one end of the 9-pin serial cable (included with the starter kit) to the serial port (J2) on the Amulet 3.8" module and the other end to the assigned serial port on your computer.
Upon clicking the Program Flash button in the Compiler window, the Compiler will attempt to send out an auto "wake-up" message to the Amulet controller. If the page currently being displayed is set up to use the same baud rate using the META tag (if META is not present, the default is 115200) as the Compiler's uP comm rate, then the Amulet controller will change to a generic "Please wait while programming flash..." screen and commence programming. If the page has a baud rate different than what the Compiler is set to, then you should set the uP comm rate in the Settings->RS232 dialog box to match the baud rate set by the META tag. This will allow the HTMLCompiler to wake up the Amulet at one baud rate and then program it at another baud rate.
* Note: If the project you compiled locks up the Amulet OS to the point where it won't accept the wake up message, or if the Amulet OS has been corrupted and you need to reload the OS, you should open the Boot M jumper on J2, which puts the Amulet chip in Programming Mode after cycling the power. Once the flash is reprogrammed, you can re-jumper Boot M.
Click on the Program Flash button in the Compiler window. If there is a comm port conflict, the compiler will display "Port is in use." If the compiler doesn't see the Amulet module, the compiler will display "Serial port timed out." Normally, though, the compiler will display a series of messages as each file within the page is flashed. When the flash programming is complete, the compiler will display:
<Successfully Flashed...>
Congratulations! You have successfully compiled and flashed your first Amulet uHTML page(s). The home page is now displayed on the LCD of the Amulet module. Navigate the GUI before proceeding to the next section.
Now, it is time to personalize your GUI. Using a text editor, such as Notepad or a "WYSIWYG" tool like Namo, open "home.htm" located in the \projects\tour\ subdirectory of the Amulet main directory. View the source code for the page and search for "Hello, World!" between the <BODY> and </BODY> tags.
Replace "World" with your name. For example, "Hello, World" should now read "Hello, John!"
Save the modified file and compile it.
Click on the Program Flash button.
Congratulations! You have successfully modified an Amulet uHTML page. A personalized version of the home page is now displayed on the LCD of the Amulet module. If desired, see Restoring
The Flash To Factory Configuration.
Before you embark on creating your own GUI from scratch, a few tips are in order:
The Easy GUI controller board comes equipped with a 2.5 mm external power connector (J3). The power requirement is 5 VDC @ 100 mA. A reset switch (momentary pushbutton, SW1 on the back of the board) resets the Easy GUI controller chip as well as LCD power.
|
CAUTION: Do not reverse the polarity on the power input. |
The Amulet 3.8" module can be powered up in different modes via the settings of the Jumper
header (J2). The power up modes include: programming mode and run mode.
![]() |
Boot Mode (Pins 3&4) -- This jumper is monitored during a reboot to determine the operational mode of the controller board; jumpered is the normal mode and open is the Flash program mode. Upon clicking on the Program Flash button in the Compiler window, the Compiler will attempt to send out an auto "wake-up" message to the Amulet controller. If the page currently being displayed is set up to use the same baud rate using the META tag (if META is not present, the default is 115200) as the Compiler's uP comm rate, then the Amulet controller will change to a generic "Please wait while programming flash..." screen and commence programming. If the page has a baud rate different than what the Compiler is set to, then you should set the uP comm rate in the Settings->RS232 dialog box to match the baud rate set by the META tag. This will allow the HTMLCompiler to wake up the Amulet at one baud rate and then program it at another baud rate. The only time you should have to remove the jumper between pins 3&4 (program mode) is when the project you compiled locks up the Amulet OS to the point where it won't accept the wake up message or if the Amulet OS has been corrupted and you need to reload the OS.
A serial connection is required between the controller board and a personal computer in order to program uHTML pages into the FLASH memory of the controller board.
The serial parameters for communications between the Easy GUI client and the server are, as follows:
Baud Rate: 9600, 19200, 57600, or 115200bpsSee Communications Protocol for more information.
Parity: None
Data Bits: 8
Stop Bits: 1
Back to Welcome - Contact Amulet - Amulet Home