Anders Søborg

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 411 total)
  • Author
    Posts
  • in reply to: Why is it so quiet #4425
    Author Image
    Anders Søborg
    Keymaster

    Hi

    I have some part of the sound working. But playing wav-files will not be supported.

    Anders

    in reply to: Controllong EV3 C++ with wifi #4424
    Author Image
    Anders Søborg
    Keymaster

    Hi

    The C++ library is for the NXT and not the EV3. Network connection with the NXT uses the MonoBrick Tunnel to establish a network connection.

    Anders

    in reply to: Touch Sensor example does not compile #4423
    Author Image
    Anders Søborg
    Keymaster

    Hi

    Yes the documentation is not compliant with the dll from the Git repository…

    Will be updated when we make the next release. But as I have mentioned in another thread I am very busy at the moment with some private stuff. Hopefully I will have some time at the end of the week…

    Anders

    in reply to: Convenient IDE for Mono C# for EV3 needed! #4422
    Author Image
    Anders Søborg
    Keymaster

    Hi Helmut

    We have a add-in for Xamarin Studio. Once I get the time to finish the next release it will be released. It allows you to upload programs to the brick as well as debug programs directly from the IDE.

    Anders

    in reply to: lcd_out at (x,y) ? #4369
    Author Image
    Anders Søborg
    Keymaster

    Hi Helmut

    I could help but I simply need to comment on this…

    C# seems to need 20 times more letters and lines to write as C (CMIIW)… 🙁

    It is totally opposite. I dare you to write a C program that let’s you send emails from a EV3 in 65 lines like this example. I don’t think that it can be done…

    C# and its huge library will help write more simple and clean code – but you must unlearn what you have leaned 🙂

    Anders

    in reply to: lcd_out at (x,y) ? #4368
    Author Image
    Anders Søborg
    Keymaster

    Hi Helmut

    A half side of text just for an equivalent to TextOut(10,24,”Hello World”) ?

    No – this whole program is an example on how to use the LCD. I didn’t say it was an equivalent to a known NXC command.

    Like the example shows start by creating a Rectangle and use the WriteTextBox function to write some text. One or two lines depending on how you write the code….

    I have not tested this code but something along the lines of…

    
    
    			Rectangle box = new Rectangle( new Point(0,0), new Point(20, 20));
    			Lcd.Instance.WriteTextBox(Font.MediumFont, box, "Test");
    			
    			System.Threading.Thread.Sleep(5000);
    			Lcd.Instance.Clear();
    			
    			
    			Lcd.Instance.WriteText(Font.MediumFont, new Point(0, 30), "Test2");
    

    You can find more info in the MonoBrick firmware documentation

    Anders

    in reply to: lcd_out at (x,y) ? #4366
    Author Image
    Anders Søborg
    Keymaster

    Hi Helmut

    Try to have a look at the LCD example here

    Anders

    in reply to: memory specifications for Mono FW #4350
    Author Image
    Anders Søborg
    Keymaster

    Hi

    I am not sure – I haven’t tried it. Try it yourself and let us know what happens…

    Anders

    in reply to: GyroBot #4349
    Author Image
    Anders Søborg
    Keymaster

    Hi Jacek

    I have one word: “awesome”. I will use this to promote MonoBrick once we release the next version. Thanks….

    Anders

    in reply to: program doesn't run #4326
    Author Image
    Anders Søborg
    Keymaster

    Hi

    You will have to wait a few days. I am working as hard as I can to test everything…

    Anders

    in reply to: Motor.On: strange behaviour #4325
    Author Image
    Anders Søborg
    Keymaster

    Hi Henrik

    I think that you sould forget about the On() will be replace by one function call SetSpeed. MovTo will be replaced by our own PID controller (which can be tuned for depending on the load you have on the motors).

    For motor position you should stick to the SpeedProfileStep function. Hope this makes sense

    Anders

    in reply to: Tic Tac Toe Bot #4324
    Author Image
    Anders Søborg
    Keymaster

    Hi Orlando

    This looks very nice sure we are still interested. Please post some videos and some pictures… Then I will use it on the Firmware page. How does that sound?

    @Helmut
    The source can be found here

    Anders

    in reply to: program doesn't run #4314
    Author Image
    Anders Søborg
    Keymaster

    Hi

    Programs send over WiFi are located on a EX3 partition (the Linux operating system). When you copy it is stored on the FAT32 partition that is mounted when the OS boots

    any workarounds…?

    Wait for the next release or get yourself a WiFi device 🙂

    in reply to: program doesn't run #4312
    Author Image
    Anders Søborg
    Keymaster

    Hi

    This problem has been solved – but not in the current release… you will have to wait for the next release.

    Anders

    in reply to: please enlarge the for editing a post! #4311
    Author Image
    Anders Søborg
    Keymaster

    Hi

    I can only “Allow topic and reply revision logging” no way to change the default. You will just have to live with that 🙂

    Anders

Viewing 15 posts - 181 through 195 (of 411 total)
Posted in

Make a donation