I wrote a demo metronome app recently but had to use a stopwatch resource to do it in order to get reliable 16hz updates. I would like to not use any...
185
Paulo Marques
pauloemcasa
Sep 1, 2005 1:30 pm
... I looked at the tetris game by blue collar once, when I was thinking about doing a metronome application :) It does use the stopwatch resource, but it...
186
Paulo Marques
pauloemcasa
Sep 1, 2005 1:48 pm
... [...] ... I found the divider table I built once for a 16Hz timer. It was on message #18 on this group: divider bpm 4 240 Prestissimo 5 192...
187
eskerbillion@...
hairshow88
Sep 1, 2005 3:59 pm
... I've been using simple chrono and metronome demo does not seem to have any conflict with simple chrono. I just now tried using both at once. I started...
188
Paulo Marques
pauloemcasa
Sep 1, 2005 5:04 pm
... If I remember correctly, there are 2 stopwatch "resources". The regular chronometer that comes with the watch uses them both, whereas the simple chrono...
189
rayandanja
Sep 1, 2005 6:38 pm
I think Paulo's correct. I purposely chose stopwatch resource #1 instead of #0 because I figured any of the other apps that just used one resource would have...
190
Paulo Marques
pauloemcasa
Sep 5, 2005 2:37 pm
Hi, all I've been programming a somewhat large amount of code in assembly and been frustrated by the tools we have at our disposal. The emulator helps a lot,...
191
Pierre
mauricebidib...
Sep 5, 2005 3:48 pm
Hi, Is there somebody who know the maximum ASD size ?? I'm working on the VDLK (VirtualDatalink... the watch emulator) and I need this information to do a...
192
Paulo Marques
pauloemcasa
Sep 5, 2005 4:10 pm
... Bonjour, Pierre :) ... I've wondered about this myself. If any wristapp can have an ASD, then even if all wristapps just request, say, 10 bytes, it will...
193
timexdatalinkusbdevel...
Sep 5, 2005 8:45 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the timexdatalinkusbdevelop group. File :...
194
rayandanja
Sep 7, 2005 12:18 am
It's this macro call: UTL_COPY_BUFFER ;IY=source HL=dest B=# Ray...
195
rayandanja
Sep 7, 2005 11:56 am
Uh, never mind. But, I think Paulo just found the real problem (I'm hoping)... Ray...
196
Paulo Marques
pauloemcasa
Sep 7, 2005 12:27 pm
... Success!! :) Ok, I've fixed the problem I found last night and now the SciCalc application runs just fine in the emulator. Yuppy! Just for the record, the...
197
rayandanja
Sep 7, 2005 1:35 pm
That's great. Glad we got this fixed! SciCal should be a good test of your emulator because I think I used every possible instruction at least once :). Ray ...
198
rayandanja
Sep 8, 2005 12:58 am
Just tried it with my Marathon demo app and it works great. With the app loader, it's now a very nice development tool! Nice work, Ray...
199
rayandanja
Sep 9, 2005 11:30 am
Paulo, Pierre, Any way to use VDLK for debugging the .dll interface for the wristapp? Ray...
200
mauricebidibulle
mauricebidib...
Sep 9, 2005 4:24 pm
Hi Ray, It's possible to integrate the DLL interface to the VDLK. I thought to this some time ago. The interface is very simple (2 exports functions). Once the...
201
rayandanja
Sep 10, 2005 2:08 pm
Just saw some SPI flash chips like these: http://www.nexflash.com/spiflash_over2.htm Looks like I could solder that on the existing 32k chip pretty easily....
202
Pierre
mauricebidib...
Sep 10, 2005 3:24 pm
Hi Ray, It's not possible to put these chips on the watch because the existing 32k chip use I2C interface and the nextflash chips use SPI interface. Pierre...
203
Ben
saiboogu
Sep 10, 2005 5:19 pm
Which brings up a great point ... If there are larger I2C based chips out there, would it be possible to make a wristapp address the larger memory space? A...
204
rayandanja
Sep 10, 2005 5:29 pm
Of course :(. That'll teach me for writing before I'm fully awake! Ray ... existing 32k chip...
205
rayandanja
Sep 10, 2005 6:14 pm
Ben, I did add a 64k I2C chip to my test watch, but I didn't find an easy way to use it... It's not too tough to access it from within a WristApp, but...
206
rayandanja
Sep 11, 2005 2:57 am
http://crpit.com/confpapers/CRPITV40Hutterer.pdf Doesn't really mention the water-resistant feature, which is a big one for me. I am very tempted to make my...
207
Huidae Cho
geni4u
Sep 11, 2005 3:39 am
Hi, You may be interested in some bug fixes in the libdlusb library: http://geni.ath.cx/libdlusb.html Unfortunately, these days I have no time to write code...
208
Paulo Marques
pauloemcasa
Sep 12, 2005 12:17 pm
Hi, Ray :) Some time ago I was looking for ways to make my own watch. I even looked for a Sega Dreamcast memory card that already had a usable display to do it...
209
rayandanja
Sep 12, 2005 4:37 pm
I wish I knew a little more about the USB interface... I noticed a couple weeks ago a new type of SD card with an integral USB interface. This think is small...
210
rayandanja
Sep 12, 2005 4:42 pm
Fabricating display is the hard part. Even the current CPU can address a larger size than the 42x11 main area of this watch. I don't think this type of LCD...
211
Paulo Marques
pauloemcasa
Sep 12, 2005 4:58 pm
Hi, Ray ... The problem is what is considered "too much" in these environments. A display that consumes 8uA will already halve the expected life of a battery...
212
Paulo Marques
pauloemcasa
Sep 12, 2005 5:12 pm
Hi, Ray ... You're guessing right. The USB bus isn't _really_ a bus in the sense that all the devices connect to the same wires. To connect 2 (or more) devices...
213
rayandanja
Sep 14, 2005 9:52 pm
Just saw an interesting sound generating chip. Was thinking that I could connect it to the piezo and dial telephone numbers... But, the PCD3312C is sadly now...