Search found 16 matches

by sebi-mylegopage
29 Jul 2011, 12:45
Forum: Mindstorms Hardware
Topic: NXT Sensor Input Ports
Replies: 25
Views: 24348

Re: NXT Sensor Input Ports

I hope this works:
x=US, y=LS

Code: Select all

SetSensorLowspeed(S1);
Wait(8);
x=SensorUS(S1);
Wait(8);
SetSensorLight(S1);  
y=SensorRaw(S1);
SetSensorLowspeed(S1);
Wait(8);
by sebi-mylegopage
29 Jul 2011, 09:59
Forum: Mindstorms Hardware
Topic: NXT Sensor Input Ports
Replies: 25
Views: 24348

Re: NXT Sensor Input Ports

It does work, but you must place the Waits on other places(where, you must try (Wo musst du ausprobieren)): (From my Light Sensor Mux ): int LSMuxReadSensor(char SensorPort,char Number,char SensorNumber) { Adressread=Adress[SensorNumber]; int result; Command = Light[SensorNumber]+(hoch(2,Number)); A...
by sebi-mylegopage
27 Jun 2011, 20:44
Forum: Mindstorms Software
Topic: [NXC] How can I use pin 6 as IO?
Replies: 2
Views: 4796

Re: [NXC] How can I use pin 6 as IO?

Thanks, thats what I search for.
by sebi-mylegopage
26 Jun 2011, 17:49
Forum: Mindstorms Software
Topic: [NXC] How can I use pin 6 as IO?
Replies: 2
Views: 4796

[NXC] How can I use pin 6 as IO?

How can I directly control pin 6 with NXC?
by sebi-mylegopage
25 Jun 2011, 23:26
Forum: Site Comments/Complaints/Suggestions
Topic: keep small uploaded .jpgs always visible in a thread?
Replies: 9
Views: 12530

Re: keep small uploaded .jpgs always visible in a thread?

In the Admin Controll Panel you can set a maximum hight/width for images. (Posting- Post settings - the last two points)
by sebi-mylegopage
11 Oct 2010, 19:21
Forum: Site Comments/Complaints/Suggestions
Topic: Speeding up Forums
Replies: 22
Views: 33629

Re: Speeding up Forums

The solution for GoogleAds is ADBlock :mrgreen:
But the forum is realy pretty slow.
by sebi-mylegopage
10 Oct 2010, 14:29
Forum: Mindstorms Projects
Topic: Robotic Arm Base
Replies: 2
Views: 6002

Re: Robotic Arm Base

Image
I think he meen this.
by sebi-mylegopage
10 Oct 2010, 09:06
Forum: Site Comments/Complaints/Suggestions
Topic: BBCode Wishlist
Replies: 72
Views: 114349

Re: BBCode Wishlist

I have downloaded the php script, and have uploaded it on my homepage:
http://my-lego-page.cwsurf.de/latex2png.php
and: http://mylegopage.my.funpic.de/latex2png.php
--> Don't Work. I think a other file is needed too?
by sebi-mylegopage
09 Oct 2010, 18:40
Forum: Mindstorms Projects
Topic: NXC 3D Engine and a Wii Nunchuck
Replies: 6
Views: 9612

Re: NXC 3D Engine and a Wii Nunchuck

Yes. But I will make tomorow a "clean copy": byte CMDNunchukInit[] = {0xA4, 0x40, 0x00}; byte CMDNunchukWrite[] = {0xA4, 0x00}; byte CMDNunchukRead[] = {0xA4}; byte nbytes; byte outbuf[]; // port is the NXT port // i2c_cmd is the nunchuk internal address register // at i2c_cmd=0...5 are 6 ...