 | | Re: spybotics header files
|
|
Nice (basic) nqc tutorial - actually I think I've seen it before The spybotics pdfs you sent are really nice!! regards, linmix (...) (19 years ago, 21-Feb-07, to lugnet.robotics)
|
| |
 | | Re: spybotics header files
|
|
Thanks! Are there any other valuable resources available? regards linmix (...) (19 years ago, 21-Feb-07, to lugnet.robotics)
|
| |
 | | Re: Extending the firmware through DrawGraphic()
|
|
(...) Unfortunately, I made several factual errors in my post on NXTasy the other day. I have attempted to correct those errors today by editing the existing post. Please make sure you read it again if you read it yesterday or earlier this morning. (...) (19 years ago, 21-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Extending the firmware through DrawGraphic()
|
|
(...) Yikes - I had no idea it was that convoluted! I want to put on some new graphics functions but I think I'll devise my own file format for those. I'll see if it's possible to hijack DrawGraphic to test it at least, but supporting new opcodes (...) (19 years ago, 21-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Extending the firmware through DrawGraphic()
|
|
(...) These variables do get used by the existing RIC format. I could tell you what they mean but then I'd have to kill you. :-) It definitely is not a good idea to try to use them for something completely different. It seems better to just add a (...) (19 years ago, 21-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Re: spybotics header files
|
|
(...) The latest version of Bricxcc (3.3.7.16) should deliver these files to your computer as part of the install. Check the Spybot directory below the BricxCC directory. John Hansen (19 years ago, 21-Feb-07, to lugnet.robotics)
|
| |
 | | Re: Extending the firmware through DrawGraphic()
|
|
Hello Jason, (...) There was a paper about RIC on NXTasy a few days ago: (URL) (19 years ago, 21-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Extending the firmware through DrawGraphic()
|
|
Having made an earlier suggestion about using file names to extend the capabilities, I've looked into it a little further and found something very useful. The 'NXTDrawPicture', or 'DrawGraphic' command can take an arbitrary array of variables. The (...) (19 years ago, 21-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | spybotics header files
|
|
I've been reading up on spybotics as I found some information in the NQC programming Guide and got curious (I bought a Gigamesh a couple of months ago, but never dreamt I'd be able to program it myself) Mention is made of a couple of header files in (...) (19 years ago, 21-Feb-07, to lugnet.robotics)
|
| |
 | | Re: motor disassembly
|
|
You gave me an idea there! I had look and found 2 people wanting to sell a znap set with a motor and asked them to tell me if the motor could be turned by hand and then continued to turn a little. I've bought 2 motors for a total price of just under (...) (19 years ago, 20-Feb-07, to lugnet.robotics)
|
| |
 | | Re: Improving the firmware?
|
|
(...) It's a good plan, but I don't think that's the right command. If someone was calculating the position of a line to draw it may well start or end off-screen in the negative values. How about hijacking the FileOpen command, and apply URL-type (...) (19 years ago, 20-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Two motors at the same time... It is possible?
|
|
David Wallace wrote: > occam ... I was wondering where I had dealt with that before. Then I > realized, I had a little introduction to this when writing test programs for > submarine circuit cards that had used transputers. Weren't they developed by (...) (19 years ago, 20-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Wait for Sound: Tone
|
|
Given: The Sound block can play a tone. What would it take to create a "Wait for Tone" block or to modify the "Wait for Sound" block to perceive a tone? I think a "Wait for Tone" block would help ease the transition to learning about communications (...) (19 years ago, 20-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | NXC/NBC beta news
|
|
The shell service at Sourceforge is still offline so I can't update the BricxCC and NBC sites. But today I uploaded a new test release of BricxCC and a new beta of NBC/NXC (beta 27). They are available via the Sourceforge release page. Please pay (...) (19 years ago, 20-Feb-07, to lugnet.robotics)
|
| |
 | | Re: Two motors at the same time... It is possible?
|
|
(...) occam ... I was wondering where I had dealt with that before. Then I realized, I had a little introduction to this when writing test programs for submarine circuit cards that had used transputers. Weren't they developed by NASA? David (19 years ago, 19-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | NXTway-G : Self-Balancing Two-Wheel Robot with Gyro Sensor
|
|
I've been interested in Steve Hassenplugs (URL) Legway> and (URL) NXTway>. So I build a NEW NXTway by using a gyro sensor. (URL) You'll see the documents and videos of NXTway-G at my (URL) site>. (19 years ago, 19-Feb-07, to lugnet.robotics, FTX) !!
|
| |
 | | Re: Two motors at the same time... It is possible?
|
|
The code is working right well! But i think the stall control at the end o each task has no meaning there, since the until loop does not let the script reach it if the motor become staled. (...) Patrick (19 years ago, 19-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Two motors at the same time... It is possible?
|
|
(...) Yes, Now it is perfect. Not so obvious i think... Thanks! Patrick (19 years ago, 19-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Two motors at the same time... It is possible?
|
|
(...) Hi Patrick, Indeed the Tacholimit can only be positive. But power can be negative, that's the way to reverse direction. Philo (19 years ago, 19-Feb-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Two motors at the same time... It is possible?
|
|
(...) Hi Johan, While you're dealing with very practical questions here, I thought I'd throw a paper into the mix: (URL) was presented in the ACM conference on Programming Language Design and Implementation (PLDI) in 2005. It's a nice paper (...) (19 years ago, 19-Feb-07, to lugnet.robotics.nxt)
|