ev3duder icon indicating copy to clipboard operation
ev3duder copied to clipboard

The LEGO® EV3 Downloader/UploaDER.

Results 9 ev3duder issues
Sort by recently updated
recently updated
newest added

https://github.com/c4ev3/ev3duder/blob/5ceca3/Makefile#L107-L109 passing CLFAGS works, but produces several warnings, such as ``` hidapi/mac/hid.c:48:90: warning: unused parameter 'attr' [-Wunused-parameter] static int pthread_barrier_init(pthread_barrier_t *barrier, const pthread_barrierattr_t *attr, unsigned int count) ^ hidapi/mac/hid.c:255:20: warning:...

I run ev3duder on Windows 10 64Bit which is connected via Bluetooth to an EV3 HW: 0.60, FW: 1.09H . The Bluetooth connection works fine with the Mindstorm software. If...

From Microsoft support: CreateFile() is successful when you use "COM1" through "COM9" for the name of the file; however, the message "INVALID_HANDLE_VALUE" is returned if you use "COM10" or greater....

Hi, With the new uf2 pack(#15) command it is my understanding that you can upload and run an UF2 file from makecode.org directly on an EV3, but I have somehow...

I use the installer-package from: https://c4ev3.github.io/ But the upload only works to flash card - not directly to the brick. Is it fixed yet? Can you please provide a simple...

Windows 10, I try FW 1.09H and 1.10E, Wi-Fi works fine with EV3-G, EV3-Basic. ev3duder --tcp - all commands work except 'up'. Use: ev3duder --tcp=192.168.93.214 up test.rbf ../prjs/test/test.rbf `upload` was...

If I try to upload my programm on my USB-connected EV3, the upload gets stuck after around 20%. Output in the Window "Uploading to EV3..." is: Preprocessing start.lms [DONE] Generating...

FYI, I've packaged this in the ev3dev-tools PPA for Ubuntu. ``` sudo add-apt-repository ppa:ev3dev/tools sudo apt update sudo apt install ev3duder ``` You can also grab the .deb files from...