Nathan Sokalski
Nathan Sokalski
To use it I just installed the NuGet package. The exception I receive is an ArgumentNullException for the BatchCommand.SendCommandAsync(). I think it still sends the commands, since my motors do...
I recently found something that I am wondering if could be related to this problem at: https://support.microsoft.com/en-us/help/973136/fix-argumentnullexception-exception-error-message-when-a-net-framework-2-0-sp2-based-application-tries-to-process-a-response-with-zero-length-content-to-an-asynchronous-asp-net-web-service-request-value-cannot-be-null However, this article sounds a little bit specific to web & ASP.NET, but...
I have been considering doing that as well (although I obviously don't deserve any respect for it, since I haven't actually done it yet), so I admire you for that!...
I am currently working on converting the library for UWP, although I am also converting it to VB.NET (I figure if I need to convert it I may as well...
As I said before, the biggest problem (the primary one so far) is the ArgumentNullException when using a BatchCommand. Also, like I said, it sends the BatchCommand(s), I just get...
WiFi, but I just want to make sure you understand that the problem is not being able to connect (I am able to connect with no problem), it is with...
I would like exactly the same thing. I know I'm posting this response about a year and a half later, but I am having trouble figuring out exactly what to...
Where is the OutputReady command? I did not see one by that name. Nathan Sokalski [email protected] http://www.nathansokalski.com/ ________________________________ From: Brian Peek Sent: Tuesday, February 28, 2017 2:06 PM To: BrianPeek/legoev3...
Is there anywhere that I can get instructions on how to do that? I have never really used anything from GitHub where I need to build and install the code...
To turn your robot 90 degrees, you basically need to do a calculation based on the following values: 1. Distance between the wheels or treads 2. Radius of the wheels...