 | | Re: pbLua PCF8574
|
|
(...) Hi Ralph, we are using this code: collectgarbage( "setpause", 110 ); function setupI2C(port) nxt.InputSetType(port,2) nxt.InputSetDir(port,1,1) nxt.InputSetState(port,1,1) nxt.I2CTimer(3) nxt.I2CInitPins(port) end function ReadPCF(port) (...) (19 years ago, 19-May-07, to lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
|
| |
 | | Steampunk Gun Ship Champlain
|
|
Introducing the crew of the gun ship Champlain. (URL) The Champlain is a steampunk gun ship inspired by a discussion about flying skiffs. She has a current crew of five, including Captain Arnold Benedict. Weaponry includes a bow-mounted cannon, (...) (19 years ago, 19-May-07, to lugnet.announce.moc, lugnet.adventurers, FTX) !
|
| |
 | | What size do you build your five-wide containers?
|
|
Hi all, As a recent convertee to five-wide containers I'm really curious what dimensions other people working with that width use. At present I'm using a 5x12 footprint (or larger multiples of six for larger containers), a main height of 5 bricks (...) (19 years ago, 19-May-07, to lugnet.trains)
|
| |
 | | Re: LDD Model of GG-1 Electric Locomotive - Advice Requested
|
|
(...) Bruce Chamberlain postulated that the problem is due to one of the 3-axle trucks being *pushed* through the curve rather than pulled. I suspect that a rubber band between the two 3-axle trucks would help - I will try that sometime. --Bill. (19 years ago, 19-May-07, to lugnet.trains, lugnet.cad.ldd, FTX)
|
| |
 | | Re: Congratulations Pierre
|
|
Pierre, Stevens comments are right on! You are an inspiration for many builders with all the vehicles you have built that are a great model of the real thing. Thanks also for taking and posting all the pics of your work. I wish my fleet could be (...) (19 years ago, 19-May-07, to lugnet.town, lugnet.general)
|
| |
 | | Re: NXT Programming with C Question
|
|
(...) Hi there, Thanks for venturing those reasons. I had been thinking that with the release of the NXT firmware that there may be options to compile code that worked directly with the firmware. Cheers (19 years ago, 19-May-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: NXT Programming with C Question
|
|
(...) Hi Thanks for the fast response, I think I'll have a look at the pbLua firmware. What I am working towards is a method of running Haskell programs on the NXT by converting to C bytecodes first. (19 years ago, 19-May-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: Jerry Falwell 1933-2007
|
|
Nice vig. The flag is backwards, though. The blue field should be to the upper left. (19 years ago, 19-May-07, to lugnet.build.vignette, FTX)
|
| |
 | | Re: NXT Programming with C Question
|
|
(...) I suspect it could, but I'm not sure that's an approach you want to take. For one thing, there's the question of how to address and handle all the special HW that is attached to the ARM inside the NXT... and furthermore communicate with the (...) (19 years ago, 19-May-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: NXT Programming with C Question
|
|
(...) There's no reason you can't compile straight ANSI C and run it on the NXT. I was doing it last year and ran an ATMEL sample program that turned the NXT into the world's most expensive 256K (not M) Flash drive :-) The hard part is using the (...) (19 years ago, 19-May-07, to lugnet.robotics.nxt.nxthacking)
|