Reply To: Battery indicator
Well that didn’t work on my mobile, trying with my laptop now…
View ArticleWiFi connection to multiple EV3's on same network
I’m using your fantastic library in Unity3D. I’ve got multiple computers running a Unity game on the same network, each connecting to one EV3 using WiFi. On your guide to connecting using WiFi you...
View ArticleReply To: Rubik's cube solver
so is there any automously working cube solbver using Kociemba’s alg or not? (no PC connection then)
View ArticleReply To: Rubik's cube solver
Hi there Yes there is We had it with us yesterday on state at leetspeak.se Jacek S did an amazing job…. we did some small modification to the original code. You can find the code here. /Anders
View ArticleReply To: Rubik's cube solver
where in the github jungle labyrinth is the file which performs Kociemba’s algorithm?
View ArticleReply To: Rubik's cube solver
Hi, @Helmut, It’s in the KociembaTwoPhase folder. @Anders, I haven’t had a look in the new code yet. Did you measure the solving times with and without the lookup tables? How are they? @Vogon, Jacek’s...
View ArticleGyroSensor inaccessible
Hi there, I tried to use the LEGO GyroSensor, but in Visual Studio I get the message ‘GyroSensor is inaccessible due to its protection level. Other sensors work fine. Gr. Kees
View ArticleReading Values of Sensors Asyncronise
hi every one here … i use Bluetooth connections between my brick and PC i test reading value of sensors by using mono brick communication lib and it works fin but i know that when i need to read value...
View ArticleReply To: Rubik's cube solver
sorry, can’t find Kociemba’s source code. Can you please provide a link?
View ArticleProblems with Brick.FileSystem commands
Thank you for this awesome code you have shared. I am using it to build a C# program and teach the kids a bit about programming and robotics. Just about everything works great for me, except one...
View Article"How To Establish A WiFi Connection With The EV3"
Hello, can anyone describe, how to do this steps: -Send a UDP message back to the EV3 to make it accept a TCP/IP connection -Establish a TCP/IP connection on port 5555 -Send a unlock message to the...
View ArticleReply To: MonoBrick Tunnel for Android 5.0.2 Issue
I can confirm I couldn’t make work neither the android remote nor the android tunnel with android 5.0 and over (tried on 3 different cellphones). All was fine using an older cellphone with android 4.1.
View ArticleMonoBrick version and USB update
Hello Anders and Lars! First of all, thanks a lot for bringing MonoBrick to life and offering us such a great tool and documentation to make the best out of the EV3! Me and my team started using...
View ArticleTCP/IP USB connection
Hi, I have an EV3 and VS2015, I would like to compile and transfer a program to run on the brick. The brick is connected with USB, it appears as an RNDIS/Ethernet gadget in devices and printers and it...
View ArticleReply To: TCP/IP USB connection
Hello Maurice, If you connect the EV3 to your computer with an USB cable you need to be able to ping the address 10.0.1.1, and in order to connect the EV3 with WinSCP over USB you need to use the...
View ArticleDeleting folder / directory
Hi Thank you for a great library! It’s quite easy to work with, even though this is my first experience with C#. So, I am working on my first (simple) program for EV3. It is supposed to list all files...
View ArticleReply To: Deleting folder / directory
Oooops, seems like I got it working after all – it is possible to use DeleteFile on folders, if they are empty.
View ArticleReply To: TCP/IP USB connection
Thanks for the follow-up. My local network is 192.168.1.* so even if I set the EV3 IP address to 10.0.1.1 I can’t ping it because 10.*.*.* isn’t my local network. When I set the Ev3 to 192.168.1.13...
View ArticleReply To: Problems with Brick.FileSystem commands
Are there any spaces in the filenames that don’t work? Eg. ‘My program.rbf’ as opposed to ‘Myprogram.rbf’? I myself can’t seem to get the the Filesystem commands to recognize neither Name, Type or...
View Article