Forum Replies Created
-
AuthorPosts
-
Anders SøborgKeymasterHi
My robot falls in that time delay.
Are you trying to control a balancing robot using MonoBrick communication library?
Creepy enough I tried the same task with Monobrick Firmware…and it has the same problem. The loop terminates anywhere in between.
What do you mean it terminates? Does the reading return zero?
I think that the if this is the case there might be an issue with the kernel modules – since they are used in both the firmware and the communication library.
Anders
Anders SøborgKeymasterHi
Thanks for trying MonoBrick
Do I need to modify the program to run it on Linux (Ubuntu 64 bit)?
No modifying the project should not be necessary.
Is the EV3 connected to the WiFi network?
Anders
Anders SøborgKeymasterHi Dirk
Maybe try to post that code that is failing and I will have a look at it…
Anders
Anders SøborgKeymasterHi Again
You might get some helpful info here – but you will have to do some reverse engineering 🙂
I have to go to bed now, but please let me know how it goes…
Anders
Anders SøborgKeymasterHi
Then I think that a workaround would be to ignore this error when it occurs. Please post some code…
Anders
Anders SøborgKeymasterHi
I am not sure I understand your question… the EV3 uses a USB Wi-Fi dongle to connect to the network. If your PC is on the same network you can connect to the EV3 using MonoBrick
Anders
Anders SøborgKeymasterHi
Try to use this as a starting point. My guess is that you did not call the initialize on the base class in your constructor. Post some code if this does not work. Also when you are done make a pull request on github – then you can help expand the number of sensors that are supported by MonoBrick firmware…
Anders
Anders SøborgKeymasterHi
You could try and fix the problem and then make a pull request 🙂
Anders
Anders SøborgKeymasterHi
I think that you need to add the source files. These can be found in the test project. You might need to remove some of the USB communication stuff…
Anders
Anders SøborgKeymasterHi
When you are using the “master” branch of the GIT repository you are using the “latest and greatest”. The master branch is used for development and some upcoming features are working and some are not. If you want to use the brach that was used for the latest release then switch to the release branch – this should be stable but will be missing some features.
However I have tested that beep and tones should work while wav playback does not. Are you trying to play more that one tone at a time?
Anders
Anders SøborgKeymasterHi
Thanks for using MonoBrick firmware!
I am not sure if I understand your problem correctly. But in order to create your own project you need to add a reference to the firmware dll. Then you need to make sure that the dll is copied to the output folder. When you “transfer/copy” the program to the brick – you need to make sure that the dll is also copied. Otherwise there will be a mismatch between the dll that was used for compiling the program and the dll that is used at runtime…
Anders
Anders SøborgKeymasterHi
Great to hear that. Thanks for posting that everything is ok…
Anders
Anders SøborgKeymasterOk
That is great. Thanks for posting that everything is ok…
Anders
Anders SøborgKeymaster
Anders SøborgKeymasterHi
I just downloaded the 147mb 4GB image file and unpacked it without any problems.
So just to clarify – both of you are unable to download the 147 mb GZ file? or is the unpacking that is failing? Does the download complete?
Anders
-
AuthorPosts
Follow