Forum Replies Created
-
AuthorPosts
-
Martin KnudsenParticipantok, great.
So I got the code from https://github.com/Larsjep/monoev3/tree/master/MonoBrickWebserverEV3Test
running on the EV3 (with the monobrick firmware).It works (from xamarin studio it refuses to deploy this project on the project, citing some strange build error (but it does build a .exe)), and I copied this .exe and .dll to the brick with winSCP and it works) and I can connect to the webserver running on the ev3 (I made a simple index.html) from a webbrowser running on my pc (of course via port 8080) with the EDIMAX wifi.
That’s great!
But just to know if I am on the right track with my project:
I want to now build a simple webpage with controls now (using just html and javascript), which will then enable
users via the pc browser to issue simple commands to the ev3 brick.Is this possible?
I am wondering to call methods from the MonoBrickFirmware library from javascript code?Or should should I just be using HTTP post/get in a form in the .html and then have a callback method on the brick in the c# program to handle the post/get and then I can call the MonoBrickFirmware from that callback method? (and how to setup this callback method on the EV3?)
Martin KnudsenParticipantOkay great.
So wifi works with the monobrick firmware, but I also now just tried to get the EDIMAX wifi to
work with the EV3 firmware.
But this does not work – not even with the lego IDE software.But my firmware (official lego firmware) is 1.06H, so shouldn’t the EDIMAX work on that also for wifi?
Martin KnudsenParticipantOkay, now I have answer for my own question – maybe it will help others.
I simply rebooted the brick (with the monobrick firmware of course on the sd-card) and after rebooting it
now got a different IP adresse for the wifi than 10.0.1.1 as it had before.
And now it works!
Martin KnudsenParticipantOkay, so since I am using the monobrick firmware, not official, then that should work.
Yes, as I wrote I use the EDIMAX and I also connect with that (wifi).
Yes, I have already set the IP adress (10.0.1.1 as indicated on the brick in the infomation screen) in the
Options->monobrick->Ip adress field in xamarin studio.
But still it says not possible to connect when running a program. -
AuthorPosts
Follow