Search the web
Sign In
New User? Sign Up
makingthings · Teleo by MakingThings
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 252 - 281 of 1524   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
252
I am running MacOS 10.3.3. -Chuck- ... -- Fight Spam! Join CAUCE! == http://www.cauce.org/...
Chuck Rice
Chuck@...
Send Email
Apr 1, 2004
11:43 am
253
What causes the Lost and found messages? -Chuck- [~/teleo/samples] chuck...
Chuck Rice
Chuck@...
Send Email
Apr 1, 2004
5:13 pm
254
I only have one Module, the Mini Starter module. But I added some code to tmt to get the module count and in my main program, it tells me I only have one...
Chuck Rice
Chuck@...
Send Email
Apr 2, 2004
3:30 am
255
Hello Chuck, I'll have to double check in the code, but I think that what you are seeing is that the Intro Module is, in a sense, two modules: a USB Translator...
michael shiloh
makingthingscom
Offline Send Email
Apr 2, 2004
5:35 am
256
Is the source for TeleoModuleManager.c available? -Chuck- (gdb) s TMM_buttonPressCallbackSet (tmm=0x1002c0, buttonPress=0x28e0 <buttonPress>) at...
Chuck Rice
Chuck@...
Send Email
Apr 2, 2004
6:14 am
257
I think it is this line: TMM_moduleFindCreate( teleoModuleManager, "3", "3", NULL, &mioTest ); in TeleoModuleTest.c that is creating the phantom module. I do...
Chuck Rice
Chuck@...
Send Email
Apr 2, 2004
6:21 am
258
Yep, I do believe you're right. The general philosophy is that if a NULL is given in the place of the address, then the caller is asking the system to find the...
michael shiloh
makingthingscom
Offline Send Email
Apr 2, 2004
6:49 am
259
Hi Chuck, I've just put up a new version of our SDK that includes the Intro module. This is version 1.0.1 at: ...
michael shiloh
makingthingscom
Offline Send Email
Apr 2, 2004
7:48 am
260
... That seems to work great! Thanks. I will play with it some more tomorrow. -Chuck- -- Fight Spam! Join CAUCE! == http://www.cauce.org/...
Chuck Rice
Chuck@...
Send Email
Apr 2, 2004
9:31 am
261
Hi all, I¹ve just bought a whole bunch of sensors from making things, I¹m using the cookbook to wire some of this sensors but there are others that don¹t...
andre goncalves
oksuitcase
Offline Send Email
Apr 2, 2004
11:38 am
262
... I have only tried the Long Range Infrared Proximity Sensor so far, but it is wired: Red +5 Black Ground Yellow Ain0 And that is all you need....
Chuck Rice
Chuck@...
Send Email
Apr 2, 2004
3:19 pm
263
The: #ifndef __cplusplus // built-in type in c++ typedef unsigned char bool; #endif in TeleoTypes.h conflicts with #include <curses.h> I am a C...
Chuck Rice
Chuck@...
Send Email
Apr 2, 2004
6:22 pm
264
Hi Chuck, Interesting. I don't get that. Possibly a different version of curses.h? My /usr/include/curses.h, around line 80, says: * A further complication is...
michael shiloh
makingthingscom
Offline Send Email
Apr 2, 2004
8:02 pm
265
That appears to fix it. At least it compiles both with and without curses.h included now. -Chuck- ... -- Fight Spam! Join CAUCE! == http://www.cauce.org/...
Chuck Rice
Chuck@...
Send Email
Apr 2, 2004
8:19 pm
266
Hi Andre, 1. Force Sensor The Force Sensor is a resistive sensor. You should have received a 10K resistor as well. Hookup is very similar to the photocell, so...
michael shiloh
makingthingscom
Offline Send Email
Apr 2, 2004
10:30 pm
267
Hi Andre, I realize I forgot to answer your question regarding the piezo sensor. There is a cookbook entry for this sensor at: ...
michael shiloh
makingthingscom
Offline Send Email
Apr 2, 2004
10:42 pm
268
Glad to hear that, Chuck. Let us know of any other issue. Michael...
michael shiloh
makingthingscom
Offline Send Email
Apr 2, 2004
10:49 pm
269
When a program such as intro_chart starts up to monitor the Intro Module, it starts oputing values right away. But they are all zero. After 10 seconds, I start...
Chuck Rice
Chuck@...
Send Email
Apr 3, 2004
12:34 am
270
Hi Chuck, When you call the create function, an appropriate structure is allocated and populated in various levels. However, the created device is not really ...
michael shiloh
makingthingscom
Offline Send Email
Apr 3, 2004
5:26 am
271
Ok. I addes a device bound callback to the intro_chart program. The result is below. Explains most of the delay, though it looks like more than 5 seconds....
Chuck Rice
Chuck@...
Send Email
Apr 3, 2004
8:14 am
272
Hiya, I have just put up on our website a modified version of our shared library for Teleo Max. If no Teleo hardware is found, the original library tries to...
michael shiloh
makingthingscom
Offline Send Email
Apr 3, 2004
8:40 am
273
I am a bit confused here. What is the difference between a callback and a system callback? // assign the callbacks TC_receiveCallbackSet( teleoChannel, receive...
Chuck Rice
Chuck@...
Send Email
Apr 4, 2004
7:00 pm
274
Hi ( Michael ! ) (Sorry .... I just started with Teleo, not sure if anyone has asked this question before ....) If I don't attach the Teleo, the MAX patch (...
Stan Wijnans
stanscratch
Offline Send Email
Apr 4, 2004
8:33 pm
275
Hi Stan, Are you using OS 10.3? If so, there is an experimental replacement library which might help. Get it from our downloads page. Please let me know how it...
michael shiloh
makingthingscom
Offline Send Email
Apr 5, 2004
11:55 am
276
Hi Chuck, Nope. Your C nuance knowledge would seem to be intact. The ampersand form (for TC_outputCallbackSet( ) and for TC_timerRequestCallbackSet() ) is...
David Williams
dvdwllms
Offline Send Email
Apr 6, 2004
4:18 am
277
I think that the functions TIntroAin_minSet( sensorAin1, 0.0 ); TIntroAin_maxSet( sensorAin1, 500.0 ); are missing. At least I cannot find them and it seems...
Chuck Rice
Chuck@...
Send Email
Apr 6, 2004
8:10 am
278
Um, sorry about the post - it's already been answered. My bad for not reading all the posts. Sorry. I'll check out the revised library pronto. -Ben...
Ben Smith
ben54322002
Offline Send Email
Apr 6, 2004
1:16 pm
279
... Re: [makingthings] Wiring specific sensors help! Hi! sorry to bother again, but Im still dueling in here to wire my Infrared Proximity Sensor & Tilt...
andre goncalves
oksuitcase
Offline Send Email
Apr 6, 2004
10:52 pm
280
Hi Chuck, Historically, we had implemented scaling functionality to mirror the Max components where it is very appropriate and saves a lot of messing around. ...
David Williams
dvdwllms
Offline Send Email
Apr 7, 2004
4:40 am
281
I also am wondering about this. When I open a patch with Teleo objects (and no module connected) it causes a message something like 'not our module' to be...
Ben Smith
ben54322002
Offline Send Email
Apr 7, 2004
10:41 am
Messages 252 - 281 of 1524   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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