Search found 5 matches

by numeras
07 Jan 2011, 13:32
Forum: Mindstorms Software
Topic: Problem with ultrasonic sensor
Replies: 2
Views: 4179

Re: Problem with ultrasonic sensor

Hello,

Thank you very much!
by numeras
07 Jan 2011, 00:24
Forum: Mindstorms Software
Topic: Problem with ultrasonic sensor
Replies: 2
Views: 4179

Problem with ultrasonic sensor

I had made that simple code to read US sensor value: task main() { int x; SetSensorLowspeed(IN_4); Wait(1000); TextOut(1,LCD_LINE1,"first"); x=SensorUS(IN_4); NumOut(40,LCD_LINE1,x); Wait(1000); while (true) { NumOut(10,LCD_LINE3,SensorUS(IN_4)); } } It's working but for example slow mowin...
by numeras
28 Dec 2010, 23:38
Forum: Mindstorms Software
Topic: NXC remote control from mobile phon
Replies: 2
Views: 4253

Re: NXC remote control from mobile phon

Hi,

I not exactly meant that type of control. I had build segway and wont to put to the NXC code that I will be able to control back and forward using mobile phone while main program working.

Thanks.
by numeras
28 Dec 2010, 16:26
Forum: Mindstorms Software
Topic: NXC remote control from mobile phon
Replies: 2
Views: 4253

NXC remote control from mobile phon

Hello,

I would like ask if somebody have an easy NXC code to control nxt brick from mobile phone via bluetooth.

Thanks :-)
by numeras
16 Dec 2010, 18:32
Forum: Mindstorms Projects
Topic: BallBot
Replies: 1
Views: 3403

BallBot

Hello, I have a problem with program ballbot. My idea is to make first segway with one gyro and make this work. After build ballbot and do this i two axes. I'm using gyro sensors. I had made before segway with light sensor and program. Program had PID control. I don't have any idea how made segway w...