Martijn van der Elsen

Eurobricks New Members
  • Content Count

    4
  • Joined

  • Last visited

About Martijn van der Elsen

Spam Prevention

  • What is favorite LEGO theme? (we need this info to prevent spam)
    Mindstorms
  • Which LEGO set did you recently purchase or build?
    Mindstorms

Extra

  • Country
    Netherlands

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Martijn van der Elsen

    Mindstorms and C#

    Hi Jim no need to install anything on the brick.. the framework communicates with the native firmware. Just plug in the usb cable and run the example. I have tested it on V1.09H but it should run fine on other versions as well. You can optionally change connection to bluetooth or network by altering the brick.json file (see the wiki) At this point in time I am writing unit tests for all firmware methods. If there is anything you or anyone else would like to see incorporated into the framework let me know ok?.
  2. Martijn van der Elsen

    Mindstorms and C#

    @Jim no worries ;-) @Tcm0 I have seen this library, very complete and documented. Well worth taking a look at..But on personal note: altho it supports remote C# I would have liked it to be more intuitive,async and as you mentoined "up-to-date", besides I have loads of fun coding a new one :D I am not realy interested in running directly on the brick as I am looking forward to doing stuff with Azure A.I. in near future, so my aim is strictly a communication library so I can do all the tricky stuff on my old trusted desktop;-)
  3. Martijn van der Elsen

    Mindstorms and C#

    Hi Jim, Today I elaborated the Quickstart Example in the Examples repository. This should truely help you get started now. Ps. take a look at wiki topic 'constructing the brick' as well Can't wait for you to test ;-) I am sure it will be very insightfull..Thanks again for the offer! Make sure you grab the latest version before you kick off tho... I am running loads of tests, refactoring as well and will be updating the framework as I go along Good luck with the Technic review, kind regards
  4. Martijn van der Elsen

    Mindstorms and C#

    Hi Jim thanks for the invite! Though it is still work in progress and very much beta at this stage, I would love to hear about any requests, fixes or improvements from members of this forum. I will try to answer here but will also incorporate faq answers on the wiki on github : https://github.com/mvanderelsen/Lego.Ev3.Framework/wiki The Quickstart example in the Lego.Ev3.Framework.Examples repository should help you get started.. Many more examples to follow ...Keep you all posted Ps. I released a prerelease of the Ev3 BrickManager (see releases/assets/*.msi) as well, any input on this is also greatly appreciated! Kind regards, Martijn van der Elsen