Reply To: MonoBrick Tutorial [German]
The link isn’t avaible anymore because the domain went offline. But you can still get it at http://technicmaster0.no-ip.biz/Technicmaster0/Website/Mindstorms/EV3/Programmierung/MonoBrick%20Tutorial.pdf
View ArticleHOW TO INSTALL M.B. REMOTE on Linux
I am a new user of Ubuntu Linux and I do not understand how to install MonoBrick Remote.
View ArticleReply To: communication usinf WiFi – transferring variable
Hi! I am new in Monobrick. I came here thinking about the same issue. Did you find any example that I could run to get started and getting to know how it works? I want to create a game that uses data...
View ArticleReply To: WiFi connection to multiple EV3's on same network
Hi! I am looking to some examples or info that can help me to get started on creating a game in Unity3D that receives data from a Mindstorm’s module. Did you manage to find anything? Thanks, Carol
View ArticleMonobrick remote bluetooth error
When I try to use the remote, everything goes allright, until suddenly, my nxt just disconnects without valid reason. Anybody know why this might be the case?
View ArticleReply To: Monobrick remote bluetooth error
Bluetooth can be very unstable. Maybe it helps to use another bluetooth dongle or something. Does the same happen with the official programming environment?
View ArticleCommunicating between NXT and EV3 and (optional) Tunnel and Remote
I’m building a lego tank for a school project and need a second brick because of all the motors, so I’m using the EV3 provided and my own NXT. I was planning on having one brick controlling the tracks...
View ArticleGet EV3 Brick name
Hi, How can I get EV3 brick name using monobrick library? Best Regards, Alex
View ArticleReply To: Get EV3 Brick name
You can probably open a file that contains the brick name. I don’t see a command for the EV3 that does it directly.
View ArticleNXT Ultra Sound Sensor (Sonar)
NXT I have had good success with the MonoBrick .Net library *except* when trying to use the Ultra Sound (Sonar) sensor. Is there a known bug for this method? I cant seem to get it to work. I get a...
View ArticleReply To: NXT Ultra Sound Sensor (Sonar)
Thanks but I don’t think there is a Read() method.
View ArticleReply To: NXT Ultra Sound Sensor (Sonar)
Ok, I got it to work. I switched the connection form USB (“usb”) to Bluetooth (“com6″) <- (my com port, yours may be different depending on your PC connection). I’m not sure what’s going on with...
View ArticleReply To: NXT Ultra Sound Sensor (Sonar)
There is a Read() method according to http://www.monobrick.dk/MonoBrickDocumentation/class_mono_brick_1_1_e_v3_1_1_ultrasonic_sensor.html But it’s great that it directly works with bluetooth
View ArticleReply To: NXT Ultra Sound Sensor (Sonar)
Oh I see the confusion. I am using the NXT class and you are referring to the EV3 class. Thanks again for your time with this Tcm0 I truly appreciate it. I’ll check out that method.
View ArticleReply To: NXT Ultra Sound Sensor (Sonar)
Oh, sorry for the confusion. But the NXT class has a mode to read the values as int, too: ReadDistance () http://www.monobrick.dk/MonoBrickDocumentation/class_mono_brick_1_1_n_x_t_1_1_sonar.html
View ArticleVisual Studio 2017
Did anyone succeed in compiling a program with Visual Studio 2017 on Windows 10 (Release 10/2017)? I am able to transfer a program and the MonoBrickFirmware.dll to the apps folder, but the program...
View ArticleReply To: Visual Studio 2017
Ooops – sorry. Has been answered before. Create a folder under apps and put the files there.
View ArticleNo Driver for RNDIS found
Hey, I’m trying to set up a USB-Connection using this guide: http://www.monobrick.dk/guides/firmware-guides/setting-up-a-usb-connection-for-use-with-monobrick-firmware/ When I try to update the driver...
View ArticleReply To: No Driver for RNDIS found
I installed the Driver manually using this guide: http://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7 Everything working now .
View Article