Search found 8 matches

by merijn0301
11 Oct 2013, 10:15
Forum: Mindstorms Software
Topic: (custom) Bluetooth message from PC to NXT brick
Replies: 2
Views: 5454

(custom) Bluetooth message from PC to NXT brick

Hi, I want to send short text-messages from my Computer to my NXT brick. Is there a sort of IDE than can do that? For instance : I want to have control via my PC keyboard but not just by the cursor-key. I know there is programmning-environment for it, but I forgot what it's called. If I understand c...
by merijn0301
26 Aug 2013, 07:11
Forum: Mindstorms Software
Topic: array-issues
Replies: 3
Views: 5950

Re: array-issues

Hi,

I installed the Nxc/NBC firmware and it work perfrectly.
Indeed I was running the standard 'LEGO"-firmware.

Thank's for the replies
by merijn0301
22 Aug 2013, 13:53
Forum: Mindstorms Software
Topic: array-issues
Replies: 3
Views: 5950

array-issues

]Hi, I am writing some code to work arrays. It shouldn't be too hard, still I run into some problems. If I try to assign a value like this.. arrTest[1] = "Greetings" ... the value is not assigned. I tried to use "ArrayReplace()" but I get an errormessage because this function doe...
by merijn0301
14 Jun 2013, 07:29
Forum: Mindstorms Software
Topic: Bluetooth message from PC to NXT
Replies: 1
Views: 2803

Bluetooth message from PC to NXT

Hi

I want to be able to send bluetooth-messages from my computer to bij NXT-brick.

Is there any way to do this?

Kind regards,
Merijn
by merijn0301
02 Apr 2013, 11:49
Forum: Mindstorms Software
Topic: err.message : line type ... data segment state
Replies: 1
Views: 2790

err.message : line type ... data segment state

Hi,

I have some code but when I compile I get the message :

Line type "code" is not valid while in "data segment" state.

The message, indeed, is promptes in A data segment. However, I don't see anything wrong.

Can anyone help?

Merijn
by merijn0301
28 Mar 2013, 12:06
Forum: Mindstorms Software
Topic: Independent motorcontrol
Replies: 2
Views: 4098

Re: Independent motorcontrol

Hi,

If have found the error myself.
One of the while-loops wasn't a loop due to the lack of {..}

Stupid, I know.

Merijn
by merijn0301
28 Mar 2013, 09:11
Forum: Mindstorms Software
Topic: Independent motorcontrol
Replies: 2
Views: 4098

Independent motorcontrol

Hi, I want to control the speed of 2 motors indepedently. Therefore I let the motors run with the same power and I monitor de RotationCount. Then, in another task I check which motor had more (or less) rotations. I adjust the power until in sync. The code I wrote for this is pasted below. The point ...
by merijn0301
28 Jun 2012, 09:11
Forum: Mindstorms Software
Topic: Rotate 2 motors in opposite direction with RotateMotor
Replies: 3
Views: 4419

Rotate 2 motors in opposite direction with RotateMotor

Hi, I built my TriPod. i hav attached two light-sensors on the front and I want it to follow a circuit. The inner part is black, the outer part is white. i use the mutex-variable and the precedes command. Now, on some event i want the motors to rotate in opposite directions at the same time using &q...