Forum Replies Created
-
AuthorPosts
-
Anders SøborgKeymasterHi there
Thanks for using MonoBrick firmware. This is shown in several of the examples on Github – like the touch sensor example found here
/Anders
November 7, 2014 at 15:06 in reply to: Mindsensors' GlideWheel sensor (and possibly other sensors from MS) doesn't work #4961
Anders SøborgKeymasterHi there
Could you please post the code you used for WriteAndRead method what is your input to this function?
/Anders
November 3, 2014 at 17:49 in reply to: Mindsensors' GlideWheel sensor (and possibly other sensors from MS) doesn't work #4955
Anders SøborgKeymasterNo need to look in the UnixDevice class. In the I2c class there you will a WriteAndRead method.
/Anders
Anders SøborgKeymasterHi again
Could you please share the whole class so it can be a part of the monobrick firmware library…
/Anders
Anders SøborgKeymasterHi
I did not use SignalR – but created a Web Server/REST service using nancy. It will have it done this week and hopefully post a video that show what it can do.
/Anders
Anders SøborgKeymasterHi all
Just a quick reply before I go to bed. this tool creates a binary file that you can embed as a resource in your program.
/Anders
Anders SøborgKeymasterHi there
I have attached a new firmware dll with a fix. If you are using the Xamarin add-in simply replace the dll with the one attached. I will create a official release for this dll tomorrow.
/Anders
- This reply was modified 10 years, 2 months ago by Anders Søborg. Reason: Attached file not accepted
Attachments:
You must be logged in to view attached files.
Anders SøborgKeymasterHi there
I will have a look at it tomorrow and upload a new version as soon as I have a fix. In the meantime use the motor sync class which is the class that the vehicle class is based on – or you could just wait a day or two…
/Anders
- This reply was modified 10 years, 2 months ago by Anders Søborg.
Anders SøborgKeymasterHi there
Yes I can see your problem. I already committed a fix. Until this will be official released simply start your call in a new thread like this.
new Thread(delegate() { vehicle.Forward (50); }).Start();
However please note that other functions also block for a reason. They return a waithandle so you can wait for the movement to finish. You can see an example of this here.
Thanks for pointing this out!
/Anders
Anders SøborgKeymaster
Anders SøborgKeymasterHi there
No sorry there is no support for TERIX
/Anders
Anders SøborgKeymasterHi there
Sorry I wasn’t able to help along the way – for some reason I did not get an email on updates in this thread. Anyway great work this might be usefull for others. Consider creating a class for this sensor that we can use in the library.
/Anders
Anders SøborgKeymasterWhat ports did you use for streaming? Did you forward all network traffic to the correct ports? It is stream UDP traffic so you might need to allow this
/Anders
Anders SøborgKeymasterHi there
Thanks for trying MonoBrick. I don’t know why this is the case. My best guess would be to try to download one of the other sizes.
I used the 512MB firmware image. Is there any difference between that and the larger images?
No they are identical but will if you use a small image for a large SD card you will not be able to use all the remaining space out of the box. So you should go with the one that is close to the size of your SD card.
Let me know how it goes
/Anders
Anders SøborgKeymasterHi Jeronen
I have to work with visual studio 2013 because this project should be on our tfs
You can use Git with TFS. Anyway could you please provide some more details on what it is that is not working (short description and source code)
Anders
-
AuthorPosts
Follow