Forum Replies Created
-
AuthorPosts
-
Tcm0ParticipantCan you please upload your monobrickfirmware.dll? I tried to copy the fixes and it works but the file doesn’t stop playing.
Tcm0ParticipantYou need to place them in /home/root/apps.
You still have to compile the stuff with your computer.
Tcm0ParticipantI’m pretty sure that you can do that in the EV3 settings directly on the brick.
Tcm0ParticipantFixing the I2C sensor stuff shouldn’t be too hard but a complete update or updating the mono version probably isn’t that easy.
Tcm0ParticipantMaybe you need an older firmware.
Tcm0ParticipantNo, it hasn’t.
Tcm0ParticipantYou can try to Port it’s code from another Firmware.
Tcm0ParticipantNo. You can’t use the commands of MonoBrick Communication Library with the MonoBrick Firmware.
Tcm0ParticipantCan you try Bluetooth?
Tcm0ParticipantCan you try it with the following code:
var brick = new Brick<Sensor, Sensor, Sensor, Sensor>("usb"); brick.Connection.Open(); brick.Sensor1 = new TouchSensor(); Console.WriteLine(brick.Sensor1.ReadAsString());
- This reply was modified 9 years, 5 months ago by Tcm0.
Tcm0ParticipantAnything new?
Tcm0ParticipantThe EDIMAX stick only works with the 1.04 firmware which is modified by fans. Lego didn’t include support for the stick.
Tcm0ParticipantThe 1.04 part is only necessary if you want to use the stick with the official firmware.
How do you connect? With wifi or usb? You have to adjust the IP if you use Wifi.
Tcm0Participant
Tcm0ParticipantI think that you have to upload the file to the mindstorms another way. Maybe you can use the official software or BricxCC.
-
AuthorPosts
Follow