Forum Replies Created
-
AuthorPosts
-
Tcm0ParticipantThere is a button at the back of the ev3 that only gets pressed by the akku. It should be detectable somehow.
Tcm0ParticipantGreat 🙂
I really didn’t expect that.
Tcm0ParticipantSmall update: FileZilla doesn’t connect at port 22: Connection closed by server with exitcode 127 but putty works.
Tcm0ParticipantYes. On both, tablet and PC.
The EV3 doesn’t show anything unexpected.
Tcm0ParticipantThere are problems using Wifi as well (at least when I installed Xamarin on my ubuntu partition). There was no current Xamarin built avaible as package and your plugin isn’t compatible with the version online.
That means that you have to compile Xamarin Studio on your own and you have to install some dependencies for that.
Tcm0ParticipantAnders, what did you do to your EV3? :O
Tcm0ParticipantWhy don’t you just use the MonoBrick communication library? It seems to be better for your projects.
Tcm0ParticipantNope. Nothing so far.
Tcm0ParticipantSorry but I don’t use github.
Tcm0ParticipantDang I thought that you spoke about the communication library which supports the EV3.
But there will probably be no update for the Remote during the next months because the devs are working on the EV3 Firmware.
Tcm0ParticipantIt supports the EV3 as it should do. What do you want to know?
Tcm0ParticipantFeel free to do with it whatever you want.
Tcm0ParticipantA small update: the express version of visual studio doesn’t allow to change the start action. Here is a list on how to still use the template:
0. Make sure to have Visual Studio 2013 installed.
1. Unzip the latest version of the EV3 Template.
2. Make sure to save a backup somewhere as you need it for every new project.
3. Extract the EV3Temeplate folder from within the archive to the place you want to have your project.
4. Rename the folder as you like.
5. Go into [Your Name]\EV3Temeplate and open the config.cfg.
6. You can enter the IP of the EV3 under “IP:” and the name you want the final file to have on the EV3 under “Name:”. It’s Temeplate.exe by default. You will be requested every time you try to debug the application if you don’t enter anyting.
7. Open the “EV3Temeplate.sln” and edit the code as you wish.
8.1 Press “F6” to compile the program.
8.2 Go into the “EV3Temeplate” folder and open the “EV3Upload.exe” to upload the program. Make sure that your anti virus scanner doesn’t delete the EV3Upload.exe in this step!
9. Start the application from within the EV3′s menu.
Tcm0ParticipantYou need the 1.04 or 1.05 firmware to use the edimax stick.
Tcm0ParticipantI get the following error when trying to build MonoBrickWebServer: “Could not find type ‘System.Globalization.SortVersion’.”
Any ideas? I think that it’s because Windows only has MONO 3.2.3 so far.
But it can be built with .NET. -
AuthorPosts
Follow