Forum Replies Created
-
AuthorPosts
-
Anders SøborgKeymasterHi
I have some part of the sound working. But playing wav-files will not be supported.
Anders
Anders SøborgKeymasterHi
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
Anders SøborgKeymasterHi
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
Anders SøborgKeymasterHi 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
Anders SøborgKeymasterHi 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
Anders SøborgKeymasterHi 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
Anders SøborgKeymaster
Anders SøborgKeymasterHi
I am not sure – I haven’t tried it. Try it yourself and let us know what happens…
Anders
Anders SøborgKeymasterHi Jacek
I have one word: “awesome”. I will use this to promote MonoBrick once we release the next version. Thanks….
Anders
Anders SøborgKeymasterHi
You will have to wait a few days. I am working as hard as I can to test everything…
Anders
Anders SøborgKeymasterHi 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
Anders SøborgKeymasterHi 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
Anders SøborgKeymasterHi
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 🙂
Anders SøborgKeymasterHi
This problem has been solved – but not in the current release… you will have to wait for the next release.
Anders
Anders SøborgKeymasterHi
I can only “Allow topic and reply revision logging” no way to change the default. You will just have to live with that 🙂
Anders
-
AuthorPosts
Follow