Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

timexdatalinkusbdevelop · Timex Data Link USB Development

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 184 - 213 of 1610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
184 rayandanja Send Email Sep 1, 2005
12:41 pm
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 Send Email
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 Send Email
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 Send Email
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 Send Email
Sep 1, 2005
5:04 pm
... If I remember correctly, there are 2 stopwatch "resources&quot;. The regular chronometer that comes with the watch uses them both, whereas the simple chrono...
189 rayandanja Send Email 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 Send Email
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... Send Email
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 Send Email
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... Send Email 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 Send Email Sep 7, 2005
12:18 am
It's this macro call: UTL_COPY_BUFFER ;IY=source HL=dest B=# Ray...
195 rayandanja Send Email 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 Send Email
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 Send Email 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 Send Email 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 Send Email 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... Send Email
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 Send Email 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... Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email
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 Send Email
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 Send Email 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...
Messages 184 - 213 of 1610   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help