Working with C#

Knowing I was able to connect to the NXT brick using Bluetooth, I moved to the next tutorial provided on Bram Fokke’s website.

Working with the C# commands was quite an interesting experience for me, since this was the first time I have used C#. Although I never have used C#, I do have some experience with Visual Basic. Using this knowledge, I was able to get the basic idea of what Fokke was saying in his tutorial. Adhering closely to Fokke’s instructions, I began adding the motor commands to my program. Seemingly when everything seemed perfect, I ran my program. To my dismay, I got numerous errors when I tried to execute the program. I had hoped one of the motors on my robotic car would have moved forward (thus turning the robot), but it did not.

Leave a Comment