Anders Søborg

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 411 total)
  • Author
    Posts
  • in reply to: Getting button event in F# with MonoBrickFirmware #4972
    Author Image
    Anders Søborg
    Keymaster

    Hi there

    Thanks for using MonoBrick firmware. This is shown in several of the examples on Github – like the touch sensor example found here

    /Anders

    Author Image
    Anders Søborg
    Keymaster

    Hi there

    Could you please post the code you used for WriteAndRead method what is your input to this function?

    /Anders

    Author Image
    Anders Søborg
    Keymaster

    No need to look in the UnixDevice class. In the I2c class there you will a WriteAndRead method.

    /Anders

    in reply to: I2C communication PCF8574AP #4926
    Author Image
    Anders Søborg
    Keymaster

    Hi again

    Could you please share the whole class so it can be a part of the monobrick firmware library…

    /Anders

    in reply to: SignalR on Monobrick #4925
    Author Image
    Anders Søborg
    Keymaster

    Hi

    I did not use SignalR – but created a Web Server/REST service using nancy. It will have it done this week and hopefully post a video that show what it can do.

    /Anders

    in reply to: Reading files #4924
    Author Image
    Anders Søborg
    Keymaster

    Hi all

    Just a quick reply before I go to bed. this tool creates a binary file that you can embed as a resource in your program.

    /Anders

    in reply to: Vehicle Forward method #4909
    Author Image
    Anders Søborg
    Keymaster

    Hi there

    I have attached a new firmware dll with a fix. If you are using the Xamarin add-in simply replace the dll with the one attached. I will create a official release for this dll tomorrow.

    /Anders

    • This reply was modified 10 years, 2 months ago by Author ImageAnders Søborg. Reason: Attached file not accepted
    Attachments:
    You must be logged in to view attached files.
    in reply to: Vehicle Forward method #4907
    Author Image
    Anders Søborg
    Keymaster

    Hi there

    I will have a look at it tomorrow and upload a new version as soon as I have a fix. In the meantime use the motor sync class which is the class that the vehicle class is based on – or you could just wait a day or two…

    /Anders

    in reply to: Vehicle Forward method #4904
    Author Image
    Anders Søborg
    Keymaster

    Hi there

    Yes I can see your problem. I already committed a fix. Until this will be official released simply start your call in a new thread like this.

    
    new Thread(delegate() {
     vehicle.Forward (50);			
    }).Start();
    

    However please note that other functions also block for a reason. They return a waithandle so you can wait for the movement to finish. You can see an example of this here.

    Thanks for pointing this out!

    /Anders

    in reply to: Controlling I2C-Sensors on EV3 #4896
    Author Image
    Anders Søborg
    Keymaster

    Hi there

    Then you need to use the MonoBrick firmware (link) and do the same as this guy has done

    /Anders

    in reply to: TETRIX #4892
    Author Image
    Anders Søborg
    Keymaster

    Hi there

    No sorry there is no support for TERIX

    /Anders

    in reply to: I2C communication PCF8574AP #4891
    Author Image
    Anders Søborg
    Keymaster

    Hi there

    Sorry I wasn’t able to help along the way – for some reason I did not get an email on updates in this thread. Anyway great work this might be usefull for others. Consider creating a class for this sensor that we can use in the library.

    /Anders

    in reply to: Video stream not working on linux or windows 8! #4865
    Author Image
    Anders Søborg
    Keymaster

    What ports did you use for streaming? Did you forward all network traffic to the correct ports? It is stream UDP traffic so you might need to allow this

    /Anders

    in reply to: EV3 First boot – hangs on 'Starting…' #4864
    Author Image
    Anders Søborg
    Keymaster

    Hi there

    Thanks for trying MonoBrick. I don’t know why this is the case. My best guess would be to try to download one of the other sizes.

    I used the 512MB firmware image. Is there any difference between that and the larger images?

    No they are identical but will if you use a small image for a large SD card you will not be able to use all the remaining space out of the box. So you should go with the one that is close to the size of your SD card.

    Let me know how it goes

    /Anders

    in reply to: communication between robot and pc #4857
    Author Image
    Anders Søborg
    Keymaster

    Hi Jeronen

    I have to work with visual studio 2013 because this project should be on our tfs

    You can use Git with TFS. Anyway could you please provide some more details on what it is that is not working (short description and source code)

    Anders

Viewing 15 posts - 121 through 135 (of 411 total)
Posted in

Make a donation