Vlad Ruzov

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • in reply to: benchmark test: HaWe brickbench – for C# / Mono? #4964
    Author Image
    Vlad Ruzov
    Participant

    Hi,
    I`m not sure that drawing functions are needed on the LegoBrick but I have done its for complete HW brickbench test.
    Not so far Anders merged LcdDraw to the firmware and today Ifinally had the time for finish the test.
    I hope that Helmut will looking into this message and will update results table on his site.

    The full test source can be found here: https://github.com/vladru/MonoBrickBench

    The application can be builded in Xamarin studio 5.5.3 with MonoBrick firmware Add-In.
    If you will try to open this project in Visual Studio you will catch unsupported format error. Probably this issue caused by using of Xamarin Add-In.

    Below the timing (in milliseconds) of steps that was missing in the previous C# test release:
    Display_text test (5 loops): 395, 242, 268, 259, 262
    Graphics test (5 loops): 475, 180, 182, 172, 199

    in reply to: Trying to run a program(doesn't work) #4800
    Author Image
    Vlad Ruzov
    Participant

    Hi Roy,
    The applications that have been builded for running on EV3 can not be runned on Windows or others platforms.
    So You should simply build application in Visual Studio (or Xamarin Studio) and then copy ALL files (not only .exe and .dll) from the debug folder to the EV3 app folder.
    http://www.monobrick.dk/guides/firmware-guides/running-and-manually-transfering-a-program/
    If you will use Xamarin you will be able to use MonoSoftDebugger for remote debugging of applications that runned on EV3 on Windows machine.

    All programs from the monobrick site should be compiled and runned successufuly on EV3 brick.
    You can also take many examples from the github repository.

    in reply to: Lcd extensions #4799
    Author Image
    Vlad Ruzov
    Participant

    Hi Anders,
    I have create pull request for merge Lcd extensions and LcdDrawExample to the monoev3 master branch.

    in reply to: Lcd extensions #4793
    Author Image
    Vlad Ruzov
    Participant

    I have done new extensions for Lcd:
    DrawCircle, DrawCircleFilled, DrawEllipse, DrawEllipseFilled, DrawRectangle
    and make some improvements that allow to draw a figure even if its part is finding out of LCD.

    The changes to the demo have been also added for show new features.

    New commit was pushed to the same github repository:
    https://github.com/vladru/MonoBrickLcdExt

    Anders,
    It will be good if You look into code and build the demo before I create pull request.

    • This reply was modified 9 years, 7 months ago by Author ImageVlad Ruzov.
    in reply to: Lcd extensions #4792
    Author Image
    Vlad Ruzov
    Participant

    I am glad to do my small contribution to this nice project.
    I will try to implement (port from the NXtpandedLib) new extensions (DrawCircle, DrawCircleFilled, DrawEllipse etc.) for complete MonoC# HW benchmark test but not sure that be in time at this weekend.

    in reply to: Latest version? #4791
    Author Image
    Vlad Ruzov
    Participant

    But now the Wi-Fi interface goes to the sleeping mode if do not touch the brick 5 (or may be less) minutes.
    In this case the connection is lost and only re-connection from the brick side restores the link.
    I am not sure if is it a new feature or it inherited from the previous releases, but in my opinion it is not convenient.

    Rgards, Vlad.

    in reply to: Latest version? #4790
    Author Image
    Vlad Ruzov
    Participant

    Thank you Anders. With new image all works fine.

    in reply to: benchmark test: HaWe brickbench – for C# / Mono? #4789
    Author Image
    Vlad Ruzov
    Participant

    hi,
    I will try to move forward with display benchmarks on this weekend.

    in reply to: WIFI connection troubles #4756
    Author Image
    Vlad Ruzov
    Participant

    I would like to report that with new SD card image (created 22.08.14) both AES and TKIP WPA authentication work properly.
    The reason of my issue was that I used the old image.

    in reply to: Latest version? #4755
    Author Image
    Vlad Ruzov
    Participant

    YES. With the latest image HelloWorld work properly. Hooray!
    I`ll try new firmware features in the evening…

    But there are some issues with new image at the moment:
    1. As Max have noticed, the Information menu does not work here.
    2. “Failed to check for Updates” message appears after loading, despite that WIFI connection is established an web is available for LAN.

    in reply to: Latest version? #4754
    Author Image
    Vlad Ruzov
    Participant

    No, I simple change DLL in the app folder…
    Do I need to change SD image to the last version ? I`ll try it.

    in reply to: Latest version? #4751
    Author Image
    Vlad Ruzov
    Participant

    Anders,

    Unfortunately the new DLL does not work on my EV3.
    The simplest ‘Hello World’ only have cleaning half of screen instead of writing message.
    I’ve tried dll loaded from the site and dll that I build from the sources. The results was similar.
    With old dll all programs work fine.

    In any case many thanks You for supporting .net mono c# on EV3.
    IMHO it is the most convenient and effective IDE for creating robots and learning.

    in reply to: WIFI connection troubles #4746
    Author Image
    Vlad Ruzov
    Participant

    Max, I would like to clarify that connection work with WPA2 but only with TKIP.
    One of leOs team memeber mentioned this issue here:
    http://www.lejos.org/forum/viewtopic.php?f=18&t=4480&start=75

    in reply to: benchmark test: HaWe brickbench – for C# / Mono? #4628
    Author Image
    Vlad Ruzov
    Participant

    Helmut,
    The source of the HW brickbench benchmark test can be found after RobotC v.4.10 installation in the directory:
    C:\Program Files\Robomatter Inc\ROBOTC Development Environment 4.X\Sample Programs\EV3\Miscellaneous
    file ‘benchmark EV3.c’
    I have upload it on the google drive:
    https://drive.google.com/file/d/0B2AlHKJ1hLoDejktS3NEbHNfWUE/edit?usp=sharing

    Unfortunately in the v.4.25RC this sample is missing.

    Vlad.

    in reply to: benchmark test: HaWe brickbench – for C# / Mono? #4623
    Author Image
    Vlad Ruzov
    Participant

    I just tried RobotC 4.25 release candidate and very disappointed.
    There is no one standard example that can be built successfully!
    While I roll back to the old version…

Viewing 15 posts - 1 through 15 (of 23 total)
Posted in

Make a donation