We are using the Amulet 3.8" kit and wish to power and communicate through the 14 pin connector on the back. However, when we attempted to configure the board...
Cody, You need to cut the traces between the JTXD and JRXD pads. Doing so will bring out the Amulet UART lines to pins 8 and 10 of the 14 pin connector. You...
Ed, Thank you for your quick response. I was afraid we would have to cut the traces. Was there some reason the jumpers were removed from this board and...
Hi, I use a LineGraph to plot weather data, and I usually have 96 data points that fills the whole width of the graph. Sometimes some of the leftmost data in...
I have an application where the user enters numerical data into two seperate string fields. After the user enters the data into the string fields, he/she...
Scott, One thing you can do is keep track of 2 separate character counters, one for each string field. Increment or decrement the appropriate character counter...
Hello, I am attempting to display a numeric value as '1.', such as might appear as indexes of items in a list (i.e. numbered bullet items). Index values must...
Hi Ross, The following: <PARAM NAME="printf" VALUE="%-2i."> will left justify the numeric field and since you're budgeting to display 2 characters (1-20), the...
Hi Ed, Thanks for the response. These are two formats which I have tried. Given that I am essentially creating bullet items, it would be far from conventional...
Hope this is a simple one. I have a couple of custom buttons on a screen, using up and down images in a toggle mode. When I switch to another screen to perform...
1) Many ways. Just one of the easiest: return to another page with default 'down' image. You don't have to rewrite the code for whole page, just use <embed>...
Whenever possible, I like to use lone checkboxes with custom images. They allow you to have separate states unlike the custom buttons. You can use the...
Assuming that you are saving the button state in internal ram variable 1 bit 0, and that a value of 1 causes the button to be down and a value of 0 causes the ...
What I want to do is place 3 buttons in the same place and have each one assert itself and not the others based on the value of an internal ram variable, but...
Here are some suggestions and observations. I have not tested these, so I cannot vouch for the accuracy of the explanations. 1. Within each meta element, try...
Excellent! It worked! Thanks for your help -Phillip Marks ... so I ... browser were ... that the ... last ... makes ... they ... delay ... numbers ... delay of...
Is there a method to save the entire InternalRAM, or at least a few of the variables, so that when I unplug or reset the LCD it will still remember the values?...
There is a method called Amulet:InternalRAM.saveToFlash() which will save all the InternalRAM variables to the flash. I do need to caution you in the use of...
Hello, What is the most appropriate way to connect the reset pin of an Amulet module (MK-AOB3202405x)? The datasheet states that a minimum 100ms low should be...
Hi, There doesn't appear to be such a function. The way this is dealt with in the examples (e.g. the keyboard) is to use a byte variable as a character...
Ross, You are correct in your assumption that the AOB module has on board power up reset circuitry. If you are wanting the ability to actually reset the Amulet...
I have created a field with both min=5 and both max=10. I have then set next to it 2 buttons. One increments the numfield, one decrements, both forceupdate...
Jason, Have the buttons forceUpdate some limit checking meta's before doing the actual increment/decrement of an internalRAM variable. For example, let's...
Hi Ed, Thanks for your quick response. I'm new at using your device (as well as programming in HTML, for that matter)...so i have a couple more questions to...
Hi Farah, ... This is possible using meta tags. Do you any sort of mockup of what you want the page to look like that I can reference? If so, I'd be more than ...