Reply To: TCP/IP USB connection
Hmm, I’m not really sure what you mean. The 192.168.1.* is your local internet IP address, which EV3 would have if it would be connected with your Wi-Fi router. But if you’re connecting it with USB,...
View ArticlePixy Cam support
Hi, is the Pixy Cam supported by the Monobrick libraries? I have searched for any documentation/tutorial, and I couldn’t find any. Thanks.
View ArticleReply To: TCP/IP USB connection
I have a WiFi stick now and things are better. I boot up the monobrick firmware off the SD card, wifi works on 192.168.1.115 and when I connect with winscp I see the wifi startup in the startuplog:...
View ArticleBluetooth connection error
Hello, First, thank you for your work, it is exactly what I was looking for. I’m using ubuntu 14.04 and I can control my NXT using monobrick through USB. To use a bluetooth connection, I tried to...
View ArticleFail to connect Ev3 via USB Monobrick Remote shows failed to open connection too
I use Monobrick Remote1.4 to connect ev3 it shows “failed to open connection”, program with xamarin studio also shows “failed to open connection” in TestApplication when call ev3.Connection.Open()...
View ArticleReply To: GyroSensor inaccessible
Problem solved with tip on post “No Ultrasonic sensor class in library” by Edward Hobs on march 15, 2015. I built te DLL using sources on Github and now it works fine (both GyroSensor and...
View ArticleMonobrick android app problem
Hi, i’m trying to do simple Android App. App have to connect with EV3 by bluetooth, there will be one button, and when you press this button app have to turn on one sequency. First i have problem with...
View ArticleReply To: Pixy Cam support
I don’t think it’s supported yet. But it would be great! I’m thinking of buying one (the LEGO version), but it’s a pity you can only program it with EV3 software… Gr. Kees
View ArticleReply To: Problems with Brick.FileSystem commands
ubranskurk Thank you for your suggestion about spaces in file names. There were no spaces in my program names, but the sound files had spaces in them. I removed spaces, and things got better, but I...
View ArticleReply To: hidapi.dylib needs to be renamed
If you are getting “Failed to open connection” error on mac os, using TestApplication for instance, this would be the cause.
View ArticleImproved sensor usage
Hi Anders, Last semester I had the assignment to participate in the First Lego League using your firmware. I noticed there was only little support for sensors. I’ve added the same polling features...
View ArticleReply To: Improved sensor usage
Hi Lars Sounds exciting – please use a pull request from Github. This makes it much easier… looking forward to ypur suggestions. /Anders
View ArticleReply To: Pixy Cam support
Hi there If you have a pixy cam – you should extend the I2CSensor base class to quick access to I2C read and write functions… /Anders
View ArticleReply To: TCP/IP USB connection
I think that you are mixing Monobrick firmware and Monobrick communication library. Monobrick firmware is for running C# on the EV3. While the communication library is for running a C# program on a...
View ArticleReply To: MonoBrick version and USB update
Hi there Yes this is a problem that we need to address. I will update our site with the next release. Which will (hopefully) be soon. /Anders
View ArticleReply To: Improved sensor usage
Hey Anders, I’d love to do a pull request, problem is I don’t think it’s ready for deployment. I can do a pull request for the improved QueueThread. But the sensorpolling and its propertyChanged...
View ArticleUsing library to deal with I2C sensors and EV3
Hi, I browsed the forum, but didn’t seem to find any topic about controlling I2C sensors connected to EV3 brick. I’m a senior programmer, and I wrote a .NET software on my PC to make my bot...
View ArticleReply To: Using library to deal with I2C sensors and EV3
Hi Have a look at this file and the sensor class. The file also shows how the Ultra Sonic sensor for both the NXT and EV3 is implemented. It should be possible to get the your I2C sensor working if...
View ArticleReply To: Using library to deal with I2C sensors and EV3
Thanks Anders, I had a look at this file, the only function that seems useful is ‘Setup’, but I can’t manage it to work. The ultraSonic Sensor seems to be a ‘classic’ sensor (only derives from sensor,...
View Article