Hello,
Thank you very much!
Search found 5 matches
- 07 Jan 2011, 13:32
- Forum: Mindstorms Software
- Topic: Problem with ultrasonic sensor
- Replies: 2
- Views: 4303
- 07 Jan 2011, 00:24
- Forum: Mindstorms Software
- Topic: Problem with ultrasonic sensor
- Replies: 2
- Views: 4303
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...
- 28 Dec 2010, 23:38
- Forum: Mindstorms Software
- Topic: NXC remote control from mobile phon
- Replies: 2
- Views: 4339
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.
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.
- 28 Dec 2010, 16:26
- Forum: Mindstorms Software
- Topic: NXC remote control from mobile phon
- Replies: 2
- Views: 4339
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
I would like ask if somebody have an easy NXC code to control nxt brick from mobile phone via bluetooth.
Thanks
- 16 Dec 2010, 18:32
- Forum: Mindstorms Projects
- Topic: BallBot
- Replies: 1
- Views: 3467
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...