To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *45648 (-20)
  Re: nxt + i2c sp03 Text-To-Speech?
 
(...) It sounds like the NXT probably doesn't have enough power available to run that chip, but you might look at using a BUC (Boost-Up Converter) component to bring the 4.3V supply up to a higher level? I've only been peripherally involved with (...) (19 years ago, 5-Dec-06, to lugnet.robotics.nxt)
 
  Re: nxt + i2c sp03 Text-To-Speech?
 
(...) Yes, but unfortunately the 9V sensor supply is limited to 15mA just like the RCX sensor supply. Not easy to power a module that consumes 80mA... Philo (19 years ago, 5-Dec-06, to lugnet.robotics.nxt)
 
  Re: nxt + i2c sp03 Text-To-Speech?
 
(...) That would be the LOWSPEED_9V flag? (...) I just might do that. (...) The chip used in the book I have is the SpeakJet (URL) It's a LOT cheaper than the sp03, however, it uses a serial interface and would be a lot more complicated. I'd have to (...) (19 years ago, 5-Dec-06, to lugnet.robotics.nxt)
 
  Re: NXT with C#
 
Hi Alex, I know of two tools presently available that enables you to control the NXT with C#: (...) (19 years ago, 5-Dec-06, to lugnet.robotics)
 
  RE: nxt + i2c sp03 Text-To-Speech?
 
The NXT can also optionally apply 9V to I2C sensors on the same input/wire that is used for reading the analog values. There's a flag to set this up. I know it is accessible in RobotC and I think you should also be able to set it up via NBC. SO (...) (19 years ago, 5-Dec-06, to lugnet.robotics.nxt)
 
  Re: nxt + i2c sp03 Text-To-Speech?
 
Hi Tony, (...) Nice little beast! (...) Most probably it should work. I am a bit more concerned about current consumption (80mA - not 80mAH as shown in documentation!), since the 4.3V supply can deliver 180mA for ALL seven NXT ports. You may also (...) (19 years ago, 5-Dec-06, to lugnet.robotics.nxt)
 
  nxt + i2c sp03 Text-To-Speech?
 
I'm a software guy, not a hardware guy. I have very little experience designing circuits. To show how little I know, I'm actually reading through Electronics Projects for Dummies at the moment. ;) Well in this book they describe a simple (...) (19 years ago, 5-Dec-06, to lugnet.robotics.nxt)
 
  Re: NXT with C#
 
(...) I'm just starting out with the NXT, myself, but it should be a straightforward process to wrap the (URL) fantom SDK library> as either a DLL or an ActiveX control. I've got about three other programming projects going on at the moment, but (...) (19 years ago, 4-Dec-06, to lugnet.robotics, FTX)
 
  NXT with C#
 
Hi All, Is there any COM object or DLL that I can use to access NXT unit with C#? Alex (19 years ago, 4-Dec-06, to lugnet.robotics)
 
  Re: NBC-NCX Experiences
 
(...) The simple answer is that NXC does not yet expose that functionality. I am feverishly working on implementing that API. I apologize for the compiler problems. John Hansen (19 years ago, 3-Dec-06, to lugnet.robotics.nxt)
 
  NBC-NCX Experiences
 
Hello NXT-Community, currently I make some tests with the very nice NBC-NXC compiler. My first tries to drive the Tribot around were successfully 8-) But now my question is: How can I access sensors from NXC ? All my attempts causes the compiler to (...) (19 years ago, 2-Dec-06, to lugnet.robotics.nxt)
 
  NBC Debugger
 
Tamas Sorosy has recently made his awesome NBC Debugger available via his website. (URL) this page you will find a link to the NBC Debugger as well as his excellent NBC math library. To use the debugger you should download the very latest test (...) (19 years ago, 1-Dec-06, to lugnet.robotics.nxt)
 
  Re: Custom sensors on the cybermaster
 
(...) Oops, I didn't realize that. In that case it might be perfectly allright with me, because I will need to set the light sensor against a dedicated light source anyway. Sensitivity would be just sufficient in that case, I guess. Thanks Jürgen, (...) (19 years ago, 1-Dec-06, to lugnet.robotics.cybermaster)
 
  Re: Date/Time Clock for NXT?
 
(...) I think so too. One solution to the problem would be an I2C clock "sensor", such as MindSensor's (URL) one is not directly adapted to NXT, but if there is some demand it would not be hard to do... Philo (19 years ago, 1-Dec-06, to lugnet.robotics.nxt)
 
  Re: Date/Time Clock for NXT?
 
In article <J9Jv4v.nDo@lugnet.com>, Dick Swan <dickswan@sbcglobal.net> writes (...) This question seems straightforward. In the hardware schematic PDF that Lego have published there is a block diagram of the "Power Block" on page 4. This does indeed (...) (19 years ago, 30-Nov-06, to lugnet.robotics.nxt)
 
  Re: Date/Time Clock for NXT?
 
Hi Dick, (...) that is all less than crystal clear from the AT91SAM7S data sheet, but plausible. (...) I think so, too. On page 2 at the left there is the circuit which generates VCC3V, and it is controlled by the AVR via P_EN. The 1.8V for the core (...) (19 years ago, 30-Nov-06, to lugnet.robotics.nxt)
 
  Date/Time Clock for NXT?
 
A date/time clock would be a useful addition to the NXT. Naturally, it should continue to operate even when the NXT is powered "down". So here's a question for any hardware gurus that have a good understanding of the NXT schematic. The ARM processor (...) (19 years ago, 30-Nov-06, to lugnet.robotics.nxt)
 
  Re: Custom sensors on the cybermaster
 
Hi Jerry, (...) It's not that useless, the light sensor also works passively, it's just even less sensitive than in active mode. Jürgen (19 years ago, 29-Nov-06, to lugnet.robotics.cybermaster)
 
  Re: Custom sensors on the cybermaster
 
(...) Good I found this post today - I was just about to fool around w/ one of my spare cybermasters and hook up the RIS light sensors to it. So that's obviously a useless attempt, as the active sensors won't do a thing. Which in turn means that in (...) (19 years ago, 28-Nov-06, to lugnet.robotics.cybermaster)
 
  MacNQC on Intel anyone?
 
Hi, after replacing my PowerMac and iBook with a new Intel based iMac and MacBook respectively, I yesterday hit the small but noticeably issue to get MacNQC to run on it. While the Rosetta environment seems to run MacNQC reasonably fine, it may be (...) (19 years ago, 27-Nov-06, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR