I saw that it is mentioned that the UART.bytes is only used in the line graph widget. Is there a way to request an array of data over the UART and place these...
David, You first need to figure out how to notify your microcontroller to send an array of bytes. Maybe its as easy as sending an RPC command over to your...
... The memory that comes with my screen (3.8" blue LED backlight) is: AT45DB041B and holds 4 Mbit. The printout on the chip is "ATMEL0217 45DB041B". Check it...
Hello, 1) I am trying to make a customOS without for a board without the touchscreen controller chip installed. It seems to work but is it proper to just use...
Welcome to the Amulet Users Forum, 1) Yes, it is appropriate to use the _RAW file. If you haven't already, you should take a look at the CustomOS example in...
How feasible is it to program a button to display a drop down custom scroll list? I sort of understand how the custom scroll list example described back in...
On the memory size topic; Amulet now has the 4Mbit FLASH, so that helps. But you may need more RAM. Does anyone know if there is a larger RAM version? ... ...
Is it possible to do any math with the contents of the internal ram? For example, I would like to combine two internal ram bytes into one 16-bit integer... so...
Jason, It is possible to do some math with the contents of Internal RAM. Here are 2 methods I took from the Internal RAM documentation: 1) To add to the...
Jason, Another thing I want to add is that if you are going to be using multiple function calls to perform your math on InternalRAM variables, you should take...
All Amulet users, After talking with Philip, we did more research and it looks like the new Palm Update Utility was never uploaded to our website. We have...
Thank you both for your help... I looked through the amulet internal ram functions but I did not find some things I was hoping to see. Is it possible to...
... wondering how much memory is available to store the html interface? Is this memory upgradeable/removeable? ... AT45DB041B and holds 4 Mbit. The printout on...
Based on the R165 documentation, you should be able to send commands to the relay without any problems. I don't think you will be able to read the status from...
Elliot, To send ASCII 254 from Amulet, use the following function call: Amulet:UART.byteOut(254) As Robert said, the Amulet will not be able to accept the...
THANK YOU! I knew something was missing when I looked at the table yesterday. It did not have so many functions as this one. Thank you very much, I will be...
Hi Jason, I've come to the conclusion that you might be using an older version of the Amulet OS after reading your last couple of posts. Before you can use the...
Thanks all for all the help so far, it's appreciated. I shouldn't have any problem setting up the interface I want, and I can deal with those problems when the...
I have a question regarding Palms in general. I am not a Palm user and the only Palm I own is the one for updating the Amulet and I bought a refurbished Palm...
Hello all, I have big problem with my new 5.7" kit from Amulet. First, the kit worked just fine, the first day I received it. Then, I didn't play with it for...
Raimond, Email me a contact number and I'll give you a call. There are some things we can check together over the phone to see if we can get your unit back up...
Thanks to Amulet team, Jim Webber and others, seems to have one of the best support team in this type of bussines. There was a lcd contrast problem, now is...
Hello, I am using the alphanumeric keypad (alphaKey.html) that you guys provide in the examples. I was wondering what is the easiest way to prevent the user...
Philip, I'll post an example in the "Files" section of the Amulet Easy GUI Users Group by the end of the week. The example I'll post will be very similar to...
I just uploaded a modified version of the keyboard example to the "Files" section of the Amulet Easy GUI Users Group. The modified version of the keyboard...
Hi, I just noticed that the new screens and old controller boards don't work together. That is, the graphical part seems to work but the touch sensitive part...
Phil, You are correct that the board used by the older 5.7" black and white display is incompatible with the newer 5.7" blue mode display. The previous ...