| | Re: Using NXT Port 4 EIA-485
|
|
(...) Great idea Christian! What kind of API do you need to make this work? I think these might get things started: nxt.RS485SetParam( speed, parity, databits, stopbits ) nxt.RS485SendData( string, bytes ) string = nxt.RS485GetData( bytes ) status = (...) (18 years ago, 17-Apr-07, to lugnet.robotics.nxt)
|
|
| | Re: Using NXT Port 4 EIA-485
|
|
(...) Ralph, I'm using an ATMega8 as frontend processor between NXT and SD-Card. Step1: NXT===>I2C===>ATMega...==>SD-Card Disadvantage: Very low speed (9600) Step2: NXT===>EIA-485===>AT...==>SD-Card This should work in an easy way, FAT-Support for (...) (18 years ago, 17-Apr-07, to lugnet.robotics.nxt)
|
|
| | Re: NBC/NXC beta news
|
|
(...) Structure support is a feature I have been waiting for. I have some large programs that should port easily once structs work. Is an array of struct expected to work? When I try to access a field within an element I get an error: # Error: (...) (18 years ago, 17-Apr-07, to lugnet.robotics.nxt)
|
|
| | NBC and Windows Mobile
|
|
I compiled and ran NBC on my IPAQ running Windows Mobile OS on an ARM CPU today. It didn't work. But it compiled! :-) I will try to look into it a bit more later this week to figure out why it raises an exception. If anyone is interested in helping (...) (18 years ago, 16-Apr-07, to lugnet.robotics.nxt)
|
|
| | Re: Using NXT Port 4 EIA-485
|
|
(...) Christian, There is currently no direct support for this in pbLua, but it's not too hard to add. The HighSpeed port is port 4, and it has basically 3 wires that control how it works. PA4/5 are the RX and TX to UART0 right on the ARM PA7 is RTS (...) (18 years ago, 16-Apr-07, to lugnet.robotics.nxt)
|
|
| | NXT UNV Robot MOC
|
|
All, After sitting my a shelf for months, I've finally gotten around to uploading pics and a movie of my UNV NXT Robot rover. For details visit www.plastibots.com (URL) (18 years ago, 15-Apr-07, to lugnet.robotics.nxt, FTX)
|
|
| | Table of NXT-G blocks
|
|
I've created a dedicated page in NXTasy.org for a table of all available NXT-G blocks. The page can be accessed directly at (URL) or via a link in the Programming/NXT-G category description. If you know of blocks I've not included - please email me. (...) (18 years ago, 14-Apr-07, to lugnet.robotics.nxt)
|
|
| | Re: Another New NXT Utility
|
|
(...) turn (...) I (...) customized but (...) I agree John. I just turn the volume all the way down and it doesn't make any noise. It doesn't even click in samba mode. (18 years ago, 14-Apr-07, to lugnet.robotics.nxt)
|
|
| | Re: NBC/NXC beta news
|
|
(...) Well, I'm happy to give em a go :) ROSCO (18 years ago, 13-Apr-07, to lugnet.robotics.nxt)
|
|
| | NBC/NXC beta news
|
|
I have released a new beta (b28) of NBC/NXC. You can find it at (URL) support is liable to have a few problems still since it is new and has not been extensively tested. Ditto for typedefs. I also posted a universal binary of beta 27 that was built (...) (18 years ago, 13-Apr-07, to lugnet.robotics.nxt)
|