Forum Replies Created
-
AuthorPosts
-
Anders SøborgKeymasterHi there
That is great. Hope you enjoy 🙂
/Anders
Anders SøborgKeymasterHi there
Currently there are no plans to update the tunnel to work with EV3 (as I am working on the EV3 firmware). Monobrick communication library already has support for Wifi/Network without the tunnel.
/Anders
Anders SøborgKeymasterHi Max
Could you please post a picture of this… I do not have a rechargeable battery.
/Anders
Anders SøborgKeymasterDoing a PID over a WiFi connection or Bluetooth connection is not a good idea. A PID needs to real time. Use the MonoBrick firmware instead and execute the programs directly on the brick. The firmware has support for setting both the speed and power directly. It even has its own PID implementation. Have a look here.
/Anders
Anders SøborgKeymasterHi there
I don’t think that you have a proper connection to the brick. You are using a network connection – you write that it happens sometimes – but is there some kind of a pattern?
/Anders
Anders SøborgKeymasterHi
Don’t you want to upload the file instead of downloading it? Anyway make sure the file that you want to copy/send/upload to the brick is place in the same folder as the program that is executing.
/Anders
Anders SøborgKeymasterHi there
You are mixing code from the communication library and the Monobrick firmware… please create a simple console application – if in fact you are trying to use the firmware.
/Anders
Anders SøborgKeymasterHi Max
I have not forgotten about this. Please be patient.
/Anders
Anders SøborgKeymasterHi Again
Sorry for the late reply. Just drop me a mail at anders At soborg.net… then we can get the conversation going.
Thanks
/Anders
Anders SøborgKeymasterHi there
As I tried to say in an earlier post you need to write
nivBattery.Text = Battery.Current
/Anders
Anders SøborgKeymasterHi
No not to my knowledge…
/Anders
Anders SøborgKeymasterHi there
No it does not work with the EV3. But you can program a small console program that does the same thing. Look here…
/Anders
Anders SøborgKeymasterHi
I understand that you are getting the wrong number. Please post your code code instead of a screenshot.
/Anders
Anders SøborgKeymasterHi there
Try to look here. You just need to call the Current or voltage without the Max (this is MaXValue of an float).
/Anders
Anders SøborgKeymasterHi there
I will have a look at it when I get home from work.
/Anders
-
AuthorPosts
Follow